Show / Hide Table of Contents

Struct PedSyncData

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Packets.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public struct PedSyncData

Properties

| Edit this page View Source

Armor

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

Flags

Declaration
public PedSyncFlags Flags { readonly get; set; }
Property Value
Type Description
PedSyncFlags
| Edit this page View Source

Health

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

IsInWater

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

IsOnFire

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

Position

Declaration
public Vector3? Position { readonly get; set; }
Property Value
Type Description
Vector3?
| Edit this page View Source

Rotation

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

SourceElementId

Declaration
public ElementId SourceElementId { readonly get; set; }
Property Value
Type Description
ElementId
| Edit this page View Source

TimeSyncContext

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

Velocity

Declaration
public Vector3? Velocity { readonly get; set; }
Property Value
Type Description
Vector3?
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX