Background for Skyrim SE
Member of the SteelfeathersPapyrusExtensions script
boolfunctionOpenInventoryEx(Actortarget, inttype)NativeGlobal

Description

Documentation Comment

Open the target actor's inventory in one of the following states:
0 = regular item transfer, equivalent to OpenInventory(false), except that it actually works to open the inventory of a non-teammate
1 = stealing from a container or coprse
2 = pickpocketing
3 = item transfer between teammates, equivalent to OpenInventory(true)


Caveats


Parameters

Actortarget

inttype


Examples

Auto-Generated Example

Actor myActor__target
int myInt__type

bool returnedValue = SteelfeathersPapyrusExtensions.OpenInventoryEx(myActor__target, myInt__type)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.