mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Add documentation for EditorPlugin's build method
This commit is contained in:
parent
13303dd56d
commit
724ed88215
@ -169,6 +169,8 @@
|
||||
<return type="bool">
|
||||
</return>
|
||||
<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>
|
||||
</method>
|
||||
<method name="clear" qualifiers="virtual">
|
||||
|
Loading…
Reference in New Issue
Block a user