System::shiftLeft

From RAGE Multiplayer Wiki
Revision as of 20:02, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

system.shiftLeft(value, bitShift);

Required Arguments

  • value: int
  • bitShift: int

Return value

  • int

Example

todo

See also

Template:System function c