new b5.A_Wait(duration){b5.A_Wait}
actions/generic/general.js, line 32
Action that waits for a specified time then exits
Created actions should be added to an actor or scenes actions list to be processed
For a complete overview of Actions see Booty5 Actions Overview
Name | Type | Description |
---|---|---|
duration |
number |
Amount of time to wait in seconds |
Returns:
Type | Description |
---|---|
b5.A_Wait | The created action |