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

Class TReplaceMsg

Unit

ItemMsg

Declaration

type TReplaceMsg = class(TNotificationMessage)

Description

When a physical address (pointer) to an item has changed (E.g. during change of the item's class.), this message is sent to the item affected and core handler and broadcast from scene root.

Hierarchy

TNotificationMessage > TMessage

Fields

 NameDescription
PublicNewItemNew pointer
PublicOldItemOld pointer. Valid only within message handler

Methods

Overview

Publicconstructor Create(AOldItem, ANewItem: BaseClasses.TItem);

Description

Publicconstructor Create(AOldItem, ANewItem: BaseClasses.TItem);

 

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