bool registerGlobalSymbol(string name, u64 address)
Registers a global symbol at a specified memory address.
Returns whether the operation was successful (true) or not (false).
true
false
The name of the symbol.
The memory address of the symbol.
Global symbols can be accessed by any Lua context, regardless of who registered them.
Last updated 3 days ago