CAST II Game Engine

   DESCRIPTION       FEATURES       SCREENSHOTS       FORUMS       DOCUMENTATION       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Unit C2AppHelper

Description

CAST II Engine applications helper unit

(C) 2006-2007 George "Mirage" Bakhtadze. www.casteng.com
The source code may be used under either MPL 1.1 or LGPL 2.1 license. See included license.txt file
Unit contains a class which performs some usual tasks like menu system etc

Classes, Interfaces and Objects

NameDescription
Class TCast2AppBase class for applications which uses CAST II engine
Class TFullScreenToggleMsg 
Class THelpToggleMsg 
Class TMenuToggleMsg 

Enumerations

TCameraMode
Camera modes
 cmMoveMove camera with mouse
 cmRotateRotate camera with mouse
 cmZoomzoom camera with mouse

Constants

Overview

KeyBindPrefix = 'Key_';
ProfileFileExtension = '.pfl';

Description

KeyBindPrefix = 'Key_';

Key binding prefix on config

ProfileFileExtension = '.pfl';

User profile file extension

Last modified: 4 Jul, 2008
Copyright (C) 2006-2008, casteng.com