VR-Forces 4.0.4 Class Documentation
include/bhaveLua/bhaveLuaScriptManager.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2011 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00006 #pragma once
00007 
00008 #include <bhaveLua/bhaveLuaDefines.h>
00009 #include <vrfLua/luaScriptManager.h>
00010 
00011 class DtCgf;
00012 
00013 namespace vrfLua
00014 {
00015    class DT_DLL_bhaveLua DtBhaveLuaScriptManager : public DtLuaScriptManager
00016    {
00017    public:
00018 
00020       DtBhaveLuaScriptManager(DtCgf* cgf);
00021 
00023       virtual ~DtBhaveLuaScriptManager();
00024 
00025       virtual bool initializeVRFLuaExtensions(lua_State* L);
00026 
00027    protected:
00028 
00029       //The following are libraries that register all of the functions available to
00030       //the Lua user
00031       static const struct luaL_reg myKynLib [];
00032       static const struct luaL_reg myKynEntLib [];
00033    };
00034 }
00035 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)