Difference between revisions of "IsDoingFavor - Actor"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>Sagitarius22 |
||
Line 25: | Line 25: | ||
*[[Actor Script]] | *[[Actor Script]] | ||
*[[SetDoingFavor - Actor]] | *[[SetDoingFavor - Actor]] | ||
*[[IsInFavorState - Condition Function]] |
Revision as of 01:13, 17 September 2015
Member of: Actor Script
Is this actor flagged as doing a favor for the player?
Syntax
bool Function IsDoingFavor() native
Parameters
None.
Return Value
Whether this actor is currently flagged as doing a favor for the player.
Examples
; Is Sally doing a favor?
bool sallyIsDoingFavor = Sally.IsDoingFavor()