hintSilent: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (command groups)
Line 9: Line 9:


|gr1= Interaction |GROUP1=
|gr1= Interaction |GROUP1=
|gr2= Structured Text |GROUP2=
|gr3= Strings |GROUP3=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 17: Line 21:


|p1= text: [[String]] or [[Structured Text]] |PARAMETER1=  
|p1= text: [[String]] or [[Structured Text]] |PARAMETER1=  
|p2= |PARAMETER2=
|p3= |PARAMETER3=


| [[Nothing]] |RETURNVALUE=  
| [[Nothing]] |RETURNVALUE=  

Revision as of 02:10, 17 October 2020

Hover & click on the images for description

Description

Description:
Same as hint, but without a sound.
Groups:
InteractionStructured TextStrings

Syntax

Syntax:
hintSilent text
Parameters:
text: String or Structured Text
Return Value:
Nothing

Examples

Example 1:
hintSilent format ["Hello, %1!", name player];
Example 2:
hint "Hello there!"; sleep 5; hintSilent ""; // removes message

Additional Information

See also:
hinthintChintCadet

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