Skyline Lua API  Version 1.0 RC1
Lua Script Reference for Skyline Game Engine.
consoleCommands Class Reference

#include <LUA_API_ConsoleCommands.h>

Public Attributes

void help
 Information on all of the available editor console commands. More...
 
void getCamera
 Prints out the editor camera information such as position and rotation. More...
 
void resetCamera
 Resets the editor or current camera to its default settings. More...
 
void getBounds
 Print out of the selected objects AABB data.
. More...
 

Detailed Description

The Skyline editor console can be use not only for reading text but also for entering special commands which help editor side workflow.
Just type the command directly into the editor console.

Note: the text in the console can be used with copy/paste.

The following is a list of all available commands:

Member Data Documentation

void consoleCommands::getBounds

Print out of the selected objects AABB data.
.

void consoleCommands::getCamera

Prints out the editor camera information such as position and rotation.

void consoleCommands::help

Information on all of the available editor console commands.

void consoleCommands::resetCamera

Resets the editor or current camera to its default settings.


The documentation for this class was generated from the following file: