Duration (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>BlueTaslem
New page: Duration is a property of SpawnLocation. Duration is the length of time [in seconds] which a forcefield stays on a player once they spawn. If Duration is zero, the forc...
 
>Emess
No edit summary
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Duration is a property of [[SpawnLocation|SpawnLocation]].  Duration is the length of time [in seconds] which a forcefield stays on a player once they spawn.
<noinclude>Duration is a property of [[SpawnLocation|SpawnLocation]].  Duration is the length of time [in seconds] which a forcefield stays on a player once they spawn.


If Duration is zero, the forcefield is never created, and it will not trigger the DescendantAdded or ChildAdded events.
If Duration is zero, the forcefield is never created, and it will not trigger the DescendantAdded or ChildAdded events.
</noinclude>


 
<onlyinclude>{{Property|
{{Property|
name                = Duration
name                = Name
|property            = [[Number]] ''Duration''
|property            = [[Number]] ''Duration''
|description          = The length of time in seconds that a forcefield will be on the player spawning at this SpawnLocation
|description          = The length of time in seconds that a forcefield will be on the player spawning at this SpawnLocation
|object              = [[RBX.lua.SpawnLocation (Object)|SpawnLocation]]
|object              = SpawnLocation
|}}
|}}</onlyinclude>
 
[[Category:Properties]]

Latest revision as of 23:22, 13 May 2011

Duration is a property of SpawnLocation. Duration is the length of time [in seconds] which a forcefield stays on a player once they spawn.

If Duration is zero, the forcefield is never created, and it will not trigger the DescendantAdded or ChildAdded events.


Duration
Property Number Duration
Description The length of time in seconds that a forcefield will be on the player spawning at this SpawnLocation
Member of SpawnLocation