![]() |
VR-Forces Developer's Guide
|
Abstract object used to hold a reference to a function defined in the script language, to be used later to invoke that function. Used for registering callbacks to be invoked after specified types of set data requests are executed. For this functionality to be used in a derived script interface implementation, a derived class must be implemented to represent a reference to a function in the script language.

Public Member Functions | |
| DtScriptFunctionReference () | |
| virtual | ~DtScriptFunctionReference () |
| virtual bool | operator< (const DtScriptFunctionReference &other) const =0 |
|
inline |
|
inlinevirtual |
|
pure virtual |
Required for std::set.
Implemented in DtLuaScriptInterfaceImpl::DtLuaScriptFunctionReference.