CAST II Game Engine |
||||||||
![]() |
MAIN | FEATURES | SCREENSHOTS | FORUMS | MANUAL | DOWNLOADS | CONTACTS | |
type TItemMoveOp = class(TOperation)
TOperation![]() | procedure DoApply; override; |
![]() | function DoMerge(AOperation: Models.TOperation): Boolean; override; |
![]() | function Init(AAffectedProcessing: TProcessing; ALocation: TLocation): Boolean; |
![]() | procedure DoApply; override; |
Applies the operation
![]() | function DoMerge(AOperation: Models.TOperation): Boolean; override; |
Merges together two move operations
![]() | function Init(AAffectedProcessing: TProcessing; ALocation: TLocation): Boolean; |
Inits the operation with the specified processing item and its new location
|
Last modified: Jan 6, 2010 |