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