Difference between revisions of "Calling commands from C++"
Jump to navigation
Jump to search
imported>Masterfreek64 (→Command Offsets: re-added Licence) |
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 | ||
[[Calling commands from C++/Command Offsets]] | |||
==Command Parameters== | |||
Parameter structures can be found in [[Calling commands from C++/Command Offsets]] | |||
/ | |||
Revision as of 13:41, 17 April 2009
When writing an OBSE plugin or otherwise using the game from C++, you might want to call commands directly. There are a few things you'll need to take care of.
Command Offsets
Here is a list of all commands in the 1.2.416 ( most recent ) game .exe Calling commands from C++/Command Offsets
Command Parameters
Parameter structures can be found in Calling commands from C++/Command Offsets