Expose the EditorScriptHighlighter::_create() method to GDExtension
This commit is contained in:
parent
77d6283d22
commit
1474ecc121
3 changed files with 15 additions and 3 deletions
|
|
@ -10,6 +10,12 @@
|
|||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="_create" qualifiers="virtual const">
|
||||
<return type="EditorSyntaxHighlighter" />
|
||||
<description>
|
||||
Virtual method which creates a new instance of the syntax highlighter.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_name" qualifiers="virtual const">
|
||||
<return type="String" />
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue