Show / Hide Table of Contents

Class ResourceStartPacket

Inheritance
object
Packet
ResourceStartPacket
Inherited Members
Packet.Reset()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Definitions.Resources
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
Type Name Description
string name
ushort netId
ElementId resourceElementId
ElementId resourceDynamicElementId
ushort uncachedScriptCount
string minServerVersion
string minClientVersion
bool isOopEnabled
int downloadPriorityGroup
IEnumerable<ResourceFile> files
IEnumerable<string> exportedFunctions

Properties

| Edit this page View Source

DownloadPriorityGroup

Declaration
public int DownloadPriorityGroup { get; }
Property Value
Type Description
int
| Edit this page View Source

ExportedFunctions

Declaration
public IEnumerable<string> ExportedFunctions { get; }
Property Value
Type Description
IEnumerable<string>
| Edit this page View Source

Files

Declaration
public IEnumerable<ResourceFile> Files { get; }
Property Value
Type Description
IEnumerable<ResourceFile>
| Edit this page View Source

IsOopEnabled

Declaration
public bool IsOopEnabled { get; }
Property Value
Type Description
bool
| Edit this page View Source

MinClientVersion

Declaration
public string MinClientVersion { get; }
Property Value
Type Description
string
| Edit this page View Source

MinServerVersion

Declaration
public string MinServerVersion { get; }
Property Value
Type Description
string
| Edit this page View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

NetId

Declaration
public ushort NetId { get; }
Property Value
Type Description
ushort
| Edit this page View Source

PacketId

Declaration
public override PacketId PacketId { get; }
Property Value
Type Description
PacketId
Overrides
Packet.PacketId
| Edit this page View Source

Priority

Declaration
public override PacketPriority Priority { get; }
Property Value
Type Description
PacketPriority
Overrides
Packet.Priority
| Edit this page View Source

Reliability

Declaration
public override PacketReliability Reliability { get; }
Property Value
Type Description
PacketReliability
Overrides
Packet.Reliability
| Edit this page View Source

ResourceDynamicElementId

Declaration
public ElementId ResourceDynamicElementId { get; set; }
Property Value
Type Description
ElementId
| Edit this page View Source

ResourceElementId

Declaration
public ElementId ResourceElementId { get; }
Property Value
Type Description
ElementId
| Edit this page View Source

UncachedScriptCount

Declaration
public ushort UncachedScriptCount { get; }
Property Value
Type Description
ushort

Methods

| Edit this page View Source

Read(byte[])

Declaration
public override void Read(byte[] bytes)
Parameters
Type Name Description
byte[] bytes
Overrides
Packet.Read(byte[])
| Edit this page View Source

Write()

Declaration
public override byte[] Write()
Returns
Type Description
byte[]
Overrides
Packet.Write()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX