Show / Hide Table of Contents

Class MapInfoPacket

Inheritance
object
Packet
MapInfoPacket
Inherited Members
Packet.Reset()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Definitions.Map
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class MapInfoPacket : Packet

Constructors

| Edit this page View Source

MapInfoPacket()

Declaration
public MapInfoPacket()

Properties

| Edit this page View Source

AircraftMaxHeight

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

AircraftMaxVelocity

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

AreInteriorSoundsEnabled

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

BlendedWeatherHour

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

BugsEnabled

Declaration
public (bool closeRangeDamage, bool quickReload, bool fastFire, bool fastMove, bool crouchBug, bool hitAnimation, bool fastSprint, bool badDrivebyHitboxes, bool quickStand) BugsEnabled { get; set; }
Property Value
Type Description
(bool closeRangeDamage, bool quickReload, bool fastFire, bool fastMove, bool crouchBug, bool hitAnimation, bool fastSprint, bool badDrivebyHitboxes, bool quickStand)
| Edit this page View Source

FarClipDistance

Declaration
public float? FarClipDistance { get; set; }
Property Value
Type Description
float?
| Edit this page View Source

Flags

Declaration
public (bool isRadarShowing, bool areNametagsShowing, bool areCloudsEnabled) Flags { get; set; }
Property Value
Type Description
(bool isRadarShowing, bool areNametagsShowing, bool areCloudsEnabled)
| Edit this page View Source

FogDistance

Declaration
public float? FogDistance { get; set; }
Property Value
Type Description
float?
| Edit this page View Source

FpsLimit

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

GameSpeed

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

GarageStates

Declaration
public bool[] GarageStates { get; set; }
Property Value
Type Description
bool[]
| Edit this page View Source

Gravity

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

HeatHaze

Declaration
public (byte intensity, byte randomShift, ushort speedMin, ushort speedMax, short scanSizeX, short scanSizeY, ushort renderSizeX, ushort renderSizeY, bool isInsideBuilder)? HeatHaze { get; set; }
Property Value
Type Description
(byte intensity, byte randomShift, ushort speedMin, ushort speedMax, short scanSizeX, short scanSizeY, ushort renderSizeX, ushort renderSizeY, bool isInsideBuilder)?
| Edit this page View Source

MaximumJetpackHeight

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

MinuteDuration

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

MoonSize

Declaration
public int? MoonSize { get; set; }
Property Value
Type Description
int?
| Edit this page View Source

NonSeaLevel

Declaration
public float? NonSeaLevel { get; set; }
Property Value
Type Description
float?
| Edit this page View Source

OcclusionsEnabled

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

OutsideWorldSeaLevel

Declaration
public float? OutsideWorldSeaLevel { get; set; }
Property Value
Type Description
float?
| Edit this page View Source

PacketId

Declaration
public override PacketId PacketId { get; }
Property Value
Type Description
PacketId
Overrides
Packet.PacketId
| Edit this page View Source

Priority

Declaration
public override PacketPriority Priority { get; }
Property Value
Type Description
PacketPriority
Overrides
Packet.Priority
| Edit this page View Source

RainLevel

Declaration
public float? RainLevel { get; set; }
Property Value
Type Description
float?
| Edit this page View Source

Reliability

Declaration
public override PacketReliability Reliability { get; }
Property Value
Type Description
PacketReliability
Overrides
Packet.Reliability
| Edit this page View Source

RemovedWorldModels

Declaration
public IEnumerable<WorldObjectRemoval> RemovedWorldModels { get; set; }
Property Value
Type Description
IEnumerable<WorldObjectRemoval>
| Edit this page View Source

SeaLevel

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

SkyGradient

Declaration
public (Color top, Color bottom)? SkyGradient { get; set; }
Property Value
Type Description
(Color top, Color bottom)?
| Edit this page View Source

SunColor

Declaration
public (Color core, Color corona)? SunColor { get; set; }
Property Value
Type Description
(Color top, Color bottom)?
| Edit this page View Source

SunSize

Declaration
public float? SunSize { get; set; }
Property Value
Type Description
float?
| Edit this page View Source

Time

Declaration
public (byte hour, byte minute) Time { get; set; }
Property Value
Type Description
(byte hour, byte minute)
| Edit this page View Source

WaterColor

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

WaveHeight

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

WeaponProperties

Declaration
public MapInfoWeaponProperty[] WeaponProperties { get; set; }
Property Value
Type Description
MapInfoWeaponProperty[]
| Edit this page View Source

Weather

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

WeatherBlendingTo

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

WindVelocity

Declaration
public Vector3? WindVelocity { get; set; }
Property Value
Type Description
Vector3?

Methods

| Edit this page View Source

Read(byte[])

Declaration
public override void Read(byte[] bytes)
Parameters
Type Name Description
byte[] bytes
Overrides
Packet.Read(byte[])
| Edit this page View Source

Write()

Declaration
public override byte[] Write()
Returns
Type Description
byte[]
Overrides
Packet.Write()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX