hintCadet: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| ofp \|1.00 +\|([^g])" to " | ofp |1.00 |game2= ofpe |version2= 1.00 |game3= arma1 |version3= 1.00 |game4= arma2 |version4= 1.00 |game5= arma2oa |version5= 1.50 |game6= tkoh |version6= 1.00 |game7= arma3 |version7= 0.50 |$1")
m (Some wiki formatting)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| ofp
|game1= ofp
|1.00
|version1= 1.00


|game2= ofpe
|game2= ofpe
Line 28: Line 28:
|gr2= Difficulty
|gr2= Difficulty


| Shows a text hint only when in [[cadetMode]].
|descr= Shows a text hint only when in [[cadetMode]].


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.


| '''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