35 typedef std::pair<DtLuaScriptInterfaceExtension::CreatorFcn, void*>
CreatorUserPair;
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
std::pair< DtLuaScriptInterfaceExtension::CreatorFcn, void * > CreatorUserPair
Definition: luaScriptInterfaceExtension.h:35
virtual void cleanup()
Called to cleanup any state.
Definition: luaScriptInterfaceExtension.h:43
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Subclass this class in order to provide extensions to the LUA interface.
Definition: luaScriptInterfaceExtension.h:28
virtual ~DtLuaScriptInterfaceExtension()
Definition: luaScriptInterfaceExtension.h:31