HasStatus (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
fixed
>Camoy
capitals r ebil
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude>
<onlyinclude>
{{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]]

Latest revision as of 21:35, 27 December 2010

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