PlayerIsIgnoredByEveryone Property

RAGE Plugin Hook Documentation

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

Gets or sets a value indicating whether this player is ignored by everyone.

If the player is ignored, Peds will still react to the player, but will not fire.

Does not prevent the player from getting a wanted level.

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

public bool IsIgnoredByEveryone { get; set; }

Property Value

Type: Boolean
true if this player is ignored by everyone; otherwise false.
See Also

Reference