Description
Wiki Description
Obtains the Cell this object is currently in.
Documentation Comment
Gets the cell this object is in
Caveats
CK Wiki - Notes
If the reference is in an unloaded exterior cell, this function will return None.
Examples
; Is this object and the player in the same cell?
if (PinkPony.GetParentCell() == Game.GetPlayer().GetParentCell())
Debug.Trace("We are in the same cell with the pink pony")
endIfAuto-Generated Example
Cell returnedValue = myObjectReference__toCallFunctionOn.GetParentCell()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
