AIDef:Query/CheckTime

From ZeldaMods (Breath of the Wild)
Revision as of 09:46, 30 October 2018 by imported>Leoetlino
Jump to navigation Jump to search
CheckTime
AI definition
Type Query

Returns 1 if the current time is {condition} than or equal to the specified time, and 0 otherwise.

DynamicInstParams

Name Type Default value Description
Hour Int
Minute Int
ConditionType String "le" (lower than or equal to) or "ge" (greater than or equal to)


Derived definitions

CheckTime (EventSystemActor)

No overridden parameters.