8 #include <luabind/luabind.hpp>
13 namespace DtLuaMessageBuilderFcns
17 template<
typename T_AdminContent>
21 return new T_AdminContent();
DT_DLL_vrfLua bool requestRefuelAdminContentToTable(const DtAdminContent *, luabind::object &luaTable, DtSimulationServices *)
DT_DLL_vrfLua DtAdminContent * genericRwTableFromLuaTable(const luabind::object &messageContents, DtSimulationServices *)
Function for generic table admin content.
DT_DLL_vrfLua DtAdminContent * nextLaunchedMunitionsResponseAdminContentFromTable(const luabind::object &messageContents, DtSimulationServices *)
DT_DLL_vrfLua DtAdminContent * requestRefuelPositionAdminContentFromTable(const luabind::object &messageContents, DtSimulationServices *)
DT_DLL_vrfLua bool airRefuelInitialPointResponseAdminContentToTable(const DtAdminContent *, luabind::object &luaTable, DtSimulationServices *)
DT_DLL_vrfLua bool nextLaunchTimeMunitionsResponseAdminContentToTable(const DtAdminContent *, luabind::object &luaTable, DtSimulationServices *)
DT_DLL_vrfLua DtAdminContent * initiateRefuelAdminContentFromTable(const luabind::object &messageContents, DtSimulationServices *)
DT_DLL_vrfLua bool assignRefuelPositionAdminContentToTable(const DtAdminContent *, luabind::object &luaTable, DtSimulationServices *)
DT_DLL_vrfLua bool noParameterAdminContentToTable(const DtAdminContent *, luabind::object &luaTable, DtSimulationServices *)
Function usable for any AdminContent that doesn't have parameters.
DT_DLL_vrfLua DtAdminContent * assignRefuelPositionAdminContentFromTable(const luabind::object &messageContents, DtSimulationServices *)
DT_DLL_vrfLua bool initiateRefuelAdminContentToTable(const DtAdminContent *, luabind::object &luaTable, DtSimulationServices *)
DT_DLL_vrfLua bool requestRefuelResponseAdminContentToTable(const DtAdminContent *, luabind::object &luaTable, DtSimulationServices *)
#define DT_DLL_vrfLua
This file is used to determine how to build.
Definition: vrfLuaDefines.h:25
DtAdminContent * noParamterAdminContentFromTable(const luabind::object &messageContents, DtSimulationServices *)
Function usable for any AdminContent that doesn't have parameters.
Definition: luaMessageBuilderFunctions.h:18
DT_DLL_vrfLua bool nextLaunchedMunitionsResponseAdminContentToTable(const DtAdminContent *, luabind::object &luaTable, DtSimulationServices *)
DT_DLL_vrfLua bool requestRefuelPositionAdminContentToTable(const DtAdminContent *, luabind::object &luaTable, DtSimulationServices *)
DT_DLL_vrfLua bool luaTableFromGenericRwTable(const DtAdminContent *content, luabind::object &luaTable, DtSimulationServices *)
DT_DLL_vrfLua DtAdminContent * initiateRefuelRendezvousAdminContentFromTable(const luabind::object &messageContents, DtSimulationServices *)
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
DtAdminContent.
Definition: adminContent.h:23
DT_DLL_vrfLua DtAdminContent * releaseRefuelPositionAdminContentFromTable(const luabind::object &messageContents, DtSimulationServices *)
DT_DLL_vrfLua DtAdminContent * nextLaunchTimeMunitionsResponseAdminContentFromTable(const luabind::object &messageContents, DtSimulationServices *)
DT_DLL_vrfLua DtAdminContent * requestRefuelResponseAdminContentFromTable(const luabind::object &messageContents, DtSimulationServices *)
DT_DLL_vrfLua bool initiateRefuelRendezvousAdminContentToTable(const DtAdminContent *, luabind::object &luaTable, DtSimulationServices *)
DT_DLL_vrfLua DtAdminContent * requestRefuelAdminContentFromTable(const luabind::object &messageContents, DtSimulationServices *)
DT_DLL_vrfLua bool releaseRefuelPositionAdminContentToTable(const DtAdminContent *, luabind::object &luaTable, DtSimulationServices *)
DT_DLL_vrfLua DtAdminContent * airRefuelInitialPointResponseAdminContentFromTable(const luabind::object &messageContents, DtSimulationServices *)