VR-Forces 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:95
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:30

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)