Garry's Mod Wiki

Revision Difference

IGModAudioChannel:SetTime#526864

<function name="SetTime" parent="IGModAudioChannel" type="classfunc"> <description> Sets the sound channel to specified time ( Rewind to that position of the song ). Does not work on online radio streams. Streamed sounds must have "noblock" parameter for this to work. Streamed sounds must have "noblock" parameter for this to work and <page>IGModAudioChannel:IsBlockStreamed</page> must return false. </description> <realm>Client</realm> <args> <arg name="secs" type="number">The time to set the stream to, in seconds.</arg> </args> </function>