godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
godot_pluginscript_script_manifest
godot
abi
pluginscript
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
nothrow
struct
godot_pluginscript_script_manifest {
godot_pluginscript_script_data
*
data
;
godot_string
name
;
godot_bool
is_tool
;
godot_string
base
;
godot_dictionary
member_lines
;
godot_array
methods
;
godot_array
signals
;
godot_array
properties
;
}
Members
Variables
base
godot_string
base
;
Undocumented in source.
data
godot_pluginscript_script_data
*
data
;
Undocumented in source.
is_tool
godot_bool
is_tool
;
Undocumented in source.
member_lines
godot_dictionary
member_lines
;
Undocumented in source.
methods
godot_array
methods
;
Undocumented in source.
name
godot_string
name
;
Undocumented in source.
properties
godot_array
properties
;
Undocumented in source.
signals
godot_array
signals
;
Undocumented in source.
Meta
Source
See Implementation
godot
abi
pluginscript
structs
godot_pluginscript_instance_data
godot_pluginscript_instance_desc
godot_pluginscript_language_data
godot_pluginscript_language_desc
godot_pluginscript_profiling_data
godot_pluginscript_script_data
godot_pluginscript_script_desc
godot_pluginscript_script_manifest