CAST II Game Engine

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

Unit Models

Description

Basic models unit

(C) 2006-2007 George "Mirage" Bakhtadze. www.casteng.com
Created: Apr 04, 2007
Unit contains basic model (from Model-View-Controller) classes

Classes, Interfaces and Objects

NameDescription
Interface IModel 
Class TModel 
Class TOperation 
Class TOperationManager 
Class TOperationMsg 

Types

Overview

TOperationFlags = set of TOperationFlag;

Description

TOperationFlags = set of TOperationFlag;

 

Enumerations

TOperationFlag
Operation flag
 ofAppliedOperation is in applied state
 ofHandledOperation was handled
 ofIntermediateOperation is intermediate and for example should not be added to editor's queue

Constants

Overview

OperationsCapacityStep = 32;

Description

OperationsCapacityStep = 32;

Operations array grow step

Last modified: Jan 6, 2010
Copyright (C) 2006-2010, casteng.com