hintCadet: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed returned value and added example)
m (Some wiki formatting)
 
(59 intermediate revisions by 15 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| ofp |= Game name
|game1= ofp
|version1= 1.00


|1.00|= Game version
|game2= ofpe
|version2= 1.00


|eff= local |= Effects in MP
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| Works the same way as [[hint]]. The message is only displayed in cadet mode. |= Description
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| '''hintCadet''' |= Syntax
|game5= arma2oa
|version5= 1.50


| [[Nothing]] |= Return value
|game6= tkoh
____________________________________________________________________________________________
|version6= 1.00
 
|x1= <code>hintC "Your are playing on Cadet mode."</code> |= Example 1
____________________________________________________________________________________________


| [[hint]], [[hintC]], [[cadetMode]] |= See also
|game7= arma3
|version7= 0.50


}}
|eff= local
 
|gr1= Interaction
 
|gr2= Difficulty
 
|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.
 
|s1= [[hintCadet]] text
 
|p1= text: [[String]]


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>hintCadet "Press W to move forward";</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[hint]] [[hintC]] [[hintSilent]] [[cadetMode]]
[[Category:Scripting Commands|HINTCADET]]
}}
[[Category:Scripting Commands OFP 1.96|HINTCADET]]
[[Category:Scripting Commands OFP 1.46|HINTCADET]]
[[Category:Scripting Commands ArmA|HINTCADET]]

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