Register Symbol

Signature

bool registerSymbol(string name, u64 address)

Description

Registers a local 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

Local symbols can only be accessed by the Lua context that registered them.

Last updated