Difference between revisions of "Lua:unregisterSymbol"
Jump to navigation
Jump to search
(Created page with ''''function''' unregisterSymbol(''symbolname'') Unregisters a string so that it's name will no longer be associated with the given address. ===Function Parameters=== {|width="…') |
(Undo revision 6568 by This content is not available (Talk)) |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Lua]] | ||
'''function''' unregisterSymbol(''symbolname'') | '''function''' unregisterSymbol(''symbolname'') | ||
| Line 16: | Line 17: | ||
| − | == | + | {{LuaSeeAlso}} |
| − | * [[registerSymbol | + | |
| − | + | === Related Functions === | |
| + | * [[Lua:registerSymbol|registerSymbol]] | ||
Latest revision as of 18:51, 18 March 2019
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 |