| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Error reported by STR_Warrior in the forum http://forum.mc-server.org/showthread.php?tid=1227&pid=9620#pid9620
|
|
|
|
| |
Multiple hooks per plugin can be added. The cPluginManager.AddHook() has four available signatures, the recommended one is cPluginManager.AddHook(HOOK_TYPE, CallbackFunction)
|
| |
|
|
|
|
| |
Triggerred for each world every time it ticks, parameters are the cWorld and the previous tick length (a_Dt)
|
|
|
|
| |
Requested in FS 412, slightly modified the params.
|
|
|
|
| |
Initial patch by @STR_Warrior, updated to account for different animation packets.
|
|
|