Char

From Valve Developer Community
Revision as of 06:26, 15 July 2005 by TheJ89 (talk | contribs) (Stubbed the article)
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.

Stub

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