IsDoingFavor - Actor

Revision as of 13:54, 27 February 2014 by imported>Plplecuyer (Undo revision 28497 by Jlundin (talk))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Is this actor flagged as doing a favor for the player?

SyntaxEdit

bool Function IsDoingFavor() native

ParametersEdit

None.

Return ValueEdit

Whether this actor is currently flagged as doing a favor for the player.

ExamplesEdit

; Is Sally doing a favor?
bool sallyIsDoingFavor = Sally.IsDoingFavor()

See AlsoEdit