You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Consistently wrap booleans in [code]
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
</constant>
|
||||
<constant name="STEP_PUSH_STACK_BIT" value="16777216">
|
||||
Hint used by [method _step] to tell that control should return to it when there is no other node left to execute.
|
||||
This is used by [VisualScriptCondition] to redirect the sequence to the "Done" port after the true/false branch has finished execution.
|
||||
This is used by [VisualScriptCondition] to redirect the sequence to the "Done" port after the [code]true[/code]/[code]false[/code] branch has finished execution.
|
||||
</constant>
|
||||
<constant name="STEP_GO_BACK_BIT" value="33554432">
|
||||
Hint used by [method _step] to tell that control should return back, either hitting a previous STEP_PUSH_STACK_BIT or exiting the function.
|
||||
|
||||
Reference in New Issue
Block a user