Description
Wiki Description
Is this actor flagged as doing a favor for the player?
Documentation Comment
Is this actor doing a favor for the player?
Caveats
Examples
; Is Sally doing a favor?
bool sallyIsDoingFavor = Sally.IsDoingFavor()Auto-Generated Example
bool returnedValue = myActor__toCallFunctionOn.IsDoingFavor()