Background for Fallout 4
Member of the Lighthouse script
    Found in:
  • LH
Form[]functionGetInventoryItemsAsArray(ObjectReferenceakRef, bool[]akFilterArray, boolabMatchAll)NativeGlobal


Caveats


Parameters

ObjectReferenceakRef

bool[]akFilterArray

boolabMatchAll


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
bool[] myBoolArray__akFilterArray
bool myBool__abMatchAll

Form[] returnedValue = Lighthouse.GetInventoryItemsAsArray(myObjectReference__akRef, myBoolArray__akFilterArray, myBool__abMatchAll)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.