AIDef:Query/CheckDuringBloodyMoon

From ZeldaMods (Breath of the Wild)
Revision as of 10:38, 31 October 2018 by imported>Leoetlino
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
CheckDuringBloodyMoon
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 was true)

Returns 0 if both conditions are false.

Derived definitions

CheckDuringBloodyMoon (EventSystemActor)

No overridden parameters.