DialogicSubsystem

This contains the source code documentation of the class DialogicSubsystem.

DialogicSubsystem

Inherits: Node

Properties

NameTypeDefault
dialogicDialogicGameHandlernull

Methods

ReturnsMethod
voidpost_install ( )
voidclear_game_state ( _clear_flag: int = 0 )
voidload_game_state ( _load_flag: int = 0 )
voidsave_game_state ( )
voidpause ( )
voidresume ( )

Constants

const FULL_LOAD = 0

No description available.


const ONLY_DNODES = 1

No description available.


Property Descriptions

var dialogic = null

No description available.


Method Descriptions

func post_install ( ) ⇒ void

No description available.


func clear_game_state ( _clear_flag: int = 0 ) ⇒ void

No description available.


func load_game_state ( _load_flag: int = 0 ) ⇒ void

No description available.


func save_game_state ( ) ⇒ void

No description available.


func pause ( ) ⇒ void

No description available.


func resume ( ) ⇒ void

No description available.