2 class_name DialogicGlossaryEvent
5 ## Event that does nothing right now.
8 ################################################################################
10 ################################################################################
12 func _execute() -> void:
16 ################################################################################
18 ################################################################################
21 event_name = "Glossary"
22 set_default_color('Color6')
23 event_category = "Other"
24 event_sorting_index = 0
27 ################################################################################
29 ################################################################################
30 func get_shortcode() -> String:
33 func get_shortcode_parameters() -> Dictionary:
37 ################################################################################
38 ## EDITOR REPRESENTATION
39 ################################################################################
41 func build_event_editor() -> void: