From 7dfba3cda9f13427f9f10a6eefbec52aef62274c Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Fri, 24 Nov 2017 23:16:30 +0100 Subject: doc: Fix enum tags thanks to 2bc6db6 --- .../visual_script/doc_classes/VisualScriptCustomNode.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/visual_script/doc_classes/VisualScriptCustomNode.xml') diff --git a/modules/visual_script/doc_classes/VisualScriptCustomNode.xml b/modules/visual_script/doc_classes/VisualScriptCustomNode.xml index 100f76bbb..c321c616a 100644 --- a/modules/visual_script/doc_classes/VisualScriptCustomNode.xml +++ b/modules/visual_script/doc_classes/VisualScriptCustomNode.xml @@ -136,28 +136,28 @@ - + The start mode used the first time when [method _step] is called. - + The start mode used when [method _step] is called after coming back from a STEP_PUSH_STACK_BIT. - + The start mode used when [method _step] is called after resuming from STEP_YIELD_BIT. - + 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. - + Hint used by [method _step] to tell that control should return back, either hitting a previous STEP_PUSH_STACK_BIT or exiting the function. - + - + Hint used by [method _step] to tell that control should stop and exit the function. - + Hint used by [method _step] to tell that the function should be yielded. Using this requires you to have at least one working memory slot, which is used for the [VisualScriptFunctionState]. -- cgit v1.2.3-70-g09d2