void stgFilterTopicsByAnswers(int inTargetQues, bool inShow, int inSourceQues)
Description
Filter the topics of the target question by the source answers
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inTargetQues | Int32 | Index of the target Question |
inShow | bool | True/False to show/hide the topic |
inSourceQues | Int32 | Question index to filter from |
Return Type
void
Example
"stgFilterTopicsByAnswers(4, true, 3)" filter the topics of Question index 4 by the answers in question index 3
Comments
Please sign in to leave a comment.