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::GetPlayerFlags() ]
[ next: GetPlayerName() ]
[ prev: GetPlayerData() ]
public:
virtual bool __fastcall GetPlayerFlags( DPID pPlayer, dword* pFlags );
TDX_PLAY::GETPLAYERFLAGS()
[ component method ]
- Description
- Parameters
Player
The Player parameter identifies the player for which the flag settings are to be retrieved.
Flags
The Flags parameter will reference the players flag settings if this method returns successfully.
The described effect applies when the flag is set.
DPPLAYER_LOCAL
The player was created by this application.
The absence of this flag denotes a remote player.
DPPLAYER_SERVERPLAYER
In a client/server session, the player is a server player.
DPPLAYER_SPECTATOR
The player is a spectator.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|