Advertisement
spncryn

init_emitter

Aug 16th, 2019
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. EMITTER = audio_emitter_create()
  2. audio_falloff_set_model(audio_falloff_exponent_distance)
  3. audio_emitter_falloff  (EMITTER, 16, 24, 1)
  4. audio_emitter_position (EMITTER, x , y , 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement