Show / Hide Table of Contents

Struct LatentEventHeader

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Packets.Lua.Event
Assembly: SlipeServer.Packets.dll
Syntax
public struct LatentEventHeader

Properties

| Edit this page View Source

Category

Declaration
public LatentEventCategory Category { readonly get; set; }
Property Value
Type Description
LatentEventCategory
| Edit this page View Source

FinalSize

Declaration
public uint FinalSize { readonly get; set; }
Property Value
Type Description
uint
| Edit this page View Source

Rate

Declaration
public uint Rate { readonly get; set; }
Property Value
Type Description
uint
| Edit this page View Source

ResourceNetId

Declaration
public ushort ResourceNetId { readonly get; set; }
Property Value
Type Description
ushort
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX