R2API ProcType
API for registering proc types
Last updated | 2 hours ago |
Total downloads | 10 |
Total rating | 0 |
Categories | Libraries |
Dependency string | RiskofThunder-R2API_ProcType-1.0.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2113README
R2API.ProcType - Reserve new ProcTypes
About
R2API.ProcType is a submodule for R2API that allows mod creators to reserve new ProcTypes and add them to proc chain masks.
Use Cases / Features
Custom ProcTypes can be reserved through ProcTypeAPI.
Use the provided RoR2.ProcChainMask extensions to add, remove, and check for modded Proc Types.
R2API.ProcType patches RoR2.ProcChainMask to store additional data and this data is exposed by the API. ProcTypeAPI provides the necessary methods to manipulate this data; mod creators should not need to interact with it directly.
Changelog
'1.0.0'
- Initial Release