Difference between revisions of "Calling commands from C++"
Jump to navigation
Jump to search
no edit summary
imported>Masterfreek64 |
imported>Masterfreek64 |
||
Line 3: | Line 3: | ||
==Command Offsets== | ==Command Offsets== | ||
Here is a list of all commands in the 1.2.416 ( most recent ) game .exe+ | Here is a list of all commands in the 1.2.416 ( most recent ) game .exe+ | ||
< | <pre> | ||
//for version 2.416, from OblivionOnline by Julian Bangert | //for version 2.416, from OblivionOnline by Julian Bangert | ||
// data extracted with OBSE | // data extracted with OBSE | ||
Line 510: | Line 509: | ||
static const _Cmd_Execute Cmd_ClearOwnership_Execute = (_Cmd_Execute) 0x00507620; | static const _Cmd_Execute Cmd_ClearOwnership_Execute = (_Cmd_Execute) 0x00507620; | ||
</ | </pre> |