Revision Difference
Entity:SetNextClientThink#518287
<function name="SetNextClientThink" parent="Entity" type="classfunc">
<description>Sets the next time the clientside <page>ENTITY:Think</page> is called.</description>
<realm>Client</realm>
<args>
<arg name="nextthink" type="number">The next time, relative to <page>Global.CurTime</page>, to execute the <page>ENTITY:Think</page> clientside.</arg>
<arg name="nextthink" type="number">The next time, relative to <page>Global.CurTime</page>, to execute the <page>ENTITY:Think</page> clientside.</arg>
</args>
</function>