Difference between revisions of "GetCannibal"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0))) |
imported>Odessa (created) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Function | |||
|origin = GECK1 | |||
|summary = Returns True (1) if the calling actor is currently playing the cannibal animation. | |||
|name = GetCannibal | |||
|returnType = bool | |||
|referenceType = Actor | |||
|example = if PlayerREF.GetCannibal | |||
; wait until they've finished | |||
endif | |||
}} | |||
=='''See Also'''== | |||
*[[HasBeenEaten]] | |||
*[[IsAnimPlaying]] | |||
*[[HasPerk]] | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1. | [[Category:Functions (GECK 1.1)]] |
Latest revision as of 13:30, 26 July 2014
< [[::Category:Functions|Category:Functions]]
A function included in the GECK version 1.1.0.36.
Description
Returns True (1) if the calling actor is currently playing the cannibal animation.
Syntax
(bool) Actor.GetCannibal
Example
if PlayerREF.GetCannibal ; wait until they've finished endif