FIELD CHARACTER

From Valve Developer Community
Revision as of 13:29, 6 April 2019 by Practical Problems (talk | contribs) (no no NO a FIELD_CHARACTER holds 256 possible values not 26!!!! I am ANGRY!!!)
Jump to navigation Jump to search

Stub

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

A FIELD_CHARACTER is a networked data type that can use up to 256 different values (the same as a char in C++). It is often treated like an unsigned integer would, but a character is only one byte. As the name implies, it can also be used to store ASCII characters.