void SetTopicVisible (Int32 inQuesIdx, bool inShow)
Description
Will Hide/Show the Topics in a question
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Index of the Question |
inShow | bool | True will show the Topics, False will hide them |
Return Type
void
Overloads
List of overloads for this function
void SetTopicVisible (Int32 inQuesIdx, Int32 inTopicIdx, bool inShow)
void SetTopicVisible (InQuesIdx, bool inShow, bool inReset, Int32[] inArray)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Target question |
inShow | bool | True will show the answers, False will hide them |
inTopicIdx | Int32 | Index of the topic |
inReset | bool | True/False to reset |
inArray | Int32[] | An array that will include all the topic indexes |
Comments
Please sign in to leave a comment.