8 #include <luabind/luabind.hpp>
11 namespace DtLuaMessageBuilderFcns
15 template<
typename T_AdminContent>
19 return new T_AdminContent();
DT_DLL_vrfLua bool initiateRefuelAdminContentToTable(const DtAdminContent *, luabind::object &luaTable)
DT_DLL_vrfLua bool initiateRefuelRendezvousAdminContentToTable(const DtAdminContent *, luabind::object &luaTable)
DT_DLL_vrfLua bool releaseRefuelPositionAdminContentToTable(const DtAdminContent *, luabind::object &luaTable)
DT_DLL_vrfLua DtAdminContent * initiateRefuelAdminContentFromTable(const luabind::object &messageContents)
DT_DLL_vrfLua bool requestRefuelAdminContentToTable(const DtAdminContent *, luabind::object &luaTable)
DT_DLL_vrfLua bool airRefuelInitialPointResponseAdminContentToTable(const DtAdminContent *, luabind::object &luaTable)
DT_DLL_vrfLua DtAdminContent * releaseRefuelPositionAdminContentFromTable(const luabind::object &messageContents)
DT_DLL_vrfLua bool noParameterAdminContentToTable(const DtAdminContent *, luabind::object &luaTable)
Function usable for any AdminContent that doesn't have parameters.
DT_DLL_vrfLua bool requestRefuelPositionAdminContentToTable(const DtAdminContent *, luabind::object &luaTable)
#define DT_DLL_vrfLua
This file is used to determine how to build.
Definition: vrfLuaDefines.h:25
DT_DLL_vrfLua DtAdminContent * assignRefuelPositionAdminContentFromTable(const luabind::object &messageContents)
DT_DLL_vrfLua DtAdminContent * airRefuelInitialPointResponseAdminContentFromTable(const luabind::object &messageContents)
DtAdminContent.
Definition: adminContent.h:24
DT_DLL_vrfLua DtAdminContent * requestRefuelResponseAdminContentFromTable(const luabind::object &messageContents)
DT_DLL_vrfLua DtAdminContent * requestRefuelAdminContentFromTable(const luabind::object &messageContents)
DtAdminContent * noParamterAdminContentFromTable(const luabind::object &messageContents)
Function usable for any AdminContent that doesn't have parameters.
Definition: luaMessageBuilderFunctions.h:16
DT_DLL_vrfLua bool requestRefuelResponseAdminContentToTable(const DtAdminContent *, luabind::object &luaTable)
DT_DLL_vrfLua DtAdminContent * requestRefuelPositionAdminContentFromTable(const luabind::object &messageContents)
DT_DLL_vrfLua bool assignRefuelPositionAdminContentToTable(const DtAdminContent *, luabind::object &luaTable)
DT_DLL_vrfLua DtAdminContent * initiateRefuelRendezvousAdminContentFromTable(const luabind::object &messageContents)