void stgShowQuestion(int inQIdx, bool inShow)
Description
Will hide/show a specific 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 question |
Return Type
void
Example
"stgShowQuestion(2, false)" will hide question index 2
Comments
Does stgShowQuestion function need to be imported?, I wish to use it but seems like its not recognized while writting a start script
Please sign in to leave a comment.