Lua:unregisterSymbol
(Redirected from unregisterSymbol)
Jump to navigation
Jump to search
function unregisterSymbol(symbolname)
Unregisters a string so that it's name will no longer be associated with the given address.
Function Parameters[edit]
| Parameter | Type | Description |
|---|---|---|
| symbolname | String | The string that should be removed |
See also[edit]
| Lua |
| Script Engine |