Beispiel #1
0
 public ushort GetPort(int index) => ScriptingInterfaceOfIMBPeer.call_GetPortDelegate(index);
Beispiel #2
0
 public void SetRelevantGameOptions(int index, bool sendMeBloodEvents, bool sendMeSoundEvents) => ScriptingInterfaceOfIMBPeer.call_SetRelevantGameOptionsDelegate(index, sendMeBloodEvents, sendMeSoundEvents);
Beispiel #3
0
 public uint GetHost(int index) => ScriptingInterfaceOfIMBPeer.call_GetHostDelegate(index);
Beispiel #4
0
 public double GetAveragePingInMilliseconds(int index) => ScriptingInterfaceOfIMBPeer.call_GetAveragePingInMillisecondsDelegate(index);
Beispiel #5
0
 public double GetAverageLossPercent(int index) => ScriptingInterfaceOfIMBPeer.call_GetAverageLossPercentDelegate(index);
Beispiel #6
0
 public void BeginModuleEvent(int index, bool isReliable) => ScriptingInterfaceOfIMBPeer.call_BeginModuleEventDelegate(index, isReliable);
Beispiel #7
0
 public void EndModuleEvent(bool isReliable) => ScriptingInterfaceOfIMBPeer.call_EndModuleEventDelegate(isReliable);
Beispiel #8
0
 public bool GetIsSynchronized(int index) => ScriptingInterfaceOfIMBPeer.call_GetIsSynchronizedDelegate(index);
Beispiel #9
0
 public void SendExistingObjects(int index, UIntPtr missionPointer) => ScriptingInterfaceOfIMBPeer.call_SendExistingObjectsDelegate(index, missionPointer);
Beispiel #10
0
 public void SetIsSynchronized(int index, bool value) => ScriptingInterfaceOfIMBPeer.call_SetIsSynchronizedDelegate(index, value);
Beispiel #11
0
 public bool IsActive(int index) => ScriptingInterfaceOfIMBPeer.call_IsActiveDelegate(index);
Beispiel #12
0
 public void SetTeam(int index, int teamIndex) => ScriptingInterfaceOfIMBPeer.call_SetTeamDelegate(index, teamIndex);
Beispiel #13
0
 public void SetControlledAgent(int index, UIntPtr missionPointer, int agentIndex) => ScriptingInterfaceOfIMBPeer.call_SetControlledAgentDelegate(index, missionPointer, agentIndex);
Beispiel #14
0
 public void SetUserData(int index, MBNetworkPeer data) => ScriptingInterfaceOfIMBPeer.call_SetUserDataDelegate(index, data != null ? data.GetManagedId() : 0);