AIDef:Action/WarpPlayer: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(import AI definitions from 1.5.0)
 
imported>Leoetlino
No edit summary
Line 3: Line 3:
|type=Action
|type=Action
}}
}}
Warps the player to the specified location.


== DynamicInstParams ==
== DynamicInstParams ==
Line 8: Line 10:
! Name !! Type !! Default value !! Description
! Name !! Type !! Default value !! Description
|-
|-
| WarpDestMapName || String ||  ||  
| WarpDestMapName || String ||  || Map name (e.g. A-1). Note that this does not include the map type (unlike [[AIDef:Action/ChangeScene]]).
|-
|-
| WarpDestPosName || String ||  ||  
| WarpDestPosName || String ||  || Position name
|-
|-
|}
|}

Revision as of 10:10, 18 November 2018

WarpPlayer
AI definition
Type Action

Warps the player to the specified location.

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.