- Found in:
- F4SE
Caveats
Parameters
Examples
; Getting an owner from the player
InstanceData:Owner thisInstance = Game.GetPlayer().GetInstanceOwner(41)
Debug.Trace(thisInstance.Owner) ; Player
Debug.Trace(thisInstance.slotIndex) ; 41Auto-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
