Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Play_Library v2.00 Component Reference
|
|
[ TDx_Play::OnChat() ]
[ next: OnCreate() ]
[ prev: OnAddPlayerToGroup() ]
__published:
__property TDx_OnChat OnChat = {read=FOnChat, write=FOnChat, nodefault};
TDX_PLAY::ONCHAT()
[ component event ]
- Description
- Parameters
Chat
The Chat parameter references a TDPChat component holding the chat message.
Flags
The Flags parameter is not used and will be zero.
FromPlayer
The FromPlayer parameter identifies the player who sent the message.
Messages from the server will be from DPID_SERVERPLAYER.
Sender
The Sender parameter refers to the object that signalled the event.
ToGroup
The ToGroup parameter identifies the destination group.
This parameter will be zero for player or broadcast messages.
ToPlayer
The ToPlayer parameter identifies the destination player.
This parameter will be zero for group or broadcast messages.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|