Add documentation for EditorPlugin's build method
(cherry picked from commit 724ed88215
)
This commit is contained in:
parent
8ac22bdae4
commit
57e57872fd
|
@ -155,6 +155,8 @@
|
||||||
<return type="bool">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
This method is called when the editor is about to run the project. The plugin can then perform required operations before the project runs.
|
||||||
|
This method must return a boolean. If this method returns [code]false[/code], the project will not run. The run is aborted immediately, so this also prevents all other plugins' [method build] methods from running.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="clear" qualifiers="virtual">
|
<method name="clear" qualifiers="virtual">
|
||||||
|
|
Loading…
Reference in New Issue