onBriefingGear: 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#O|COMREF]]
<h2 style="color:#000066">'''onBriefingGear ''sound'''''</h2>
<h2 style="color:#000066">'''onBriefingGear ''sound'''''</h2>


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


sound: [[String]]
'''sound:''' [[String]]


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


Nothing
[[Nothing]]


'''Description:'''
'''Description:'''


Define sound (voice) played the first time when section Gear in briefing is selected.
Define sound (voice) played the first time when section Gear in briefing is selected.


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


'''onBriefingGear''' "GearVoiceOver"
'''onBriefingGear''' "GearVoiceOver"

Revision as of 20:48, 15 April 2006

back to COMREF

onBriefingGear sound


Operand types:

sound: String

Type of returned value:

Nothing

Description:

Define sound (voice) played the first time when section Gear in briefing is selected.


Example:

onBriefingGear "GearVoiceOver"