- Found in:
- JContainers
Description
Documentation Comment
Returns type of the value associated with the @key.
0 - no value, 1 - none, 2 - int, 3 - float, 4 - form, 5 - object, 6 - string
Caveats
Parameters
intobject
intkey
Examples
Auto-Generated Example
int myInt__object
int myInt__key
int returnedValue = JIntMap.valueType(myInt__object, myInt__key)