Background for Skyrim SE
Member of the ObjectReference script
intfunctionGetNumItems()Native

Description

Wiki Description

Returns the number of items in a container. (This function requires SKSE)

Documentation Comment

Container-only functions


Caveats

CK Wiki - Notes

  • The returned value indicates the number of item types in the container regardless of the count of any particular item. If a container has ten gold and a torch, GetNumItems will return '2' and not '11'.

The exception is keys, if you have two of the same key then GetNumItems will count both keys. EDIT: This could be because the keys were quest items. More testing is needed to confirm this.


Examples

No human-generated examples found for this function.

Auto-Generated Example

int returnedValue = myObjectReference__toCallFunctionOn.GetNumItems()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.