PlayerIsLoggedIn: Difference between revisions

From Zandronum Wiki
(Created page with "{{ACSWarning}} int '''PlayerIsLoggedIn''' (int playernumber) Returns true if the player is logged in via the specified login server. category:ACS Functions")
 
No edit summary
Tag: Source edit
Line 3: Line 3:
int '''PlayerIsLoggedIn''' (int playernumber)
int '''PlayerIsLoggedIn''' (int playernumber)


Returns true if the player is logged in via the specified login server.
== Usage ==
=== Return value ===
Returns true if the player is logged in with the [[Accounts|account server]].


[[category:ACS Functions]]
== Examples ==
{{noexamples}}
 
== See also ==
* [[Accounts]]
* [[Database]]
 
[[category:ACS functions]]

Revision as of 01:33, 3 July 2022

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

int PlayerIsLoggedIn (int playernumber)

Usage

Return value

Returns true if the player is logged in with the account server.

Examples

This article lists no examples, please add one.

See also