Garry's Mod Wiki

CSoundPatch:Play

Description

Starts to play the sound. This will reset the sound's volume and pitch to their default values. See CSoundPatch:PlayEx

Example

Example usage

local mysound = CreateSound( "test.wav" ) mysound:Play()