isTutHintsEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
|0.50|Game version=
|0.50|Game version=


|gr1= System |GROUP1=
|gr1= Difficulty |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 15: Line 15:


| [[Boolean]] |RETURNVALUE=  
| [[Boolean]] |RETURNVALUE=  


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


|  [[isInstructorFigureEnabled]], [[isStreamFriendlyUIEnabled]] |SEEALSO=  
|  [[isInstructorFigureEnabled]], [[isStreamFriendlyUIEnabled]] |SEEALSO=  
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}



Revision as of 11:02, 27 September 2020

Hover & click on the images for description

Description

Description:
Returns the status of TUTORIAL HINTS setting in UI (OPTIONS >> GAME >> GENERAL >> TUTORIAL HINTS).
Groups:
Difficulty

Syntax

Syntax:
isTutHintsEnabled
Return Value:
Boolean

Examples

Example 1:
hint str isTutHintsEnabled;

Additional Information

See also:
isInstructorFigureEnabledisStreamFriendlyUIEnabled

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