Method GetNamedGlobal
GetNamedGlobal(String)
Retrieves a named global from the module
Declaration
public GlobalVariable GetNamedGlobal(string name)
Parameters
public GlobalVariable GetNamedGlobal(string name)
String | name | Name of the global |
Returns
GlobalVariable | GlobalVariable or null if not found |