GetSoundPosition: Difference between revisions
Jump to navigation
Jump to search
Cazomino05 (talk | contribs) m (Code fix) |
Cazomino05 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Client function}} | {{Client function}} | ||
Get sound position | Get a sound seek position. | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua">int getSoundPosition ( | <syntaxhighlight lang="lua">int getSoundPosition ( element sound )</syntaxhighlight> | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''sound:''' | *'''sound:''' a sound element. | ||
===Returns=== | ===Returns=== | ||
Returns an''integer'' | Returns an ''integer'' indicating the position of the sound. (times by 1000 to get seconds) | ||
==Example== | ==Example== |
Revision as of 19:57, 26 December 2008
Get a sound seek position.
Syntax
int getSoundPosition ( element sound )
Required Arguments
- sound: a sound element.
Returns
Returns an integer indicating the position of the sound. (times by 1000 to get seconds)
Example
TODO
Click to collapse [-]
Client--TODO
See Also