hintCadet: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - "<dt class="note">([^<>]+) " to "<dt class="note">$1</dt> ")
Line 29: Line 29:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->


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

Revision as of 02:31, 30 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
InteractionDifficulty

Syntax

Syntax:
Syntax needed
Parameters:
text: String
Return Value:
Return value needed

Examples

Example 1:
hintCadet "Press W to move forward";

Additional Information

See also:
See also needed

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]