GetPlayerIdFromPawnId

From Nomad DB
Revision as of 19:58, 16 April 2020 by Cobra (talk | contribs) (Created page with "Retrieves the player ID from the specified entity ID. == Syntax == <syntaxhighlight lang="lua"> GetPlayerIdFromPawnId(playerEntityId) </syntaxhighli...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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