Difference between revisions of "Lua:unregisterSymbol"
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
| − | == | + | {{LuaSeeAlso}} |
| + | |||
| + | === Related Functions === | ||
* [[registerSymbol]] | * [[registerSymbol]] | ||
| − | |||
Revision as of 21:25, 19 March 2017
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 |