Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
R2API CommandHelper
API for registering console commands
| Date uploaded | 3 years ago |
| Version | 1.0.0 |
| Download link | RiskofThunder-R2API_CommandHelper-1.0.0.zip |
| Downloads | 412693 |
| Dependency string | RiskofThunder-R2API_CommandHelper-1.0.0 |
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.2109README
R2API.CommandHelper - Adding console commands.
About
R2API.CommandHelper is a submodule for R2API that provides a way for adding console commands for the in-game console.
This submodule is mainly here for legacy purposes and retro compatibility with old mods as you can nowadays register console commands
by simply using the [assembly: HG.Reflection.SearchableAttribute.OptInAttribute] assembly attribute
Changelog
'1.0.0'
- Split from the main R2API.dll into its own submodule.