AIDef:Action/WarpPlayer: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino No edit summary |
imported>Leoetlino No edit summary |
||
Line 5: | Line 5: | ||
Warps the player to the specified location. | Warps the player to the specified location. | ||
If the specified map and position could not be found in the map unit, the player will be warped to (0.0, 0.0, 0.0). | |||
== DynamicInstParams == | == DynamicInstParams == |
Revision as of 10:35, 18 November 2018
AI definition | |
---|---|
Type | Action |
Warps the player to the specified location.
If the specified map and position could not be found in the map unit, the player will be warped to (0.0, 0.0, 0.0).
DynamicInstParams
Name | Type | Default value | Description |
---|---|---|---|
WarpDestMapName | String | Map name (e.g. A-1). Note that this does not include the map type (unlike AIDef:Action/ChangeScene). | |
WarpDestPosName | String | Position name |
Derived definitions
Demo_WarpPlayer (EventSystemActor)
No overridden parameters.