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

Description

Documentation Comment

Returns true, if the container has @key: value pair


Caveats


Parameters

intobject

stringkey


Examples

Auto-Generated Example

int myInt__object
string myString__key

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