Show / Hide Table of Contents

Struct PickupIdAndModel

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Packets.Definitions.Pickups
Assembly: SlipeServer.Packets.dll
Syntax
public struct PickupIdAndModel

Constructors

| Edit this page View Source

PickupIdAndModel(ElementId, ushort)

Declaration
public PickupIdAndModel(ElementId id, ushort model)
Parameters
Type Name Description
ElementId id
ushort model

Properties

| Edit this page View Source

Id

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

Model

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