Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

DialogicBackgroundEvent

This contains the source code documentation of the class DialogicBackgroundEvent.

DialogicBackgroundEvent

Inherits: DialogicEvent

Event to show scenes in the background and switch between them.

Properties


Methods


Constants

const IMAGE = 0

No description available.


const CUSTOM = 1

No description available.


const DEFAULT = 0

No description available.


const CUSTOM = 1

No description available.


Property Descriptions

var scene = ""

The scene to use. If empty, this will default to the DefaultBackground.gd scene. This scene supports images and fading. If you set it to a scene path, then that scene will be instanced. Learn more about custom backgrounds in the Subsystem_Background.gd docs.


var argument = ""

The argument that is passed to the background scene. For the default scene it's the path to the image to show.


var fade = 0.0

The time the fade animation will take. Leave at 0 for instant change.


var transition = ""

Name of the transition to use.


Method Descriptions

func get_shortcode ( ) ⇒ String

No description available.


func get_shortcode_parameters ( ) ⇒ Dictionary

No description available.


func build_event_editor ( ) ⇒ void

No description available.


func get_transition_suggestions ( _filter: String = "" ) ⇒ Dictionary

No description available.