summaryrefslogtreecommitdiffstats
path: root/source/PluginLua.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finished renaming cPlugin_NewLua to cPluginLua.madmaxoft2013-08-191-3/+3
|
* Implemented the OnWorldTick hook.madmaxoft2013-08-191-0/+1
| | | | Triggerred for each world every time it ticks, parameters are the cWorld and the previous tick length (a_Dt)
* Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft2013-08-111-0/+2
| | | | Requested in FS 412, slightly modified the params.
* Added OnPlayerAnimation() hook.madmaxoft2013-08-111-0/+1
| | | | Initial patch by @STR_Warrior, updated to account for different animation packets.
* Renamed Plugin_NewLua to PluginLua.madmaxoft2013-08-101-0/+143