isInstructorFigureEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.04|= Game version ____________________...")
 
No edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| True if instructor figure is enabled in Game Options. |= Description
| Returns the status of INSTRUCTOR FIGURE setting in UI (OPTIONS >> GAME >> GENERAL >> INSTRUCTOR FIGURE). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 15: Line 15:




|x1= <code>
|x1= <code>[[hint]] [[str]] [[isInstructorFigureEnabled]];</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


|  |= SEEALSO  
|[[isStreamFriendlyUIEnabled]], [[isTutHintsEnabled]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 21:14, 25 February 2017

Hover & click on the images for description

Description

Description:
Returns the status of INSTRUCTOR FIGURE setting in UI (OPTIONS >> GAME >> GENERAL >> INSTRUCTOR FIGURE).
Groups:
Uncategorised

Syntax

Syntax:
isInstructorFigureEnabled
Return Value:
Boolean

Examples

Example 1:
hint str isInstructorFigureEnabled;

Additional Information

See also:
isStreamFriendlyUIEnabledisTutHintsEnabled

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section