custom_sound
Fetches an external sound and applies to the target object
Vars | |
sound_file | The sound file we fetched from the http get request. |
---|---|
sound_url | This should return raw sound in response to http get request. For example: "https://github.com/DaedalusDock/Gameserver/blob/master/sound/misc/bang.ogg?raw=true" |
target_variable | This is the var that will be set with the fetched sound. |
Var Details
sound_file
The sound file we fetched from the http get request.
sound_url
This should return raw sound in response to http get request. For example: "https://github.com/DaedalusDock/Gameserver/blob/master/sound/misc/bang.ogg?raw=true"
target_variable
This is the var that will be set with the fetched sound.