Difference between revisions of "GetLocalPlayerId"

From Nomad DB
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Returns the [[Player ID]] of the local player. This is usually <code>0</code>.
+
Returns the [[Player ID|player ID]] of the local player. This is usually <code>0</code>.
  
 
== Syntax ==
 
== Syntax ==
Line 6: Line 6:
 
</pre>
 
</pre>
  
* '''Returns''': [[Player ID]]
+
* '''Returns''' (number): [[Player ID]]
  
 
== Related Pages ==
 
== Related Pages ==

Latest revision as of 17:02, 15 April 2020

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

Syntax

GetLocalPlayerId()

Related Pages