bool registerSymbol(string name, u64 address)
Registers a local 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.
Local symbols can only be accessed by the Lua context that registered them.
Last updated 3 days ago