Garry's Mod Wiki

Log in to edit

timer.Pause

<function name="Pause" parent="timer" type="libraryfunc"> <description>Pauses the given timer.</description> <realm>Shared and Menu</realm> <args> <arg name="identifier" type="any">Identifier of the timer.</arg> </args> <rets> <ret name="" type="boolean">false if the timer didn't exist or was already paused, true otherwise.</ret> </rets> </function>