VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
createObjectBuilder.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrfLua/vrfLuaDefines.h>
13 #include <luabind/luabind.hpp>
15 
17 
21 {
22 private:
24 
29 
30 public:
33 
35  virtual ~DtCreateObjectBuilder();
36 
38  virtual DtScriptVrfObject createObject();
39 
40 protected:
42 };
43 
Base class that will allow for the addition of parameters that will be filled in with values from lua...
Definition: variableParameterBuilder.h:359
#define DT_DLL_vrfLua
This file is used to determine how to build.
Definition: vrfLuaDefines.h:25
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:90
Base class which will define a create object that then can be used to create a new object of a partic...
Definition: createObjectBuilder.h:20
DtVariableParameterBuilder & operator=(const DtVariableParameterBuilder &orig)
Not implemented.
DtSimulationServices * mySimulationServices
Definition: createObjectBuilder.h:41
Definition: scriptVrfObject.h:29

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)