Alexandria Uptime: 14.58 DaysTotal players online: 0
Take the Tour
|
Site Map
Documentation
OpenEUO wiki
EasyUO manual
Language Reference
Command Reference
event Macro
System Variable Reference
Object Type Finders
Object Type Index
Creature Type Index
Object Types Database
Codename Alexandria
End-user's Manual
Developer's Reference
Contributor's Guide
Downloads
EUO15
Old Documentation
Codename Alexandria
EUO142
CHANGELOG
Scripts
Public Script Library
Top Rated Scripts
My Downloaded Scripts
Scripters Top
Scripters Approved Top
Top Raters
Tools
Community
Login/Register
Old Boards
Announcements
EUO Discussion
Download & Patch Status
Technical Problems
Off Topic
Alexandria Announcements
Alexandria Events/Functions
Alexandria Lobby
Alexandria PvP Discussion
EUO FAQ
General
Presumed Bugs
Problems
Scripting
Debugging
Development
Forum / Board
Alexandria Freeshard
Search
binary.txt 1.1.0 reference
Prev
Part I. Reference Guide
Next
binary.txt 1.1.0 reference
Table of Contents
castAsByte
- Casts a value as an 8-bits unsigned integer.
castAsWord
- Casts a value as a 16-bits unsigned integer.
castAsRGB
- Casts a value as a 24-bits unsigned integer.
~
- Performs a binary NOT on a variable.
&
- Performs a binary AND on two variables.
|
- Performs a binary OR (bitwise inclusive) on two variables.
^
- Performs a binary XOR (bitwise exclusive) on two variables.
<<
- Performs a signed binary Left Shift on a variable.
>>
- Performs a signed binary Right Shift on a variable.
>>>
- Performs a signed binary Right Shift on a variable.
inputHex
- Converts a hexadecimal string value into a number.
inputBin
- Converts a binary string value into a number.
outputHex
- Converts a value into a hexadimal string.
outputBin
- Converts a value into a binary string.
(Internal) _init
- Package initialization