AIDef:Action/ToCDungeon: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
No edit summary
imported>Leoetlino
(import AI definitions from 1.5.0 (fixed))
Line 3: Line 3:
|type=Action
|type=Action
}}
}}
Special purpose variant of [[AIDef:Action/ChangeScene]] which automatically sets WarpDestMapName and WarpDestPosName to <code>MainField/%s</code> [new map name, e.g. A-1] and <code>%s</code> [current map name, e.g. CDungeon100_1] respectively.
The new map name is determined using <code>Map/MainField/Static.mubin</code> and the current map name.


== DynamicInstParams ==
== DynamicInstParams ==
Line 14: Line 10:
| StartType || Int ||  ||  
| StartType || Int ||  ||  
|-
|-
| EvflName || String ||  || Name of the event flow to start after warp is complete
| EvflName || String || ||  
Example: Demo008_2
|-
|-
| EntryPointName || String ||  || Name of the entry point in the event flow
| EntryPointName || String || ||  
Example: Demo008_2
|-
|-
|}
|}

Revision as of 20:53, 15 October 2018

ToCDungeon
AI definition
Type Action

DynamicInstParams

Name Type Default value Description
StartType Int
EvflName String
EntryPointName String


Derived definitions

Demo_ToDungeon (DungeonEntranceElevator)

No overridden parameters.

Demo_ToCDungeon (EventSystemActor)

No overridden parameters.

Demo_ToCDungeon (EventTag)

No overridden parameters.