GetKey - ObjectReference

Member of: ObjectReference Script

Obtains the Key that unlocks this object (or None if the object does not have a key, or is not lockable).

SyntaxEdit

Key Function GetKey() native

ParametersEdit

None.

Return ValueEdit

The Key that will unlock this object. If the object is not lockable, it will return None.

ExamplesEdit

; Add the key to unlock this door to the player's inventory
Key JailKey = JailDoor.GetKey()
Game.GetPlayer().AddItem(JailKey)

See AlsoEdit