JAVASCRIPT REQUIRED
Math and Computation
Bitwise Operations
bitwise_reverse8(n)
Returns the given 8-bit number with bits in reverse order.
bitwise_reverse16(n)
Returns the given 16-bit number with bits in reverse order.
bitwise_reverse32(n)
Returns the given 32-bit number with bits in reverse order.
bitwise_rol(n,count,size)
Returns the given number rotated to the left by given number of bits.
bitwise_ror(n,count,size)
Returns the given number rotated to the right by given number of bits.
Comments?
GMLscripts.com
New User
Forgot Password
Script News
Script Index
GML Reference 7
Submit A Script
Code Highlighter
GMLjoint Forums
RSS Feed
Math & Computation
Array Functions
Bitwise Operations
Data & Number Conversion
Date-Time Functions
Distance Functions
Encryption Functions
Geometric Functions
Parametric Functions
Probability Functions
Real-valued Functions
String Handling Functions
Game Play
Artificial Intelligence
Collision Checking
Instances
Moving Around
User Interaction
The Mouse
The Joystick
Game Graphics
Background Functions
Color Manipulation
Drawing Shapes
Fonts and Text
Sprite Functions
Surface Functions
3D Graphics
Model Functions
Sound
No Scripts Available
Resources
Sprite Resources
Resource Management
File System & OS
File Functions
Data Structures
Grid Functions
List Functions
Map Functions
Networking
No Scripts Available