DialogicCallEvent

This contains the source code documentation of the class DialogicCallEvent.

DialogicCallEvent

Inherits: DialogicEvent

Settings

Properties


Methods


Property Descriptions

var arguments =

A list of arguments to give to the call.


var autoload_name = ""

The name of the autoload to call the method on.


var method = ""

The name of the method to call on the given autoload.


Method Descriptions

func build_event_editor ( ) ⇒ void

No description available.


func check_arguments_and_update_warning ( ) ⇒ void

No description available.


func from_text ( string: String ) ⇒ void

No description available.


func get_autoload_suggestions ( filter: String = "" ) ⇒ Dictionary

No description available.


func get_method_suggestions ( filter: String = "", temp_autoload: String = "" ) ⇒ Dictionary

No description available.


func get_shortcode_parameters ( ) ⇒ Dictionary

No description available.


func is_valid_event ( string: String ) ⇒ bool

No description available.


func to_text ( ) ⇒ String

No description available.


func update_argument_info ( ) ⇒ void

No description available.