Garry's Mod Wiki

Revision Difference

bit.rol#514075

<function name="rol" parent="bit" type="libraryfunc">⤶ <description>Returns the left rotated value.</description>⤶ <realm>Shared and Menu</realm>⤶ <args>⤶ <arg name="value" type="number">The value to be manipulated.</arg>⤶ <arg name="shiftCount" type="number">Amounts of bits to rotate left by.</arg>⤶ </args>⤶ <rets>⤶ <ret name="" type="number">shiftedValue</ret>⤶ </rets>⤶ </function>⤶ ⤶