Can you tell me where to find detailed documentation on developing Umod plugins? I don't know at all that the parameter structure in Hook is like that. For example, I don't know if he has the parameter structure of the session. The development documentation provided in the website is very one-sided, so I am confused during the learning process! I hope you can tell me the detailed development documentation.
Hurtworld dev Documentation
We do not document everything that each game provides, only the things such as the general hook information and API that we provide. You can find all of the Hurtworld hooks that we do provide here: https://umod.org/documentation/games/hurtworld
Any game-specific objects and such would be found by looking in the game's DLLs.
Any game-specific objects and such would be found by looking in the game's DLLs.