Char

From Valve Developer Community
Revision as of 16:33, 14 July 2005 by TheJ89 (talk | contribs)
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 variable is declared by the name char.

This is a primitive C object.

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