AIDef:Action/WaitForKeyInput
Jump to navigation
Jump to search
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.