Background for Starfield
Member of the Faction script
voidfunctionSendPlayerToJailEx(boolabRemoveInventory=true, boolabRealJail=false, boolabSilent=false)Native

Description

Documentation Comment

Sends the player to this faction's jail - removing inventory if requested, and to a "real" jail or not, silent param to supress warnings


Caveats


Parameters

boolabRemoveInventory=true

boolabRealJail=false

boolabSilent=false


Examples

Auto-Generated Example

bool myBool__abRemoveInventory
bool myBool__abRealJail
bool myBool__abSilent

myFaction__toCallFunctionOn.SendPlayerToJailEx(myBool__abRemoveInventory, myBool__abRealJail, myBool__abSilent)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.