Class VehiclePureSyncFlagsStructure
Inheritance
VehiclePureSyncFlagsStructure
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
|
Edit this page
View Source
IsAircraft
Declaration
public bool IsAircraft { get; set; }
Property Value
|
Edit this page
View Source
IsDerailed
Declaration
public bool IsDerailed { get; set; }
Property Value
|
Edit this page
View Source
IsDoingGangDriveby
Declaration
public bool IsDoingGangDriveby { get; set; }
Property Value
|
Edit this page
View Source
IsHeliSearchLightVisible
Declaration
public bool IsHeliSearchLightVisible { get; set; }
Property Value
|
Edit this page
View Source
IsInWater
Declaration
public bool IsInWater { get; set; }
Property Value
|
Edit this page
View Source
IsLandingGearDown
Declaration
public bool IsLandingGearDown { get; set; }
Property Value
|
Edit this page
View Source
IsOnGround
Declaration
public bool IsOnGround { get; set; }
Property Value
|
Edit this page
View Source
IsSirenOrAlarmActive
Declaration
public bool IsSirenOrAlarmActive { get; set; }
Property Value
|
Edit this page
View Source
IsSmokeTrailEnabled
Declaration
public bool IsSmokeTrailEnabled { get; set; }
Property Value
|
Edit this page
View Source
IsWearingGoggles
Declaration
public bool IsWearingGoggles { get; set; }
Property Value
Methods
|
Edit this page
View Source
Read(PacketReader)
Declaration
public void Read(PacketReader reader)
Parameters
|
Edit this page
View Source
Write(PacketBuilder)
Declaration
public void Write(PacketBuilder builder)
Parameters
Implements