pushAudio abstract method
Pushes AudioSource onto the Lua stack as a ScriptedAudioSource userdata. Returns 1 if successful, 0 if the image is null.
Implementation
int pushAudio(AudioSource audio);
Pushes AudioSource onto the Lua stack as a ScriptedAudioSource userdata. Returns 1 if successful, 0 if the image is null.
int pushAudio(AudioSource audio);