Char: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Stubbed the article) |
||
Line 5: | Line 5: | ||
[[String]]s are [[array]]s of '''Characters'''. These are used more often than characters are in the [[Source Engine]]. | [[String]]s are [[array]]s of '''Characters'''. These are used more often than characters are in the [[Source Engine]]. | ||
{{stub}} |
Revision as of 06:26, 15 July 2005
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.