38 typedef std::pair<DtLuaScriptInterfaceExtension::CreatorFcn, void*>
CreatorUserPair;
std::pair< DtLuaScriptInterfaceExtension::CreatorFcn, void * > CreatorUserPair
Definition: luaScriptInterfaceExtension.h:38
virtual void cleanup()
Called to cleanup any state.
Definition: luaScriptInterfaceExtension.h:46
#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. In order to be considered a ...
Definition: luaScriptInterfaceExtension.h:31
virtual ~DtLuaScriptInterfaceExtension()
Definition: luaScriptInterfaceExtension.h:34
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86