IsDoingFavor - Actor

From the Fallout4 CreationKit Wiki
Revision as of 14:54, 27 February 2014 by imported>Plplecuyer (Undo revision 28497 by Jlundin (talk))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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()

See Also[edit | edit source]