PedShotEventArgs Constructor

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the PedShotEventArgs class.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public PedShotEventArgs(
	Vector3 position,
	Ped victim,
	Ped shooter
)

Parameters

position
Type: RageVector3
The position the event occurred at.
victim
Type: RagePed

[Missing <param name="victim"/> documentation for "M:Rage.PedShotEventArgs.#ctor(Rage.Vector3,Rage.Ped,Rage.Ped)"]

shooter
Type: RagePed

[Missing <param name="shooter"/> documentation for "M:Rage.PedShotEventArgs.#ctor(Rage.Vector3,Rage.Ped,Rage.Ped)"]

See Also

Reference