AIDef:Query/CheckDuringBloodyMoon: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino No edit summary |
imported>Leoetlino No edit summary |
||
Line 6: | Line 6: | ||
Returns 1 if: | Returns 1 if: | ||
* [[WorldMgr]]'s current time is >= 315.0 (21:00) and the WM_BloodyDay flag is true; | * [[WorldMgr]]'s current time is >= 315.0 (21:00) and the WM_BloodyDay flag is true; | ||
* or (time < 15.0 (01:00) and | * or (time < 15.0 (01:00) and the WM_BloodyDay flag is true) | ||
Returns 0 if both conditions are false. | Returns 0 if both conditions are false. |
Revision as of 14:36, 30 October 2018
AI definition | |
---|---|
Type | Query |
Returns 1 if:
- WorldMgr's current time is >= 315.0 (21:00) and the WM_BloodyDay flag is true;
- or (time < 15.0 (01:00) and the WM_BloodyDay flag is true)
Returns 0 if both conditions are false.
Derived definitions
CheckDuringBloodyMoon (EventSystemActor)
No overridden parameters.