Difference between revisions of "GetPawnIdFromPlayerId"

From Nomad DB
(Created page with "== Syntax == <syntaxhighlight lang="lua"> GetPawnIdFromPlayerId(playerId) </syntaxhighlight> * '''playerId''' (string): Player ID of the target player * '''Returns''' (str...")
 
m
Line 4: Line 4:
 
</syntaxhighlight>
 
</syntaxhighlight>
 
* '''playerId''' (string): [[Player ID]] of the target player
 
* '''playerId''' (string): [[Player ID]] of the target player
* '''Returns''' (string): [[EntityId]] of that player
+
* '''Returns''' (string): [[EntityId|Entity ID]] of the specified player
  
 
== Related Pages ==
 
== Related Pages ==

Revision as of 16:56, 15 April 2020

Syntax

GetPawnIdFromPlayerId(playerId)
  • playerId (string): Player ID of the target player
  • Returns (string): Entity ID of the specified player

Related Pages