Monday, April 16, 2012

[FA] Event List?

I'm wondering, is there a list of event functions like oncreate, onstartbuild etc. somewhere? In the vein of the handy luadoc on the wiki?|||Here is the ludadoc I reference but its many used for specific commands...
http://supcom.wikia.com/wiki/LUADOC_1.5.3599
Sounds like what your after though is a list of scripted functions though rather than engine commands... For that I would recommend looking in the core lua files for each specific item. For example Unit.lua contains pretty much every function needed for any unit in the game (or at least that the game looks at automatically).|||Alright yeah, that works. (Looking through unit.lua that is)|||They are called by the engine, but they exist entirely in lua (which is why those functions in Unit.lua don't call any previous version).

No comments:

Post a Comment