Category:Classes
Jump to navigation
Jump to search
A C++ class is a blueprint from which actual "objects" are "instanced" at run-time. Every npc_combine_s object is an instance of the CNPC_CombineS class, for example.
- When a class can be evaluated (e.g. equals, greater than, less than...) it becomes a variable.
- If a class is designed to be accessed by the engine, it becomes an interface.
This article or section needs to be cleaned up to conform to a higher standard of quality because:
Reason
Category:Source class can be a better name
Pages in category "Classes"
The following 23 pages are in this category, out of 23 total.