DialogicCommentEvent

This contains the source code documentation of the class DialogicCommentEvent.

DialogicCommentEvent

Inherits: DialogicEvent

Settings

Properties

NameTypeDefault
textString""

Methods

ReturnsMethod
voidbuild_event_editor ( )
voidfrom_text ( string: String )
boolis_valid_event ( string: String )
Stringto_text ( )

Property Descriptions

var text = ""

Content of the comment.


Method Descriptions

func build_event_editor ( ) ⇒ void

No description available.


func from_text ( string: String ) ⇒ void

No description available.


func is_valid_event ( string: String ) ⇒ bool

No description available.


func to_text ( ) ⇒ String

No description available.