Background for Starfield
Member of the Quest script
eventOnStoryPickPocket(ObjectReferenceakVictim, boolabSuccess)


Parameters

ObjectReferenceakVictim

boolabSuccess


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

event OnStoryPickPocket(ObjectReference akVictim, bool abSuccess)
    Debug.trace("Event received - OnStoryPickPocket: akVictim = " + akVictim + " abSuccess = " + abSuccess)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.