hintCadet: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Some wiki formatting)
 
(31 intermediate revisions by 2 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 |Multiplayer Effects=
|game3= arma1
|version3= 1.00


|gr1= Interaction |GROUP1=
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| Shows a text hint only when in [[cadetMode]].
|game5= arma2oa
|version5= 1.50


The text can contain several lines. \n is used to indicate the end of a line. |DESCRIPTION=
|game6= tkoh
____________________________________________________________________________________________
|version6= 1.00


| '''hintCadet''' text |SYNTAX=
|game7= arma3
|version7= 0.50


|p1=  text: [[String]] |PARAMETER1=
|eff= local


| [[Nothing]] |RETURNVALUE=
|gr1= Interaction
____________________________________________________________________________________________
 
|x1= <code>[[hintCadet]] "Press W to move forward";</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[hint]], [[hintC]], [[hintSilent]] [[cadetMode]] |SEEALSO=
|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


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


<dt class="note">[[User:ArmAtec|ArmAtec]]
|r1= [[Nothing]]
<dd class="note">hintCadet can be used with formatting like this:
<code>[[hintCadet]] [[format]]["Hello %1", [[player]]]</code>


<!-- 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.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|HINTCADET]]
[[Category:Scripting Commands OFP 1.46|HINTCADET]]
[[Category:Scripting Commands Armed Assault|HINTCADET]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]

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