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

Class TDataModifyMsg

Unit

BaseMsg

Declaration

type TDataModifyMsg = class(TNotificationMessage)

Description

This message is broadcasted when some data which may be used by items has modified

Hierarchy

TNotificationMessage > TMessage

Fields

 NameDescription
PublicDataPointer, identifying the data. usually it's the address of the data in memory

Methods

Overview

Publicconstructor Create(AData: Pointer);

Description

Publicconstructor Create(AData: Pointer);

AData - a pointer, identifying the data. usually it's the address of the data in memory

Last modified: 26 Oct, 2008
Copyright (C) 2006-2008, casteng.com