Background for Skyrim SE
Member of the JIntMap script
boolfunctionhasKey(intobject, intkey)NativeGlobal

Description

Documentation Comment

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


Caveats


Parameters

intobject

intkey


Examples

Auto-Generated Example

int myInt__object
int myInt__key

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