You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Better format arguments in variant parser
This commit is contained in:
committed by
Michael Alexsander
parent
407229aeeb
commit
0ff4095b36
@@ -20,7 +20,7 @@
|
||||
</argument>
|
||||
<argument index="1" name="callable" type="Callable">
|
||||
</argument>
|
||||
<argument index="2" name="arguments" type="Array" default="[ ]">
|
||||
<argument index="2" name="arguments" type="Array" default="[]">
|
||||
</argument>
|
||||
<description>
|
||||
Adds a custom monitor with name same as id. You can specify the category of monitor using '/' in id. If there are more than one '/' then default category is used. Default category is "Custom".
|
||||
|
||||
Reference in New Issue
Block a user