Show / Hide Table of Contents

Struct VehicleSiren

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

Properties

| Edit this page View Source

Color

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

Id

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

Is360

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

IsSilent

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

Position

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

SirenMinAlpha

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

UsesLineOfSightCheck

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

UsesRandomizer

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