Lua:Tick

From Fortress Forever Wiki
Revision as of 21:34, 12 December 2007 by Stevenm64-10860 (talk | contribs) (New page: This function is called every second by the engine. Note that this function is in use by base.lua, so should not be declared again. To interface with this command, it must be hooked. ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This function is called every second by the engine. Note that this function is in use by base.lua, so should not be declared again. To interface with this command, it must be hooked. A better method would be to use the scheduling interface may be found in the scheduling section of the API.