Difference between revisions of "Category:Utility functions"
From Fortress Forever Wiki
Jump to navigationJump to searchm |
|||
| Line 1: | Line 1: | ||
{{Infobox manual/Header}} | {{Infobox manual/Header}} | ||
{{Infobox mapping}} | {{Infobox mapping}} | ||
| − | These | + | These global functions are useful for getting your scripts working. |
| − | {| border=" | + | {| border="1" cellspacing="0" |
! General Technical Functions !! Description | ! General Technical Functions !! Description | ||
|- | |- | ||
| Line 47: | Line 47: | ||
|- | |- | ||
| [[Lua:ResetMap|ResetMap]]() || resets map. | | [[Lua:ResetMap|ResetMap]]() || resets map. | ||
| − | |||
| − | |||
|- | |- | ||
| [[Lua:SetConvar|SetConvar]]( player, var, value ) || sets a players console variable to set value | | [[Lua:SetConvar|SetConvar]]( player, var, value ) || sets a players console variable to set value | ||
| Line 63: | Line 61: | ||
|- | |- | ||
! Game Rules !! | ! Game Rules !! | ||
| + | |- | ||
| + | | [[Lua:SetGlobalRespawnDelay|SetGlobalRespawnDelay]]( time ) || enforces a respawn delay. | ||
|- | |- | ||
| [[Lua:SetPlayerLimit|SetPlayerLimit]]( team , # ) || used to set player limit per team. | | [[Lua:SetPlayerLimit|SetPlayerLimit]]( team , # ) || used to set player limit per team. | ||
| Line 75: | Line 75: | ||
|- | |- | ||
| [[Lua:SetTeamName|SetTeamName]]( team, name ) || | | [[Lua:SetTeamName|SetTeamName]]( team, name ) || | ||
| − | |||
| − | |||
|- | |- | ||
| [[Lua:SetTeamPlayerLimit|SetTeamPlayerLimit]]( team, limit ) || | | [[Lua:SetTeamPlayerLimit|SetTeamPlayerLimit]]( team, limit ) || | ||
|} | |} | ||
{{Infobox manual/Footer}} | {{Infobox manual/Footer}} | ||
Revision as of 11:04, 5 May 2010
|
These global functions are useful for getting your scripts working.
|
Pages in category "Utility functions"
The following 7 pages are in this category, out of 7 total.