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()Related Pages
- Actor
- Actor.SetDoingFavor(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
