hintC: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''hintC''' |= Syntax
| '''hintC''' text |= Syntax
 
|p1 = text: [[String]]
|  |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|x1 = <code> '''hintC''' "Press W to move forward" </code>
| [[hint]], [[hintCadet]] |= See also
| [[hint]], [[hintCadet]] |= See also



Revision as of 08:41, 4 August 2006

Hover & click on the images for description

Description

Description:
Works the same way as hint, only that the text is displayed in the middle of the screen. The game is paused until the player presses "Continue".
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
hintC "Press W to move forward"

Additional Information

See also:
hinthintCadet

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