Category:Classes: Difference between revisions
Jump to navigation
Jump to search
m (linked the german translation) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{lang|Category:Classes}} | ||
| | |||
}} | |||
A C++ '''[[Wikipedia:C++ classes|class]]''' is a blueprint from which actual "objects" are "instanced" at run-time. Every [[npc_combine_s]] object is an instance of the <code>[[CNPC_CombineS]]</code> class, for example. | A C++ '''[[Wikipedia:C++ classes|class]]''' is a blueprint from which actual "objects" are "instanced" at run-time. Every [[npc_combine_s]] object is an instance of the <code>[[CNPC_CombineS]]</code> class, for example. | ||
Revision as of 17:45, 15 November 2022
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.
Pages in category "Classes"
The following 23 pages are in this category, out of 23 total.