ForceUserOutOfCamera

From Nomad DB

Forces a player to exit any currently connected camera entity.

Syntax

ForceUserOutOfCamera(userEntityId)
  • userEntityId (string): Entity ID of the camera user

Example

Forces the local player out of any currently used camera.

ForceUserOutOfCamera(GetLocalPlayerEntityId())

Related Pages