Difference between revisions of "GetPlayerIdFromPawnId"

From Nomad DB
(Created page with "Retrieves the player ID from the specified entity ID. == Syntax == <syntaxhighlight lang="lua"> GetPlayerIdFromPawnId(playerEntityId) </syntaxhighli...")
 
(No difference)

Latest revision as of 19:58, 16 April 2020

Retrieves the player ID from the specified entity ID.

Syntax

GetPlayerIdFromPawnId(playerEntityId)
  • playerEntityId (number): ID of the target player entity
  • Returns (number): ID of the specified player

Related Pages