Class Ped
Inheritance
System.Object
Ped
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.Client.dll
Syntax
public class Ped : Entity, IInternalBaseObject, IPed, ISharedPed, IEntity, ISharedEntity, IWorldObject, ISharedWorldObject, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
Ped(ICore, IntPtr, BaseObjectType, UInt32)
Declaration
public Ped(ICore core, IntPtr pedNativePointer, BaseObjectType type, uint id)
Parameters
|
Improve this Doc
View Source
Ped(ICore, IntPtr, UInt32)
Declaration
public Ped(ICore core, IntPtr pedNativePointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
pedNativePointer |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
Armour
Declaration
public ushort Armour { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
CurrentWeapon
Declaration
public uint CurrentWeapon { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Health
Declaration
public ushort Health { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
MaxHealth
Declaration
public ushort MaxHealth { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
|
Improve this Doc
View Source
PedNativePointer
Declaration
public IntPtr PedNativePointer { get; }
Property Value
Methods
|
Improve this Doc
View Source
SetCached(IntPtr)
Declaration
public override void SetCached(IntPtr cachedPed)
Parameters
Type |
Name |
Description |
IntPtr |
cachedPed |
|
Overrides
Implements