[This is preliminary documentation and is subject to change.]
Gets the
Ped this
Ped is combatting.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public Ped CombatTarget { get; }
Public ReadOnly Property CombatTarget As Ped
Get
public:
property Ped^ CombatTarget {
Ped^ get ();
}
Property Value
Type:
PedThe
Ped this
Ped is combatting, or
null if not in combat.
Reference