autopatrol
55
edits
m (Simplify EventFlagSelector description) |
m (Update EventFlagSelector) |
||
Line 169: | Line 169: | ||
|21 | |21 | ||
|EventFlagSelector | |EventFlagSelector | ||
|Checks whether a GameData flag is true. | |Checks whether a GameData flag is true. The StringArray defines the flags to be checked. Known to accept 1 child plus a default case, but in a single instance there's no default case.<ref>Npc_Rito_Hearts_BandVisibilityOff.bas</ref> In another instance, both strings are flags. <ref>UR_M_Teba_Teba_DamageVisibility_On.bas</ref> If both are true, the first case evaluated as true will be run. | ||
|Control | |Control | ||
|- | |- |