Background for Fallout 4
Member of the Actor script
<UNKNOWN_SCRIPT: InstanceData:Owner>functionGetInstanceOwner(intslotIndex)


Caveats


Parameters

intslotIndex

CK Wiki Description

The Biped Slot index to check.


Examples

; Getting an owner from the player
InstanceData:Owner thisInstance = Game.GetPlayer().GetInstanceOwner(41)
Debug.Trace(thisInstance.Owner)     ; Player
Debug.Trace(thisInstance.slotIndex) ; 41

Auto-Generated Example

int myInt__slotIndex

InstanceData:Owner returnedValue = myActor__toCallFunctionOn.GetInstanceOwner(myInt__slotIndex)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.