Caveats
Examples
; Add the key to unlock this door to the player's inventory
Key JailKey = JailDoor.GetKey()
Game.GetPlayer().AddItem(JailKey)Auto-Generated Example
Key returnedValue = myObjectReference__toCallFunctionOn.GetKey()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
