Difference between revisions of "Entity:info ff teamspawn"
From Fortress Forever Wiki
Jump to navigationJump to searchm |
|||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Infobox_mapping}} |
| − | |||
==info_ff_teamspawn== | ==info_ff_teamspawn== | ||
| − | + | info_ff_teamspawn is a Fortress Forever spawn point. The Lua script decides who can spawn here. | |
*[[Lua:validspawn|validspawn]](FFSpawn, CFFPlayer) --called on each spawn point whenever a player needs to spawn. Returns true/false for whether the player can spawn at the spawn point. The player will be spawned randomly among all info_ff_teampawns which report as valid. | *[[Lua:validspawn|validspawn]](FFSpawn, CFFPlayer) --called on each spawn point whenever a player needs to spawn. Returns true/false for whether the player can spawn at the spawn point. The player will be spawned randomly among all info_ff_teampawns which report as valid. | ||
[[Category:Entities]] [[Category:Lua]] | [[Category:Entities]] [[Category:Lua]] | ||
Latest revision as of 13:52, 13 April 2010
|
info_ff_teamspawn
info_ff_teamspawn is a Fortress Forever spawn point. The Lua script decides who can spawn here.
- validspawn(FFSpawn, CFFPlayer) --called on each spawn point whenever a player needs to spawn. Returns true/false for whether the player can spawn at the spawn point. The player will be spawned randomly among all info_ff_teampawns which report as valid.