![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Namespace containing the Blamite Engine API. More...
Functions | |
BLAM_EXT_API void | ExecuteConsoleCommand (const char *command) |
Runs a command through the engine's console. More... | |
BLAM_EXT_API void | ResizeViewport (int width, int height) |
Resizes the engine's viewport resolution. More... | |
Namespace containing the Blamite Engine API.
This is a general-purpose API, currently for use within the engine's toolset. This could be expanded to allow things like C# scripting or 3rd-party tools (though this is still a MAJOR 'if').
void Blam::API::ExecuteConsoleCommand | ( | const char * | command | ) |
Runs a command through the engine's console.
command | - The command line input to execute. |
void Blam::API::ResizeViewport | ( | int | width, |
int | height | ||
) |
Resizes the engine's viewport resolution.
width | - The width of the viewport. |
height | - The height of the viewport. |