Method GetNamedGlobal
GetNamedGlobal(LazyEncodedString)
Retrieves a named global from the module
GlobalVariable? GetNamedGlobal(LazyEncodedString name)
Parameters
name
LazyEncodedStringName of the global
Returns
- GlobalVariable
GlobalVariable or null if not found