p5rpc.lib 1.0.6
A library that makes it easy for mods to use some of the game's native functions such as flowscript functions
No packages depend on p5rpc.lib.
# 1.0.6
- Fix some functions causing crashes due to the `FlowContext` struct being too short (we're lucky anything worked lol)
# 1.0.5
- Update signatures to work with P5R version 1.0.4
# 1.0.4
- Fixed float arguments being truncated (thanks to SecreC. for finding this)
# 1.0.3
- Fix flow calls from the main thread softlocking the game
# 1.0.2
- Fix missing update support :(
# 1.0.1
- Add game enums
- Add support for yielding functions (like SKILL_ADD)
# 1.0.0
- The initial version of the mod!