OpenWGA 7.7 - TMLScript reference
Lookup tableMethod :
get(key)
| On object | Lookup table |
| Usage |
Reads the value of the element with the given key |
| Description |
This method returns null if there is no element of the given key |
| Parameters |
key (Object): Key of the element to read |
| Return value |
The value of the element, null if no element of that key exists |
| Allowed in script types |
|