FIELD CHARACTER: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (when you needin to do a big shid after mcdonalds spiccy nugget)
m (Lxm6 moved page Character to FIELD CHARACTER)
(No difference)

Revision as of 01:04, 9 April 2023

Stub

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

A FIELD_CHARACTER is a networked data type that can store values from 0 to 255 (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.