Jump to content

Category:Protocol Extensions

From fCraft Wiki
Revision as of 04:00, 9 July 2011 by F (talk | contribs) (Created page with "=Data Types= * ''sbyte'' = signed byte * ''byte'' = unsigned byte (extension) * ''short'' = signed 16-bit int, big-endian * ''ushort'' = unsigned 16-bit int, big-endian (extensio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Data Types

  • sbyte = signed byte
  • byte = unsigned byte (extension)
  • short = signed 16-bit int, big-endian
  • ushort = unsigned 16-bit int, big-endian (extension)
  • RGB = red-green-blue triplet. 1 unsigned byte per channel, 3 bytes total (extension)
  • RGBA = red-green-blue triplet + alpha. 1 unsigned byte per channel, 4 bytes total (extension)

Pages in category "Protocol Extensions"

The following 2 pages are in this category, out of 2 total.