hintSilent: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. ArmA2 classification)
 
m (Some wiki formatting)
 
(47 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{RV|type=command


[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
|game1= arma2
|version1= 1.00
 
|game2= arma2oa
|version2= 1.50
 
|game3= tkoh
|version3= 1.00
 
|game4= arma3
|version4= 0.50
 
|eff= local
 
|gr1= Interaction
 
|gr2= Structured Text
 
|gr3= Strings
 
|descr= Same as [[hint]], but without a sound.
 
|s1= [[hintSilent]] text
 
|p1= text: [[String]] or [[Structured Text]]
 
|r1= [[Nothing]]
 
|x1= <sqf>hintSilent format ["Hello, %1!", name player];</sqf>
 
|x2= <sqf>
hint "Hello there!";
sleep 5;
hintSilent ""; // removes message
</sqf>
 
|seealso= [[hint]] [[hintC]] [[hintCadet]]
}}

Latest revision as of 22:23, 18 April 2022

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:
hint hintC hintCadet

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