- Found in:
- Vanilla
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)