Class ResourceStartPacket
Inheritance
ResourceStartPacket
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class ResourceStartPacket : Packet
Constructors
|
Edit this page
View Source
ResourceStartPacket(string, ushort, ElementId, ElementId, ushort, string?, string?, bool, int, IEnumerable<ResourceFile>, IEnumerable<string>)
Declaration
public ResourceStartPacket(string name, ushort netId, ElementId resourceElementId, ElementId resourceDynamicElementId, ushort uncachedScriptCount, string? minServerVersion, string? minClientVersion, bool isOopEnabled, int downloadPriorityGroup, IEnumerable<ResourceFile> files, IEnumerable<string> exportedFunctions)
Parameters
Properties
|
Edit this page
View Source
DownloadPriorityGroup
Declaration
public int DownloadPriorityGroup { get; }
Property Value
|
Edit this page
View Source
ExportedFunctions
Declaration
public IEnumerable<string> ExportedFunctions { get; }
Property Value
|
Edit this page
View Source
Files
Declaration
public IEnumerable<ResourceFile> Files { get; }
Property Value
|
Edit this page
View Source
IsOopEnabled
Declaration
public bool IsOopEnabled { get; }
Property Value
|
Edit this page
View Source
MinClientVersion
Declaration
public string MinClientVersion { get; }
Property Value
|
Edit this page
View Source
MinServerVersion
Declaration
public string MinServerVersion { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
NetId
Declaration
public ushort NetId { get; }
Property Value
|
Edit this page
View Source
PacketId
Declaration
public override PacketId PacketId { get; }
Property Value
Overrides
|
Edit this page
View Source
Priority
Declaration
public override PacketPriority Priority { get; }
Property Value
Overrides
|
Edit this page
View Source
Reliability
Declaration
public override PacketReliability Reliability { get; }
Property Value
Overrides
|
Edit this page
View Source
ResourceDynamicElementId
Declaration
public ElementId ResourceDynamicElementId { get; set; }
Property Value
|
Edit this page
View Source
ResourceElementId
Declaration
public ElementId ResourceElementId { get; }
Property Value
|
Edit this page
View Source
UncachedScriptCount
Declaration
public ushort UncachedScriptCount { get; }
Property Value
Methods
|
Edit this page
View Source
Read(byte[])
Declaration
public override void Read(byte[] bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Overrides
|
Edit this page
View Source
Write()
Declaration
public override byte[] Write()
Returns
Overrides