p5rpc.lib 1.1.0
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.
p5rpc.lib Changelog
1.1.0
- @oceanstuck - Added the ability to use flow functions that require a shared context (like
FLD_SCRIPT_EXEC)- This is done using the new
NewSharedCallermethod on the FlowCaller object - See the README for an example
- This is done using the new
1.0.6
- Fix some functions causing crashes due to the
FlowContextstruct 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!