hintSilent: Difference between revisions
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= | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= |
Revision as of 01:10, 17 October 2020
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
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
Categories:
- Scripting Commands
- Introduced with Arma 2 version 1.00
- Arma 2: New Scripting Commands
- Arma 2: Scripting Commands
- Command Group: Interaction
- Command Group: Structured Text
- Command Group: Strings
- Scripting Commands: Local Effect
- Scripting Commands Arma 2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters