Register Global Symbol

Signature

bool registerGlobalSymbol(string name, u64 address)

Description

Registers a global symbol at a specified memory address.

Returns whether the operation was successful (true) or not (false).

Arguments

Name

The name of the symbol.

Address

The memory address of the symbol.

Notes

Global symbols can be accessed by any Lua context, regardless of who registered them.

Last updated