pushAudio abstract method

int pushAudio(
  1. AudioSource audio
)

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);