hintCadet: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed returned value and added example)
mNo edit summary
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Works the same way as [[hint]]. The message is only displayed in cadet mode. |= Description
| Shows a text hint only when using cadet mode.
 
The text can contain several lines. \n is used to indicate the end of a line. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''hintCadet''' |= Syntax
| '''hintCadet ''text''''' |= Syntax
 
|p1= text: [[String]] |= Parameter 1


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>hintC "Your are playing on Cadet mode."</code> |= Example 1
|x1= <code>hintCadet "Press W to move forward"</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 20:00, 7 October 2006

Hover & click on the images for description

Description

Description:
Shows a text hint only when using cadet mode. The text can contain several lines. \n is used to indicate the end of a line.
Groups:
Uncategorised

Syntax

Syntax:
hintCadet text
Parameters:
text: String
Return Value:
Nothing

Examples

Example 1:
hintCadet "Press W to move forward"

Additional Information

See also:
hinthintCcadetMode

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

Notes

Bottom Section