Difference between revisions of "Calling commands from C++"

Jump to navigation Jump to search
10 bytes added ,  12:55, 17 April 2009
imported>Masterfreek64
(Added offsets)
 
imported>Masterfreek64
Line 2: Line 2:


==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+
<nowiki>
<source lang="text">
<source lang="text">
//for version 2.416, from OblivionOnline by Julian Bangert
//for version 2.416, from OblivionOnline by Julian Bangert
Line 509: Line 510:
static const _Cmd_Execute Cmd_ClearOwnership_Execute = (_Cmd_Execute) 0x00507620;
static const _Cmd_Execute Cmd_ClearOwnership_Execute = (_Cmd_Execute) 0x00507620;


</source>
</nowiki>

Navigation menu