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 C2Core

Description

CAST II Engine core unit

(C) 2006 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 engine core classes

Classes, Interfaces and Objects

NameDescription
Class TCoreEngine core class
Class TSimpleParser 

Functions and Procedures

Overview

function GetUnitClassList: TClassArray;

Description

function GetUnitClassList: TClassArray;

Returns list of classes introduced by the unit

Types

Overview

CCore = of TCore;
TSortedItems = array of TVisItem;
TVisItem = record PassIndex, ItemIndex: Word; end;

Description

CCore = of TCore;

Core class reference

TSortedItems = array of TVisItem;

 

TVisItem = record PassIndex, ItemIndex: Word; end;

Sorted items data structure for internal use

Constants

Overview

tidMatrix4x4 = 0;
tidVector4 = 1;

Description

tidMatrix4x4 = 0;

4x4 matrix

tidVector4 = 1;

Vector

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