Category:Structures: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
Structures are discrete groups of variables that are created, passed around and referred to by a single name. The variable within it can be accessed with <code>struct.var</code>, as with functions.
Structures are discrete groups of variables that are created, passed around and referred to by a single name. The variable within it can be accessed with <code>struct.var</code>, as with functions.
[[Category:Programming]]

Revision as of 09:25, 4 July 2008

Structures are discrete groups of variables that are created, passed around and referred to by a single name. The variable within it can be accessed with struct.var, as with functions.

Pages in category "Structures"

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