[This is preliminary documentation and is subject to change.]
Gets the
Ped currently being jacked by this
Ped.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public Ped JackingTarget { get; }
Public ReadOnly Property JackingTarget As Ped
Get
public:
property Ped^ JackingTarget {
Ped^ get ();
}
Property Value
Type:
PedIf this
Ped is currently jacking, the
Ped being jacked; otherwise,
null.
Reference