- Found in:
- LH
Form[]functionGetInventoryItemsAsArray(ObjectReferenceakRef, bool[]akFilterArray, boolabMatchAll)NativeGlobal
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
bool[] myBoolArray__akFilterArray
bool myBool__abMatchAll
Form[] returnedValue = Lighthouse.GetInventoryItemsAsArray(myObjectReference__akRef, myBoolArray__akFilterArray, myBool__abMatchAll)