HasStatus (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
fixed
>Camoy
No edit summary
Line 2: Line 2:
{{Method|name = HasStatus
{{Method|name = HasStatus
|arguments = [[Enum]] '''status'''
|arguments = [[Enum]] '''status'''
|returns = [[Boolean]] ''status existence''
|returns = [[Bool]] ''status existence''
|description = Returns boolean of the existence of the status.
|description = Returns boolean of the existence of the status.
|object = [[Humanoid]]
|object = Humanoid
}}</onlyinclude>
}}</onlyinclude>
{{clear floats}}
[[Category:Methods]]
[[Category:Methods]]

Revision as of 21:11, 27 December 2010

HasStatus( Enum status )
Returns Bool status existence
Description: Returns boolean of the existence of the status.
Member of: Humanoid