Garry's Mod Wiki

Revision Difference

timer.Adjust#511783

<function name="Adjust" parent="timer" type="libraryfunc">⤶ <description>Adjusts the timer if the timer with the given identifier exists.</description>⤶ <realm>Shared and Menu</realm>⤶ <args>⤶ <arg name="identifier" type="any">Identifier of the timer to adjust.</arg>⤶ <arg name="delay" type="number">The delay interval in seconds.</arg>⤶ <arg name="repetitions" type="number">Repetitions. Use 0 for infinite.</arg>⤶ <arg name="func" type="function">The new function.</arg>⤶ </args>⤶ <rets>⤶ <ret name="" type="boolean">true if succeeded</ret>⤶ </rets>⤶ </function>⤶ ⤶