Interface INetWrapper
Assembly: SlipeServer.Net.dll
Syntax
public interface INetWrapper
Methods
|
Edit this page
View Source
GetClientSerialExtraAndVersion(ulong)
Declaration
Tuple<string, string, string> GetClientSerialExtraAndVersion(ulong binaryAddress)
Parameters
Type |
Name |
Description |
ulong |
binaryAddress |
|
Returns
|
Edit this page
View Source
GetPlayerIp(ulong)
Declaration
IPAddress GetPlayerIp(ulong binaryAddress)
Parameters
Type |
Name |
Description |
ulong |
binaryAddress |
|
Returns
|
Edit this page
View Source
ResendModPackets(ulong)
Declaration
void ResendModPackets(ulong binaryAddress)
Parameters
Type |
Name |
Description |
ulong |
binaryAddress |
|
|
Edit this page
View Source
ResendPlayerACInfo(ulong)
Declaration
void ResendPlayerACInfo(ulong binaryAddress)
Parameters
Type |
Name |
Description |
ulong |
binaryAddress |
|
|
Edit this page
View Source
SendPacket(ulong, PacketId, ushort, byte[], PacketPriority, PacketReliability)
Declaration
void SendPacket(ulong binaryAddress, PacketId packetId, ushort bitStreamVersion, byte[] data, PacketPriority priority = PacketPriority.High, PacketReliability reliability = PacketReliability.ReliableSequenced)
Parameters
|
Edit this page
View Source
SendPacket(ulong, ushort, Packet)
Declaration
void SendPacket(ulong binaryAddress, ushort bitStreamVersion, Packet packet)
Parameters
|
Edit this page
View Source
SetAntiCheatConfig(IEnumerable<AntiCheat>, bool, AllowGta3ImgMods, IEnumerable<SpecialDetection>, DataFile)
Declaration
void SetAntiCheatConfig(IEnumerable<AntiCheat> disabledAntiCheats, bool hideAntiCheatFromClient, AllowGta3ImgMods allowGta3ImgMods, IEnumerable<SpecialDetection> enabledSpecialDetections, DataFile disallowedDataFiles)
Parameters
|
Edit this page
View Source
SetVersion(ulong, ushort)
Declaration
void SetVersion(ulong binaryAddress, ushort version)
Parameters
Type |
Name |
Description |
ulong |
binaryAddress |
|
ushort |
version |
|
|
Edit this page
View Source
Start()
Declaration
|
Edit this page
View Source
Stop()
Declaration
Events
|
Edit this page
View Source
PacketReceived
Declaration
event Action<INetWrapper, ulong, PacketId, byte[], uint?>? PacketReceived
Event Type