EEex_AddressList
A lua function to return an array of pattern database entries
EEex_AddressList()
Parameters
None
Return
Return a lua table of function and or variable names and global addresses from the pattern database entries. For details on the pattern database used in the EEex loader please see this wiki page
Notes
This function, EEex_ExposeToLua, EEex_Init and EEex_WriteByte are implemented by the EEex loader in the process space of the game executable as lua functions.
For more technical information on how the EEex loader works and how it implements these functions, please visit this wiki page
Example
EEex_GlobalAssemblyLabels = EEex_AddressList()
See Also