7792 {
7793 int i;
7794
7795 PluginTransmissionAgents pluginTransmissionAgents = PluginTransmissionAgents.Cast(
GetPlugin(PluginTransmissionAgents));
7796
7797#ifdef DIAG_DEVELOPER
7799#else
7801#endif
7802 {
7803 map<int, string> agentList = pluginTransmissionAgents.GetSimpleAgentList();
7804
7805 if (agentList)
7806 {
7807 foreach (int tid, string tname : agentList)
7808 {
7809 string injectName = "Inject " + tname;
7810 string removeName = "Remove " + tname;
7811
7814 }
7815 }
7816
7818 }
7819
7820#ifdef DIAG_DEVELOPER
7822 {
7824
7825 int cnt = e.GetVariableCount();
7826 int val;
7827
7828 for (i = 0; i < cnt; i++)
7829 {
7830 if (!e.GetVariableValue(null, i, val))
7831 continue;
7832
7833 if (val <=
EActions.PLAYER_BOT_INTERNAL_START)
7834 continue;
7835
7836 if (val ==
EActions.PLAYER_BOT_START)
7837 {
7839 continue;
7840 }
7841
7842 if (val >=
EActions.PLAYER_BOT_END)
7843 break;
7844
7845 string name = e.GetVariableName(i);
7846
7848 }
7849
7851 }
7852#endif
7853
7854 super.GetDebugActions(outputList);
7855
7856 if (Gizmo_IsSupported())
7860 {
7862 }
7864 }
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