Home
last modified time | relevance | path

Searched refs:sID (Results 1 – 1 of 1) sorted by relevance

/plugin/s5reloaded/ui/audio_support/
Dsoundmanager2.js95 this.load = function(sID,oOptions) { argument
96 if (!self._idCheck(sID)) return false;
97 self.sounds[sID].load(oOptions);
100 this.unload = function(sID) { argument
101 if (!self._idCheck(sID)) return false;
102 self.sounds[sID].unload();
105 this.play = function(sID,oOptions) { argument
106 if (!self._idCheck(sID)) {
110 self._writeDebug('soundController.play(): attempting to create "'+sID+'"');
111 oOptions.id = sID;
[all …]