This contains the source code documentation of the class DialogicIndexer.
DialogicIndexer
Inherits: RefCounted
Script that indexes events, subsystems, settings pages and more. Place a script of this type in every folder in "addons/Events". Overwrite the methods to return the contents of that folder.
Properties
| Name | Type | Default |
|---|---|---|
| this_folder | String | get_base_dir() |
Methods
| Returns | Method |
|---|---|
| Array | list_dir ( subdir: String = "" ) |
| Dictionary | list_special_resources ( subdir: String = "", extension: String = "" ) |
| Dictionary | list_animations ( subdir: String = "" ) |
| Dictionary[] | scan_for_layout_parts ( ) |
Property Descriptions
var this_folder = get_base_dir()
No description available.
Method Descriptions
func list_dir ( subdir: String = "" ) ⇒ Array
No description available.
func list_special_resources ( subdir: String = "", extension: String = "" ) ⇒ Dictionary
No description available.
func list_animations ( subdir: String = "" ) ⇒ Dictionary
No description available.
func scan_for_layout_parts ( ) ⇒ Dictionary[]
Helper that allows scanning sub directories that might be layout parts or styles