AIDef:Query/CheckTime: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(import AI definitions from 1.5.0)
 
imported>Leoetlino
No edit summary
Line 3: Line 3:
|type=Query
|type=Query
}}
}}
Returns 1 if the current time is {condition} than or equal to the specified time, and 0 otherwise.


== DynamicInstParams ==
== DynamicInstParams ==
Line 12: Line 14:
| Minute || Int ||  ||  
| Minute || Int ||  ||  
|-
|-
| ConditionType || String ||  ||  
| ConditionType || String ||  || "le" (lower than or equal to) or "ge" (greater than or equal to)
|-
|-
|}
|}

Revision as of 09:46, 30 October 2018

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.