Category:Variables: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Undo revision 150633 by Sacaldur (Talk))
mNo edit summary
Line 1: Line 1:
{{otherlang2
{{lang|Category:Variables}}
|de=Category:Variables:de
 
}}
Variables are C++ [[class]]es that a) store values in system memory and b) allow evaluation (e.g. does <code>intValue == 1</code>?).
Variables are C++ [[class]]es that a) store values in system memory and b) allow evaluation (e.g. does <code>intValue == 1</code>?).



Revision as of 12:20, 22 November 2022

English (en)Deutsch (de)Español (es)Français (fr)Hrvatski (hr)Português do Brasil (pt-br)Русский (ru)中文 (zh)Translate (Translate)

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.