Garry's Mod Wiki

Revision Difference

CSoundPatch:Play#514119

<function name="Play" parent="CSoundPatch" type="classfunc">⤶ <description>Starts to play the sound.</description>⤶ <realm>Shared</realm>⤶ </function>⤶ ⤶ <example>⤶ <description>Example usage</description>⤶ <code>⤶ local mysound = CreateSound( "test.wav" )⤶ mysound:Play()⤶ </code>⤶ ⤶ </example>