Background for Skyrim SE
Member of the JMap script
boolfunctionremoveKey(intobject, stringkey)NativeGlobal

Description

Documentation Comment

Removes the pair from the container where the key equals to the @key


Caveats


Parameters

intobject

stringkey


Examples

Auto-Generated Example

int myInt__object
string myString__key

bool returnedValue = JMap.removeKey(myInt__object, myString__key)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.