Show / Hide Table of Contents

Class VehiclePureSyncFlagsStructure

Inheritance
object
VehiclePureSyncFlagsStructure
Implements
ISyncStructure
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Structures
Assembly: SlipeServer.Packets.dll
Syntax
public class VehiclePureSyncFlagsStructure : ISyncStructure

Constructors

| Edit this page View Source

VehiclePureSyncFlagsStructure()

Declaration
public VehiclePureSyncFlagsStructure()
| Edit this page View Source

VehiclePureSyncFlagsStructure(bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool)

Declaration
public VehiclePureSyncFlagsStructure(bool isWearingGoggles, bool isDoingGangDriveby, bool isSirenOrAlarmActive, bool isSmokeTrailEnabled, bool isLandingGearDown, bool isOnGround, bool isInWater, bool isDreailed, bool isAircraft, bool hasAWeapon, bool isHeliSearchLightVisible)
Parameters
Type Name Description
bool isWearingGoggles
bool isDoingGangDriveby
bool isSirenOrAlarmActive
bool isSmokeTrailEnabled
bool isLandingGearDown
bool isOnGround
bool isInWater
bool isDreailed
bool isAircraft
bool hasAWeapon
bool isHeliSearchLightVisible

Properties

| Edit this page View Source

HasAWeapon

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

IsAircraft

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

IsDerailed

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

IsDoingGangDriveby

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

IsHeliSearchLightVisible

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

IsInWater

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

IsLandingGearDown

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

IsOnGround

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

IsSirenOrAlarmActive

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

IsSmokeTrailEnabled

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

IsWearingGoggles

Declaration
public bool IsWearingGoggles { get; set; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

Read(PacketReader)

Declaration
public void Read(PacketReader reader)
Parameters
Type Name Description
PacketReader reader
| Edit this page View Source

Write(PacketBuilder)

Declaration
public void Write(PacketBuilder builder)
Parameters
Type Name Description
PacketBuilder builder

Implements

ISyncStructure
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX