Class MapInfoPacket
Inheritance
MapInfoPacket
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class MapInfoPacket : Packet
Constructors
|
Edit this page
View Source
MapInfoPacket()
Declaration
Properties
|
Edit this page
View Source
AircraftMaxHeight
Declaration
public float AircraftMaxHeight { get; set; }
Property Value
|
Edit this page
View Source
AircraftMaxVelocity
Declaration
public float AircraftMaxVelocity { get; set; }
Property Value
|
Edit this page
View Source
AreInteriorSoundsEnabled
Declaration
public bool AreInteriorSoundsEnabled { get; set; }
Property Value
|
Edit this page
View Source
BlendedWeatherHour
Declaration
public byte BlendedWeatherHour { get; set; }
Property Value
|
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
|
Edit this page
View Source
FarClipDistance
Declaration
public float? FarClipDistance { get; set; }
Property Value
|
Edit this page
View Source
Flags
Declaration
public (bool isRadarShowing, bool areNametagsShowing, bool areCloudsEnabled) Flags { get; set; }
Property Value
|
Edit this page
View Source
FogDistance
Declaration
public float? FogDistance { get; set; }
Property Value
|
Edit this page
View Source
FpsLimit
Declaration
public ushort FpsLimit { get; set; }
Property Value
|
Edit this page
View Source
GameSpeed
Declaration
public float GameSpeed { get; set; }
Property Value
|
Edit this page
View Source
GarageStates
Declaration
public bool[] GarageStates { get; set; }
Property Value
|
Edit this page
View Source
Gravity
Declaration
public float Gravity { get; set; }
Property Value
|
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
|
Edit this page
View Source
MaximumJetpackHeight
Declaration
public float MaximumJetpackHeight { get; set; }
Property Value
|
Edit this page
View Source
MinuteDuration
Declaration
public ulong MinuteDuration { get; set; }
Property Value
|
Edit this page
View Source
MoonSize
Declaration
public int? MoonSize { get; set; }
Property Value
|
Edit this page
View Source
NonSeaLevel
Declaration
public float? NonSeaLevel { get; set; }
Property Value
|
Edit this page
View Source
OcclusionsEnabled
Declaration
public bool OcclusionsEnabled { get; set; }
Property Value
|
Edit this page
View Source
OutsideWorldSeaLevel
Declaration
public float? OutsideWorldSeaLevel { get; set; }
Property Value
|
Edit this page
View Source
PacketId
Declaration
public override PacketId PacketId { get; }
Property Value
Overrides
|
Edit this page
View Source
Priority
Declaration
public override PacketPriority Priority { get; }
Property Value
Overrides
|
Edit this page
View Source
RainLevel
Declaration
public float? RainLevel { get; set; }
Property Value
|
Edit this page
View Source
Reliability
Declaration
public override PacketReliability Reliability { get; }
Property Value
Overrides
|
Edit this page
View Source
RemovedWorldModels
Declaration
public IEnumerable<WorldObjectRemoval> RemovedWorldModels { get; set; }
Property Value
|
Edit this page
View Source
SeaLevel
Declaration
public float SeaLevel { get; set; }
Property Value
|
Edit this page
View Source
SkyGradient
Declaration
public (Color top, Color bottom)? SkyGradient { get; set; }
Property Value
|
Edit this page
View Source
SunColor
Declaration
public (Color core, Color corona)? SunColor { get; set; }
Property Value
|
Edit this page
View Source
SunSize
Declaration
public float? SunSize { get; set; }
Property Value
|
Edit this page
View Source
Time
Declaration
public (byte hour, byte minute) Time { get; set; }
Property Value
|
Edit this page
View Source
WaterColor
Declaration
public Color? WaterColor { get; set; }
Property Value
|
Edit this page
View Source
WaveHeight
Declaration
public float WaveHeight { get; set; }
Property Value
|
Edit this page
View Source
WeaponProperties
Declaration
public MapInfoWeaponProperty[] WeaponProperties { get; set; }
Property Value
|
Edit this page
View Source
Weather
Declaration
public byte Weather { get; set; }
Property Value
|
Edit this page
View Source
WeatherBlendingTo
Declaration
public byte WeatherBlendingTo { get; set; }
Property Value
|
Edit this page
View Source
WindVelocity
Declaration
public Vector3? WindVelocity { get; set; }
Property Value
Methods
|
Edit this page
View Source
Read(byte[])
Declaration
public override void Read(byte[] bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Overrides
|
Edit this page
View Source
Write()
Declaration
public override byte[] Write()
Returns
Overrides