Difference between revisions of "GetLocalPlayerId"

From Nomad DB
m (The local player ID is usually 0)
Line 5: Line 5:
 
GetLocalPlayerId()
 
GetLocalPlayerId()
 
</pre>
 
</pre>
 +
 +
* '''Returns''': [[Player ID]]
  
 
== Related Pages ==
 
== Related Pages ==

Revision as of 19:14, 14 April 2020

Returns the Player ID of the local player. This is usually 0.

Syntax

GetLocalPlayerId()

Related Pages