Struct VehicleSiren
Assembly: SlipeServer.Packets.dll
Syntax
public struct VehicleSiren
Properties
|
Edit this page
View Source
Color
Declaration
public Color Color { readonly get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
public byte Id { readonly get; set; }
Property Value
|
Edit this page
View Source
Is360
Declaration
public bool Is360 { readonly get; set; }
Property Value
|
Edit this page
View Source
IsSilent
Declaration
public bool IsSilent { readonly get; set; }
Property Value
|
Edit this page
View Source
Position
Declaration
public Vector3 Position { readonly get; set; }
Property Value
|
Edit this page
View Source
SirenMinAlpha
Declaration
public uint SirenMinAlpha { readonly get; set; }
Property Value
|
Edit this page
View Source
UsesLineOfSightCheck
Declaration
public bool UsesLineOfSightCheck { readonly get; set; }
Property Value
|
Edit this page
View Source
UsesRandomizer
Declaration
public bool UsesRandomizer { readonly get; set; }
Property Value