PedMeleeTarget Property

RAGE Plugin Hook Documentation

[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)
Syntax

public Ped MeleeTarget { get; }

Property Value

Type: Ped
The Ped this Ped is performing a melee attack agianst, or null if not melee attacking.
Remarks

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.
See Also

Reference