titleRsc: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (fixed desc.)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Resource title - argument in format '''["name", "type", speed]''' or '''["name", "type"]''' If speed is not given, it is assumed 1. Resource can be defined in [[Description.ext]] Also see [[cutRsc]], with these two commands you can show two different resources at once. |= Description
| Resource title - Resource can be defined in [[Description.ext]] Also see [[cutRsc]], with these two commands you can show two different resources at once. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''titleRsc''' effect |= Syntax


|p1= effect: [[Array]] |= Parameter 1
| '''titleRsc''' ["text", "type", speed]|= Syntax
 
|p1= text: [[String]]
|p2= type: [[String]]. May be one of:<br><br>
 
• "PLAIN"<br>
• "PLAIN DOWN"<br>
• "BLACK"<br>
• "BLACK FADED"<br>
• "BLACK OUT"<br>
• "BLACK IN"<br>
• "WHITE OUT"<br>
• "WHITE IN"
|p3= speed: [[Number]]  Optional. Default 1


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 02:13, 1 September 2007

Hover & click on the images for description

Description

Description:
Resource title - Resource can be defined in Description.ext Also see cutRsc, with these two commands you can show two different resources at once.
Groups:
Uncategorised

Syntax

Syntax:
titleRsc ["text", "type", speed]
Parameters:
text: String
type: String. May be one of:

• "PLAIN"
• "PLAIN DOWN"
• "BLACK"
• "BLACK FADED"
• "BLACK OUT"
• "BLACK IN"
• "WHITE OUT"
• "WHITE IN"
speed: Number Optional. Default 1
Return Value:
Nothing

Examples

Example 1:
titleRsc ["BIS", "PLAIN"]

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

Notes

Bottom Section