FelonyStartChaseObj

From Nomad DB
Revision as of 13:00, 16 April 2020 by Cobra (talk | contribs) (Created page with "Starts a chase of the specified faction on the specified pawn using custom chase parameters. == Syntax == <syntaxhighlight lang="lua"> FelonyStartCha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Starts a chase of the specified faction on the specified pawn using custom chase parameters.

Syntax

FelonyStartChaseObj(targetEntityId, felonyType, customChaseLevel, startAction)
  • targetEntityId (string): ID of the pawn to start the chase on
  • felonyType (number): ID of the faction to chase the target entity
  • customChaseLevel (string): The custom chase parameters to use (corresponds to an item in the ChaseLevelParameters library)
  • startAction (number): Behavior to start the chase with (2 = default; 3 = search)

Example

Starts a police chase with custom parameters on the local player.

FelonyStartChaseObj(GetLocalPlayerEntityId(), 0, "ChaseLevelParameters.9223372068194800362", 2)

Factions

ID Name
0 Police
1 FBI
3 Prime_Eight
6 Tezcas
9 Auntie Shu Boys
10 580s
11 Umeni
12 Bratva
15 Sons of Ragnarok

Related Pages