nw::snd::SoundArchive::ReadPlayerInfo Member Function

Syntax

#include <nw/snd/snd_SoundArchive.h>

bool ReadPlayerInfo(
     ItemId playerId,
     PlayerInfo * info
) const;

Arguments

Name Description
in playerId A player ID in the sound archive.
out info Structure used to get player information.

Return Values

Returns TRUE if the player information is retrieved successfully; otherwise, returns FALSE.

Description

Retrieves information for the player with the specified ID.

The retrieval fails if a player having the specified ID does not exist.

See Also

ItemId
PlayerInfo

Revision History

2010/01/15
Initial version.

CONFIDENTIAL