Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
Blam::API Namespace Reference

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...
 

Detailed Description

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').

Function Documentation

◆ ExecuteConsoleCommand()

void Blam::API::ExecuteConsoleCommand ( const char *  command)

Runs a command through the engine's console.

Parameters
command- The command line input to execute.

◆ ResizeViewport()

void Blam::API::ResizeViewport ( int  width,
int  height 
)

Resizes the engine's viewport resolution.

Parameters
width- The width of the viewport.
height- The height of the viewport.