AIDef:Action/ChangeScene: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
imported>Leoetlino
(import AI definitions from 1.5.0 (fixed))
Line 8: Line 8:
! Name !! Type !! Default value !! Description
! Name !! Type !! Default value !! Description
|-
|-
| WarpDestMapName || String ||  || Example: "MainFieldDungeon/RemainsFire", "MainField/A-1"
| WarpDestMapName || String || ||  
|-
|-
| WarpDestPosName || String ||  || Example: "StartR"
| WarpDestPosName || String || ||  
|-
|-
| FadeType || Int ||  || Example: 0
| FadeType || Int ||  ||  
|-
|-
| StartType || Int ||  || Example: 0
| StartType || Int ||  ||  
|-
|-
| EvflName || String ||  || Name of the event flow to start after warp is complete
| EvflName || String || ||  
Example: Demo622_1
|-
|-
| EntryPointName || String ||  || Name of the entry point in the event flow
| EntryPointName || String || ||  
Example: Demo622_1
|-
|-
|}
|}


== Derived definitions ==
== Derived definitions ==

Revision as of 20:52, 15 October 2018

ChangeScene
AI definition
Type Action

DynamicInstParams

Name Type Default value Description
WarpDestMapName String
WarpDestPosName String
FadeType Int
StartType Int
EvflName String
EntryPointName String


Derived definitions

Demo_ChangeScene (EventSystemActor)

No overridden parameters.