- Found in:
- Vanilla
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)