You are viewing a potentially older version of this package.
View all versions.
R2API ProcType
API for registering proc types
Date uploaded | 6 days ago |
Version | 1.0.1 |
Download link | RiskofThunder-R2API_ProcType-1.0.1.zip |
Downloads | 5569 |
Dependency string | RiskofThunder-R2API_ProcType-1.0.1 |
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.1'
- Fix NuGet package
'1.0.0'
- Initial Release