My Project
Public Member Functions | List of all members
ParaEngine::CModifier Class Reference

Each plugin is derived from a base class provided by ParaEngine. More...

#include <Modifier.h>

Inheritance diagram for ParaEngine::CModifier:
ParaEngine::BaseInterface

Public Member Functions

virtual PE_CORE_DECL void DeleteThis ()
 This is how things are actually deleted. More...
 

Detailed Description

Each plugin is derived from a base class provided by ParaEngine.

For example, if you want to develop a modifier object plugin you might derive your class from class CModifier. It is the plugin developer's responsibility to provide implementations of some of the required methods. Plugins can also call methods provided by ParaEngine using a pointer to an IParaEngine Class.

Member Function Documentation

§ DeleteThis()

void CModifier::DeleteThis ( )
virtual

This is how things are actually deleted.

Since they are created with the ClassDesc::Create() function, and deleted via this function, they can use a different memory allocator than the core code. (theoretically)


The documentation for this class was generated from the following files: