mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Better format arguments in variant parser
This commit is contained in:
committed by
Michael Alexsander
parent
407229aeeb
commit
0ff4095b36
@@ -40,7 +40,7 @@
|
||||
<method name="start_simulation">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="bones" type="StringName[]" default="[ ]">
|
||||
<argument index="0" name="bones" type="StringName[]" default="[]">
|
||||
</argument>
|
||||
<description>
|
||||
Tell the [PhysicalBone2D] nodes to start simulating and interacting with the physics world.
|
||||
@@ -50,7 +50,7 @@
|
||||
<method name="stop_simulation">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="bones" type="StringName[]" default="[ ]">
|
||||
<argument index="0" name="bones" type="StringName[]" default="[]">
|
||||
</argument>
|
||||
<description>
|
||||
Tell the [PhysicalBone2D] nodes to stop simulating and interacting with the physics world.
|
||||
|
||||
Reference in New Issue
Block a user