PlayerIsIgnoredByPolice 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 police.

If the player is ignored, police 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 IsIgnoredByPolice { get; set; }

Property Value

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

Reference