Variable naming conventions: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 August 2022

19 June 2022

18 February 2022

  • curprev 19:4519:45, 18 February 2022en>Admin 440 bytes +440 Created page with "==General Variable Naming Conventions== These are the basic naming conventions that are used for the Engine, although not enforced in all cases, should serve as a reference to try and apply when contributing to the source code. # Member variables are named with a '''m_''' prefix # Class names have a name starting with a capital letter '''ClassName''' for instance # Pointers use the '''p''' prefix #Smart Pointers use the '''sp''' prefix"