8045 {
8046 int i;
8047
8048 PluginTransmissionAgents pluginTransmissionAgents = PluginTransmissionAgents.Cast(
GetPlugin(PluginTransmissionAgents));
8049
8050#ifdef DIAG_DEVELOPER
8052#else
8054#endif
8055 {
8056 map<int, string> agentList = pluginTransmissionAgents.GetSimpleAgentList();
8057
8058 if (agentList)
8059 {
8060 foreach (int tid, string tname : agentList)
8061 {
8062 string injectName = "Inject " + tname;
8063 string removeName = "Remove " + tname;
8064
8067 }
8068 }
8069
8071 }
8072
8073#ifdef DIAG_DEVELOPER
8075 {
8077
8078 int cnt = e.GetVariableCount();
8079 int val;
8080
8081 for (i = 0; i < cnt; i++)
8082 {
8083 if (!e.GetVariableValue(null, i, val))
8084 continue;
8085
8086 if (val <=
EActions.PLAYER_BOT_INTERNAL_START)
8087 continue;
8088
8089 if (val ==
EActions.PLAYER_BOT_START)
8090 {
8092 continue;
8093 }
8094
8095 if (val >=
EActions.PLAYER_BOT_END)
8096 break;
8097
8098 string name = e.GetVariableName(i);
8099
8101 }
8102
8104 }
8105#endif
8106
8107 super.GetDebugActions(outputList);
8108
8109 if (Gizmo_IsSupported())
8113 {
8115 }
8117 }
Param4< int, int, string, int > TSelectableActionInfoWithColor
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
PluginBase GetPlugin(typename plugin_type)
DayZPlayerInstanceType
defined in C++
proto native DayZPlayerInstanceType GetInstanceType()
const int SAT_DEBUG_ACTION