Background for Skyrim SE
Member of the SPE_ObjectRef script
Form[]functionGetInventoryNamedObjects(ObjectReferenceakReference, string[]asNames)NativeGlobal

Description

Documentation Comment

Return all items on the given object whichs item name matches one of the given names


Caveats


Parameters

ObjectReferenceakReference

string[]asNames


Examples

Auto-Generated Example

ObjectReference myObjectReference__akReference
string[] myStringArray__asNames

Form[] returnedValue = SPE_ObjectRef.GetInventoryNamedObjects(myObjectReference__akReference, myStringArray__asNames)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.