- Found in:
- Vanilla
eventOnPlayerArrested(ObjectReferenceakGuard, LocationakLocation, intaeCrimeType)
Description
Documentation Comment
Event that is triggered when the player is arrested.
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnPlayerArrested(ObjectReference akGuard, Location akLocation, int aeCrimeType)
Debug.trace("Event received - OnPlayerArrested: akGuard = " + akGuard + " akLocation = " + akLocation + " aeCrimeType = " + aeCrimeType)
endEvent