Category:Structures
From Valve Developer Community
Structures are discrete groups of variables that are created, passed around and referred to by a single name. Variables within one can be accessed with struct.var, as with functions.
Structures are discrete groups of variables that are created, passed around and referred to by a single name. Variables within one can be accessed with struct.var, as with functions.