Difference between revisions of "Entity:info ff teamspawn"

From Fortress Forever Wiki
Jump to navigationJump to search
(Removing Infobox manual/Footer)
Line 1: Line 1:
 
{{Infobox manual/Header}}
 
{{Infobox manual/Header}}
 
<center>The title given to this article is incorrect due to [http://en.wikipedia.org/wiki/Wikipedia:Naming_conventions_%28technical_restrictions%29 technical limitations]. The correct title is '''info_ff_teamspawn'''.</center>
 
<center>The title given to this article is incorrect due to [http://en.wikipedia.org/wiki/Wikipedia:Naming_conventions_%28technical_restrictions%29 technical limitations]. The correct title is '''info_ff_teamspawn'''.</center>
[[Category:Entities]]
+
==info_ff_teamspawn==
 +
This 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.
 +
[[Category:Entities]] [[Category:Lua]]

Revision as of 20:26, 26 June 2009


The title given to this article is incorrect due to technical limitations. The correct title is info_ff_teamspawn.

info_ff_teamspawn

This 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.