IsDoingFavor - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Is this actor flagged as doing a favor for the player?
Syntax[edit | edit source]
bool Function IsDoingFavor() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
Whether this actor is currently flagged as doing a favor for the player.
Examples[edit | edit source]
; Is Sally doing a favor?
bool sallyIsDoingFavor = Sally.IsDoingFavor()