diff options
| author | Alexander Gavrilov | 2012-06-19 21:02:27 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-06-19 21:02:27 +0400 |
| commit | e687a07f2e463472ad4609371f7b914b5de649a6 (patch) | |
| tree | 9c98e4d89219d81f24b8bef782ea245ad5de5c11 /Lua API.html | |
| parent | 50bd758876adb8a39c54f107af9a5bd2274a3638 (diff) | |
| download | dfhack-e687a07f2e463472ad4609371f7b914b5de649a6.tar.gz dfhack-e687a07f2e463472ad4609371f7b914b5de649a6.tar.bz2 dfhack-e687a07f2e463472ad4609371f7b914b5de649a6.tar.xz | |
Fix getRebaseDelta: should be signed int.
Diffstat (limited to 'Lua API.html')
| -rw-r--r-- | Lua API.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lua API.html b/Lua API.html index f1bdd17d..84d13e2f 100644 --- a/Lua API.html +++ b/Lua API.html @@ -1329,8 +1329,8 @@ global environment, persistent between calls to the script.</p> <li><p class="first"><tt class="docutils literal">dfhack.internal.getVTable(name)</tt></p> <p>Returns the pre-extracted vtable address <tt class="docutils literal">name</tt>, or <em>nil</em>.</p> </li> -<li><p class="first"><tt class="docutils literal">dfhack.internal.getBase()</tt></p> -<p>Returns the base address of the process.</p> +<li><p class="first"><tt class="docutils literal">dfhack.internal.getRebaseDelta()</tt></p> +<p>Returns the ASLR rebase offset of the DF executable.</p> </li> <li><p class="first"><tt class="docutils literal">dfhack.internal.getMemRanges()</tt></p> <p>Returns a sequence of tables describing virtual memory ranges of the process.</p> |
