- Found in:
- Scrab's PE
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)