mirror of https://github.com/godotengine/godot
Add New Annotation to Documentation
This commit is contained in:
parent
eb76b3a239
commit
901b610802
|
|
@ -530,6 +530,13 @@
|
|||
[/codeblock]
|
||||
</description>
|
||||
</annotation>
|
||||
<annotation name="@export_from_dir" qualifiers="vararg">
|
||||
<return type="void" />
|
||||
<param index="0" name="directory" type="String" default=""res://"" />
|
||||
<description>
|
||||
Export a [Resource] property as a list of resource files in a [param directory].
|
||||
</description>
|
||||
</annotation>
|
||||
<annotation name="@export_global_dir">
|
||||
<return type="void" />
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Reference in New Issue