Interface ISharedPed
Assembly: AltV.Net.Shared.dll
Syntax
public interface ISharedPed : ISharedEntity, ISharedWorldObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
Armour
Declaration
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
CurrentWeapon
Declaration
uint CurrentWeapon { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Health
Declaration
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
MaxHealth
Declaration
ushort MaxHealth { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
PedNativePointer
Declaration
IntPtr PedNativePointer { get; }
Property Value