Char

From Valve Developer Community
Revision as of 16:32, 14 July 2005 by TheJ89 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A character is, programmatically, one ASCII number value used to represent a keyboard character (a, x, 1, 6, ê).

This is a primitive C object.

Strings are arrays of Characters. These are used more often than characters are in the Source Engine.