AIDef:Action/WaitForKeyInput

From ZeldaMods (Breath of the Wild)
Revision as of 01:45, 6 February 2022 by Torphedo (talk | contribs) (Add ValidInput info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.