Background for Starfield
Member of the ObjectReference script
CellfunctionPlaceCellAtMe(CellakCellToCopy, RefCollectionAliasakRefCollection=NONE, boolabForcePersist=false, boolabDeleteWhenAble=true, boolabInitiallyDisabled=false, float[]akOffsetValues=NONE)Native

Description

Documentation Comment

Create a copy of the cell and place it at this reference's location - only works with refs in space exterior cells
DPierce: This function will place cells at incorrect locations. See: GEN-388123


Caveats


Parameters

CellakCellToCopy

RefCollectionAliasakRefCollection=NONE

boolabForcePersist=false

boolabDeleteWhenAble=true

boolabInitiallyDisabled=false

float[]akOffsetValues=NONE


Examples

Auto-Generated Example

Cell myCell__akCellToCopy
RefCollectionAlias myRefCollectionAlias__akRefCollection
bool myBool__abForcePersist
bool myBool__abDeleteWhenAble
bool myBool__abInitiallyDisabled
float[] myFloatArray__akOffsetValues

Cell returnedValue = myObjectReference__toCallFunctionOn.PlaceCellAtMe(myCell__akCellToCopy, myRefCollectionAlias__akRefCollection, myBool__abForcePersist, myBool__abDeleteWhenAble, myBool__abInitiallyDisabled, myFloatArray__akOffsetValues)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.