GetPlayerAccountName

From Zandronum Wiki
Revision as of 18:30, 2 July 2022 by DrinkyBird (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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