From d6db3f5ed20a0a26d770a6491bc109e1ed7c27f3 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Tue, 8 Aug 2023 15:26:21 +0200 Subject: [PATCH] Add class doc for BTCheckVar --- doc_classes/BTCheckVar.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc_classes/BTCheckVar.xml diff --git a/doc_classes/BTCheckVar.xml b/doc_classes/BTCheckVar.xml new file mode 100644 index 0000000..cc81bc3 --- /dev/null +++ b/doc_classes/BTCheckVar.xml @@ -0,0 +1,35 @@ + + + + BT condition that checks [member variable] against [member value] and returns [code]SUCCESS[/code] or [code]FAILURE[/code] based on the [member check_type]. + + + + + + + + Type of check to perform. + + + Parameter that specifies the value to which the [member variable] will be compared. + + + Variable name to check its value. + + + + + + + + + + + + + + + + +