File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1212 <link title =" GDExtension example in C++" >$DOCS_URL/tutorials/scripting/gdextension/gdextension_cpp_example.html</link >
1313 </tutorials >
1414 <methods >
15+ <method name =" get_loaded_extension_path" >
16+ <return type =" String" />
17+ <description >
18+ Returns the GDExtension configuration resource that successfully loaded in. If the library is unloaded, returns an empty string.
19+ </description >
20+ </method >
1521 <method name =" get_minimum_library_initialization_level" qualifiers =" const" >
1622 <return type =" int" enum =" GDExtension.InitializationLevel" />
1723 <description >
2430 Returns [code]true[/code] if this extension's library has been opened.
2531 </description >
2632 </method >
33+ <method name =" is_substituted" >
34+ <return type =" bool" />
35+ <description >
36+ Returns [code]true[/code] if this extension has loaded a substitute config (see [method get_loaded_extension_path]).
37+ </description >
38+ </method >
2739 </methods >
2840 <constants >
2941 <constant name =" INITIALIZATION_LEVEL_CORE" value =" 0" enum =" InitializationLevel" >
You can’t perform that action at this time.
0 commit comments