Difference between revisions of "Lua:reinitializeSymbolhandler"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
Reloads the symbol table of the currently selected process and waits till they are loaded. Call this if you want to use assembler script and functions that make use of symbols (like [[speedhack_setSpeed]]) and you're in a state where the symbols aren't fully loaded yet (e.g: The [[onOpenProcess]] event) | Reloads the symbol table of the currently selected process and waits till they are loaded. Call this if you want to use assembler script and functions that make use of symbols (like [[speedhack_setSpeed]]) and you're in a state where the symbols aren't fully loaded yet (e.g: The [[onOpenProcess]] event) | ||
− | + | {{LuaFunctionParametersNone}} | |
− | |||
+ | {{LuaSeeAlso}} | ||
− | == | + | === Related Functions === |
* [[onOpenProcess]] | * [[onOpenProcess]] | ||
− |
Revision as of 21:25, 19 March 2017
function reinitializeSymbolhandler()
Reloads the symbol table of the currently selected process and waits till they are loaded. Call this if you want to use assembler script and functions that make use of symbols (like speedhack_setSpeed) and you're in a state where the symbols aren't fully loaded yet (e.g: The onOpenProcess event)
Function Parameters
<none>