hintSilent: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Some wiki formatting)
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2 |Game name=
|game1= arma2
|version1= 1.00


|1.00|Game version=
|game2= arma2oa
|version2= 1.50


|eff= local |Multiplayer Effects=
|game3= tkoh
|version3= 1.00


|gr1= Interaction |GROUP1=
|game4= arma3
|version4= 0.50


|gr2= Structured Text |GROUP2=
|eff= local


|gr3= Strings |GROUP3=
|gr1= Interaction
____________________________________________________________________________________________


| Same as [[hint]], but without a sound. |DESCRIPTION=
|gr2= Structured Text
____________________________________________________________________________________________


| [[hintSilent]] text |SYNTAX=
|gr3= Strings


|p1= text: [[String]] or [[Structured Text]] |PARAMETER1=
|descr= Same as [[hint]], but without a sound.


| [[Nothing]] |RETURNVALUE=
|s1= [[hintSilent]] text


|x1= <code>[[hintSilent]] [[format]] ["Hello, %1!", [[name]] [[player]]];</code> |EXAMPLE1=
|p1= text: [[String]] or [[Structured Text]]


|x2= <code>[[hint]] "Hello there!";
|r1= [[Nothing]]
[[sleep]] 5;
[[hintSilent]] ""; {{cc|removes message}}</code> |EXAMPLE2=
____________________________________________________________________________________________


| [[hint]], [[hintC]], [[hintCadet]] |SEEALSO=
|x1= <sqf>hintSilent format ["Hello, %1!", name player];</sqf>


| |MPBEHAVIOUR=
|x2= <sqf>
hint "Hello there!";
sleep 5;
hintSilent ""; // removes message
</sqf>
 
|seealso= [[hint]] [[hintC]] [[hintCadet]]
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

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