GetPlayerAccountName

From Zandronum Wiki
This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports.

str GetPlayerAccountName (int player)

Usage

Parameters

  • player: The player's number.

Return value

Returns the current account name of the given player. If the player is not logged in, this will take the form of n@localhost, where n is the player's number. Use PlayerIsLoggedIn to determine if a player is logged in.

Examples

This article lists no examples, please add one.

See also