From b0846f60c96c809105d039ef314e10a8b23a699f Mon Sep 17 00:00:00 2001 From: Tomasz Chabora Date: Wed, 17 Apr 2019 13:42:56 +0200 Subject: Consistently wrap booleans in [code] --- modules/visual_script/doc_classes/VisualScriptCustomNode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/visual_script') diff --git a/modules/visual_script/doc_classes/VisualScriptCustomNode.xml b/modules/visual_script/doc_classes/VisualScriptCustomNode.xml index 0ad4e7c1f5..f0858e3c55 100644 --- a/modules/visual_script/doc_classes/VisualScriptCustomNode.xml +++ b/modules/visual_script/doc_classes/VisualScriptCustomNode.xml @@ -145,7 +145,7 @@ 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. Hint used by [method _step] to tell that control should return back, either hitting a previous STEP_PUSH_STACK_BIT or exiting the function. -- cgit v1.2.3