Creating a New Class

Find out how to create a custom entity. Create a new header and source file to hold your new class.

  • Right-click on the CryGame project
  • Add a new class
  • Derive the entity from CGameObjectExtensionHelper <YourClassName, IGameObjectExtension>

Complete and Continue