For the complete documentation index, see llms.txt. This page is also available as Markdown.

Accessing the player instance

In order to access the local player instance, we use the .Get() method from the Player class which returns the instance of the local player.

Player player = Player.Get();

Last updated