PlayerIsLoggedIn: Difference between revisions

no edit summary
(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]]