Difference between revisions of "GetLocalPlayerId"

From Nomad DB
(Created page with "Returns the Player ID of the local player. This is usually <code>1</code>. == Syntax == <pre> GetLocalPlayerId() </pre> == Related Pages == * GetLocalPlayerEntityId...")
 
m (The local player ID is usually 0)
Line 1: Line 1:
Returns the [[Player ID]] of the local player. This is usually <code>1</code>.
+
Returns the [[Player ID]] of the local player. This is usually <code>0</code>.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 18:48, 14 April 2020

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

Syntax

GetLocalPlayerId()

Related Pages