CAST II Game Engine |
||||||||
![]() |
MAIN | FEATURES | SCREENSHOTS | FORUMS | MANUAL | DOWNLOADS | CONTACTS | |
(C) 2006-2007 George "Mirage" Bakhtadze. www.casteng.com
Created: Apr 04, 2007
Unit contains basic model (from Model-View-Controller) classes
| Name | Description |
|---|---|
Interface IModel | |
Class TModel | |
Class TOperation | |
Class TOperationManager | |
Class TOperationMsg |
TOperationFlags = set of TOperationFlag; |
TOperationFlags = set of TOperationFlag; |
TOperationFlag | ||
| Operation flag | ||
ofApplied | Operation is in applied state | |
ofHandled | Operation was handled | |
ofIntermediate | Operation is intermediate and for example should not be added to editor's queue | |
OperationsCapacityStep = 32; |
OperationsCapacityStep = 32; |
Operations array grow step
|
Last modified: Jan 6, 2010 |