Difference between revisions of "GetLocalCameraId"

From Nomad DB
(Created page with "Retrieves the ID of the local player's camera entity. == Syntax == <syntaxhighlight lang="lua"> GetLocalCameraId(playerEntityId) </syntaxhighlight> * '''Returns...")
(No difference)

Revision as of 14:33, 18 April 2020

Retrieves the ID of the local player's camera entity.

Syntax

GetLocalCameraId(playerEntityId)

Example

GetLocalCameraId(GetLocalPlayerEntityId())

Related Pages