HasStatus (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
added
>LPGhatguy
No edit summary
Line 3: Line 3:
{{Function|
{{Function|
name                  = HasStatus
name                  = HasStatus
|arguments            = [[Enum|status]]
|arguments            = [[Enum]] Status
|returns              = [[Boolean|status existence]]
|returns              = [[Boolean]] Status in effect
|description          = Returns boolean of the existence of the status.
|description          = Returns whether the specified status is in effect on the Humanoid.
|object              = [[RBX.lua.Humanoid_(Object)|Humanoid]]
|object              = [[Humanoid]]
|}}</onlyinclude>
|}}</onlyinclude>
|}
|}

Revision as of 21:10, 27 December 2010

HasStatus( Enum Status )
Returns Boolean Status in effect
Description: Returns whether the specified status is in effect on the Humanoid.