hintCadet: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Some wiki formatting)
 
(One intermediate revision by the same user not shown)
Line 38: Line 38:
|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>

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