Background for Starfield
Member of the ObjectReference script
ObjectReferencefunctionPlaceLockedRefKeyAtMe(ObjectReferenceaLockedRef, intaiCount=1, boolabForcePersist=false, boolabInitiallyDisabled=false, boolabDeleteWhenAble=true)Native

Description

Documentation Comment

Get the key for the given locked ref and place one of them at this reference


Caveats


Parameters

ObjectReferenceaLockedRef

intaiCount=1

boolabForcePersist=false

boolabInitiallyDisabled=false

boolabDeleteWhenAble=true


Examples

Auto-Generated Example

ObjectReference myObjectReference__aLockedRef
int myInt__aiCount
bool myBool__abForcePersist
bool myBool__abInitiallyDisabled
bool myBool__abDeleteWhenAble

ObjectReference returnedValue = myObjectReference__toCallFunctionOn.PlaceLockedRefKeyAtMe(myObjectReference__aLockedRef, myInt__aiCount, myBool__abForcePersist, myBool__abInitiallyDisabled, myBool__abDeleteWhenAble)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.