Difference between revisions of "GetIsGhost"
Jump to navigation
Jump to search
Copied info, used the template for functions
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>PoHa! (Copied info, used the template for functions) |
||
Line 1: | Line 1: | ||
{{ | {{Function | ||
|CSWikiPage = GetIsGhost | |||
|origin = GECK1 | |||
|summary = Returns 1 if the actor is in the "ghost" state. | |||
|name = GetIsGhost | |||
|returnVal = 0, 1 | |||
|returnType = int | |||
|referenceType = [Actor] | |||
|example = <pre>BuddyRef.GetIsGhost</pre> | |||
Returns a 1 if Buddy is set as a ghost, and 0 otherwise | |||
}} | |||
==Notes== | |||
None | |||
==See Also== | |||
*[[SetGhost]] | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] | [[Category:Functions (GECK 1.1)]] | ||
[[Category:Actor_State_Functions]] |