AIDef:Action/EventCancelEndAction: 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
}}
}}
Used by event flowcharts to mark the end of a section that can be skipped. Used in conjunction with [[AIDef:Action/EventCancelBeginAction]].


== DynamicInstParams ==
== DynamicInstParams ==
Line 8: Line 10:
! Name !! Type !! Default value !! Description
! Name !! Type !! Default value !! Description
|-
|-
| NoFadeIn || Bool ||  ||  
| NoFadeIn || Bool ||  || Whether to skip doing a fadeout + fadein
|-
|-
|}
|}

Revision as of 19:22, 23 October 2018

EventCancelEndAction
AI definition
Type Action

Used by event flowcharts to mark the end of a section that can be skipped. Used in conjunction with AIDef:Action/EventCancelBeginAction.

DynamicInstParams

Name Type Default value Description
NoFadeIn Bool Whether to skip doing a fadeout + fadein


Derived definitions

Demo_EventCancelEnd (EventSystemActor)

No overridden parameters.