[This is preliminary documentation and is subject to change.]
Gets the
Ped this
Ped is performing a melee attack against.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public Ped MeleeTarget { get; }
Public ReadOnly Property MeleeTarget As Ped
Get
public:
property Ped^ MeleeTarget {
Ped^ get ();
}
Property Value
Type:
PedThe
Ped this
Ped is performing a melee attack agianst, or
null if not melee attacking.
This does not get the
Ped this
Ped is currently fighting against; it only returns a
Ped while the ped is doing an active attack, like punching, kicking, etc.
Reference