Background for Fallout 4
Member of the Actor script
boolfunctionIsDoingFavor()Native

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


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.