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::DeleteGroupFromGroup() ]
[ next: DeletePlayerFromGroup() ]
[ prev: CreatePlayer() ]
public:
virtual bool __fastcall DeleteGroupFromGroup( DPID pParentGroup, DPID pGroup );
TDX_PLAY::DELETEGROUPFROMGROUP()
[ component method ]
- Description
The
DeleteGroupFromGroup
method
will
remove
a
specified
group
link
from
its
parent
group
These
links
are
added
using
TDx_Play::AddGroupToGroup()
Only
the
link
is
deleted,
the
group
itself
is
not
destroyed.
A
DPMSG_DELETEGROUPFROMGROUP
system
message
informing
players
of
the
change
will
be
generated.
Error
values
that
can
be
generated
are:
DPERR_ACCESSDENIED
DPERR_CONNECTIONLOST
DPERR_INVALIDGROUP
- Parameters
ParentGroup
The ParentGroup parameter identifies the group from which the link is to be removed.
Group
The Group parameter identifies the group whose link is to be removed.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|