Difference between revisions of "GetPawnIdFromPlayerId"

From Nomad DB
m
 
Line 1: Line 1:
 +
Retrieves the [[EntityId|entity ID]] from the specified [[Player ID|player ID]].
 +
 
== Syntax ==
 
== Syntax ==
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">

Latest revision as of 16:58, 15 April 2020

Retrieves the entity ID from the specified player ID.

Syntax

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

Related Pages