AIDef:Action/WaitForKeyInput: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(import AI definitions from 1.5.0)
 
(Add ValidInput info)
 
Line 3: Line 3:
|type=Action
|type=Action
}}
}}
Stops the event until a specified button is inputted.


== DynamicInstParams ==
== DynamicInstParams ==
Line 8: Line 9:
! Name !! Type !! Default value !! Description
! Name !! Type !! Default value !! Description
|-
|-
| ValidInput || Int || ||  
| ValidInput || Int || 4 || The button to wait for. If the provided int isn't a valid case, it defaults to 4. (See below table)
|-
|-
|}
|}


== ValidInput Values ==
{|class="wikitable"
! Value !! Description
|-
| 0 || A, B, X, Y, L, R, or ZR
|-
| 1 || B
|-
| 2 || A
|-
| 3 || Either B or A
|-
| 4 || Any button or stick except Plus, Minus, or D-Pad Up/Left/Right
|-
|}


== Derived definitions ==
== Derived definitions ==

Latest revision as of 01:45, 6 February 2022

WaitForKeyInput
AI definition
Type Action

Stops the event until a specified button is inputted.

DynamicInstParams

Name Type Default value Description
ValidInput Int 4 The button to wait for. If the provided int isn't a valid case, it defaults to 4. (See below table)

ValidInput Values

Value Description
0 A, B, X, Y, L, R, or ZR
1 B
2 A
3 Either B or A
4 Any button or stick except Plus, Minus, or D-Pad Up/Left/Right

Derived definitions

Demo_WaitForKeyInput (EventSystemActor)

No overridden parameters.