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()
; Add the key to unlock this door to the player's inventory
Key JailKey = JailDoor.GetKey()
Game.GetPlayer().AddItem(JailKey)Key returnedValue = myObjectReference__toCallFunctionOn.GetKey()