hintCadet: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *ofp * * *\| *([0-1]\.[0-9]{2}) * \|game2" to "|game1= ofp |version1= $1 |game2")
m (Some wiki formatting)
 
(6 intermediate revisions by the same user not shown)
Line 32: Line 32:
The text can contain several lines. \n is used to indicate the end of a line.
The text can contain several lines. \n is used to indicate the end of a line.


|s1= '''hintCadet''' text
|s1= [[hintCadet]] text


|p1= text: [[String]]
|p1= text: [[String]]


|r1=[[Nothing]]
|r1= [[Nothing]]


|x1= <code>[[hintCadet]] "Press W to move forward";</code>
|x1= <sqf>hintCadet "Press W to move forward";</sqf>


|seealso= [[hint]], [[hintC]], [[hintSilent]] [[cadetMode]]
|seealso= [[hint]] [[hintC]] [[hintSilent]] [[cadetMode]]
}}
}}
<dl class="command_description">
<dt class="note">[[User:ArmAtec|ArmAtec]]</dt>
<dd class="note">hintCadet can be used with formatting like this:
<code>[[hintCadet]] [[format]]["Hello %1", [[player]]]</code>
</dl>
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 22:23, 18 April 2022

Hover & click on the images for description

Description

Description:
Shows a text hint only when in cadetMode. The text can contain several lines. \n is used to indicate the end of a line.
Groups:
InteractionDifficulty

Syntax

Syntax:
hintCadet text
Parameters:
text: String
Return Value:
Nothing

Examples

Example 1:
hintCadet "Press W to move forward";

Additional Information

See also:
hint hintC hintSilent cadetMode

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