PedSetTargetableByPlayer Method

RAGE Plugin Hook Documentation

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

Sets whether this Ped can be targetted.

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

public void SetTargetableByPlayer(
	Player player,
	bool value
)

Parameters

player
Type: RagePlayer
The player.
value
Type: SystemBoolean
Whether this Ped can be targetted by the specified Player.
See Also

Reference