Difference between revisions of "Lua:Startup"

From Fortress Forever Wiki
Jump to navigationJump to search
(New page: 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 initializ...)
 
m
Line 1: Line 1:
 
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]]

Revision as of 04:23, 13 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.