Category:Lua Callbacks

From Fortress Forever Wiki
Revision as of 15:02, 11 May 2009 by Crazycarl (talk | contribs) (New page: Callbacks are user-defined functions which are activated by events in the game. The lua script can change the outcome of these events, or simply use the event as a cue to run some other co...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Callbacks are user-defined functions which are activated by events in the game. The lua script can change the outcome of these events, or simply use the event as a cue to run some other code.