preloadSound: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Stub.)
(Added basic description.)
Line 4: Line 4:




<h2 style="color:#000066">''' preloadSound '''</h2>
<h2 style="color:#000066">''' preloadSound ''sound'''''</h2>




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


None
[[String]] sound


'''Type of returned value:'''
'''Type of returned value:'''
Line 15: Line 15:
[[Boolean]]
[[Boolean]]


{{stub-scripting-command}}
'''Compatibility:'''
 
Version 2.40 required.
 
'''Description:'''
 
Make sure sound can start playing without any delay once we need it.
 
''Not implemented yet - currently does nothing.''

Revision as of 22:05, 17 July 2006


preloadSound sound


Operand types:

String sound

Type of returned value:

Boolean

Compatibility:

Version 2.40 required.

Description:

Make sure sound can start playing without any delay once we need it.

Not implemented yet - currently does nothing.