Show / Hide Table of Contents

Struct WorldObjectRemoval

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

Constructors

| Edit this page View Source

WorldObjectRemoval(ushort, float, Vector3, byte)

Declaration
public WorldObjectRemoval(ushort model, float radius, Vector3 position, byte interior)
Parameters
Type Name Description
ushort model
float radius
Vector3 position
byte interior

Properties

| Edit this page View Source

Interior

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

Model

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

Position

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

Radius

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