Difference between revisions of "GetAllowWorldInteractions"
Jump to navigation
Jump to search
imported>SJML Bot (Bot creating condition functions pages.) |
DavidJCobb (talk | contribs) (Functionality verified via reverse-engineering.) |
||
Line 1: | Line 1: | ||
This function returns 1 if it's run on an actor who meets any of the following criteria, 1 if it's run on something that isn't an actor, or 0 otherwise. | |||
* The actor's current [[Package Flags|AI package flags]] have the "world interactions" box checked. | |||
* [[IsInFavorState]] would return 1 if run on this actor at this moment. | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |
Latest revision as of 15:53, 12 May 2024
This function returns 1 if it's run on an actor who meets any of the following criteria, 1 if it's run on something that isn't an actor, or 0 otherwise.
- The actor's current AI package flags have the "world interactions" box checked.
- IsInFavorState would return 1 if run on this actor at this moment.