titleRsc: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
back to [[Scripting_Reference#T|COMREF]]
<h2 style="color:#000066">'''titleRsc ''effect'''''</h2>
<h2 style="color:#000066">'''titleRsc ''effect'''''</h2>


'''Operand types:'''
'''Operand types:'''


effect: [[Array]]
'''effect:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''


Nothing
[[Nothing]]


'''Description:'''
'''Description:'''
Line 16: Line 19:


Resource can be defined in [[description.ext]]
Resource can be defined in [[description.ext]]


'''Example:'''
'''Example:'''


'''titleRsc''' ["BIS", "PLAIN"]
'''titleRsc''' ["BIS", "PLAIN"]

Revision as of 20:10, 15 April 2006

back to COMREF

titleRsc effect


Operand types:

effect: Array

Type of returned value:

Nothing

Description:

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


Example:

titleRsc ["BIS", "PLAIN"]