Difference between revisions of "Lua:unregisterSymbol"
Jump to navigation
Jump to search
m (moved unregisterSymbol to Lua:unregisterSymbol) |
(→Related Functions) |
||
Line 20: | Line 20: | ||
=== Related Functions === | === Related Functions === | ||
− | * [[registerSymbol]] | + | * [[Lua:registerSymbol|registerSymbol]] |
Revision as of 00:43, 25 January 2018
function unregisterSymbol(symbolname)
Unregisters a string so that it's name will no longer be associated with the given address.
Function Parameters
Parameter | Type | Description |
---|---|---|
symbolname | String | The string that should be removed |