AddStatus (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
fixed
>NXTBoy
Removing links - should be part of template
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude>{{Method|name = AddStatus
<onlyinclude>{{Method
|arguments = [[enum]] ''status''
|name                 = AddStatus
|returns = [[nil]]
|arguments           = [[enum]] ''status''
|description = Adds a status to the [[Humanoid]].  Puts a [[BoolValue]] in the Status model, with the status name and sets it to true.
|description         = Adds a status to the [[Humanoid]].  Puts a [[BoolValue]] in the Status model, with the status name and sets it to true.
|object = [[Humanoid]]
|object               = Humanoid
}}</onlyinclude>
}}</onlyinclude>
[[Category:Methods]]
[[Category:Methods]]

Latest revision as of 08:54, 26 October 2010

AddStatus( enum status )
Returns nil
Description: Adds a status to the Humanoid. Puts a BoolValue in the Status model, with the status name and sets it to true.
Member of: Humanoid