AIDef:Action/EventMiniGameTime: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino No edit summary |
imported>Leoetlino No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
|type=Action | |type=Action | ||
}} | }} | ||
Start a timer (either counting down or counting up) and optionally show the minigame timer UI. | |||
== DynamicInstParams == | == DynamicInstParams == | ||
| Line 10: | Line 12: | ||
| CountMode || Int || || 0 to count up, 1 to count down | | CountMode || Int || || 0 to count up, 1 to count down | ||
|- | |- | ||
| CountStartTime || Int || || | | CountStartTime || Int || || [For countdown mode] Initial timer value (in seconds) | ||
|- | |- | ||
| IsShowTimeUI || Bool || || Show MiniGame [[UI]] screen and timer | | IsShowTimeUI || Bool || || Show MiniGame [[UI]] screen and timer | ||
|- | |- | ||
| MaxTime || Int || || [For countup mode] | | MaxTime || Int || || [For countup mode] Maximum timer value (in seconds). If set to -1 or to an invalid value, 5999999 will be used. | ||
|- | |- | ||
|} | |} | ||
Latest revision as of 19:42, 17 March 2019
| AI definition | |
|---|---|
| Type | Action |
Start a timer (either counting down or counting up) and optionally show the minigame timer UI.
DynamicInstParams
| Name | Type | Default value | Description |
|---|---|---|---|
| CountMode | Int | 0 to count up, 1 to count down | |
| CountStartTime | Int | [For countdown mode] Initial timer value (in seconds) | |
| IsShowTimeUI | Bool | Show MiniGame UI screen and timer | |
| MaxTime | Int | [For countup mode] Maximum timer value (in seconds). If set to -1 or to an invalid value, 5999999 will be used. |
Derived definitions
Demo_MiniGameTime (EventSystemActor)
No overridden parameters.
Demo_EventMiniGameTime (EventTimerTag)
No overridden parameters.