Resource:Creation Kit > IsDoingFavor - Actor
Member of: Resource:Creation Kit/Actor Script
Is this actor flagged as doing a favor for the player?
Syntax[edit]
bool Function IsDoingFavor() native
Parameters[edit]
None.
Return Value[edit]
Whether this actor is currently flagged as doing a favor for the player.
Examples[edit]
; Is Sally doing a favor? bool sallyIsDoingFavor = Sally.IsDoingFavor()
