Background for Skyrim SE
Member of the JFormMap script
intfunctiongetInt(intobject, Formkey, intdefault=0)NativeGlobal

Description

Documentation Comment

Returns the value associated with the @key. If not, returns @default value


Caveats


Parameters

intobject

Formkey

intdefault=0


Examples

Auto-Generated Example

int myInt__object
Form myForm__key
int myInt__default

int returnedValue = JFormMap.getInt(myInt__object, myForm__key, myInt__default)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.