Category:Variables: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (categorized)
No edit summary
Line 1: Line 1:
These are links to descriptions of programming and scripting variables.
Variables are C++ [[class]]es that a) store values in system memory and b) allow evaluation (e.g. does <code>intValue == 1</code>?).


[[Category:Programming]]
[[Category:Programming]]

Revision as of 06:42, 1 May 2009

Variables are C++ classes that a) store values in system memory and b) allow evaluation (e.g. does intValue == 1?).

Pages in category "Variables"

The following 24 pages are in this category, out of 24 total.