Difference between revisions of "Data Types"

From RuneWiki
Jump to navigationJump to search
m
m
Line 1: Line 1:
 +
{{stub}}
 +
 
== Introduction ==
 
== Introduction ==
  

Revision as of 08:27, 16 August 2009

Stub

This article is a stub. You can help RuneWiki by expanding it.


Introduction

RuneScape uses a number of standard and non-standard data types.

Non Standard Data Types

Name Read transformation Write transformation
Special A value - 128 value + 128
Special C 0 - value 0 - value
Special S 128 - value 128 - value

Additionally, RuneScape also uses two additional integers (named int 1 and int 2) and has a 3-byte data type (commonly named 3 byte int or tri byte).