Difference between revisions of "Lua:Startup"

From Fortress Forever Wiki
Jump to navigationJump to search
m (Startup moved to Lua:Startup)
Line 1: Line 1:
 +
{{Infobox manual/Header}}
 
This function is called when the map starts, after all the entities have been initialized. The main purpose of this function is to set properties of entities or teams, as well as initialize lua variables. Note that lua variables may be initialized outside this function however.
 
This function is called when the map starts, after all the entities have been initialized. The main purpose of this function is to set properties of entities or teams, as well as initialize lua variables. Note that lua variables may be initialized outside this function however.
  
 
[[Category:Lua Commands]]
 
[[Category:Lua Commands]]
 +
{{Infobox manual/Footer}}

Revision as of 16:42, 31 December 2007


This function is called when the map starts, after all the entities have been initialized. The main purpose of this function is to set properties of entities or teams, as well as initialize lua variables. Note that lua variables may be initialized outside this function however.