Background for Skyrim SE
Member of the NiOverride script
FormfunctionGetOwnerOfUniqueID(intuniqueId)NativeGlobal

Description

Documentation Comment

Returns the reference that is holding the item described by this uniqueId
If the item is in the world, it will return the world reference of itself
If the item is inside of an inventory, it will return the reference of the inventory


Caveats


Parameters

intuniqueId


Examples

Auto-Generated Example

int myInt__uniqueId

Form returnedValue = NiOverride.GetOwnerOfUniqueID(myInt__uniqueId)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.