stgSetTopicVisible

void stgSetTopicVisible(int inQIdx, bool inShow, int inTopicIdx)

Description

Will show/hide a specific topic in a question

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQIdx Int32 Index of the Question
inShow bool True/False to show/hide the topic
inTopicIdx Int32 Index of the topic

Return Type

void

Example

"stgSetTopicVisible(2, true, 1)" will show topic 1 in question index 2

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.