hintCadet: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ")
Line 40: Line 40:
|x1= <code>[[hintCadet]] "Press W to move forward";</code>
|x1= <code>[[hintCadet]] "Press W to move forward";</code>


|seealso= [[hint]] [[hintC]], [[hintSilent]] [[cadetMode]]
|seealso= [[hint]] [[hintC]] [[hintSilent]] [[cadetMode]]
}}
}}



Revision as of 17:25, 20 January 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
ArmAtec
hintCadet can be used with formatting like this: hintCadet format["Hello %1", player]