Beta Documentation - Subject to change.

A class that represents the local player.

Remarks

This class represents the Local Player in the world. The local player is the player logged into the world on the client which a script using this class is running.A Local Player has access to information beyond just a player, providing the ability to access the player's backpack.

Inheritance Hierarchy

Turbine.Object
  Turbine.Gameplay.EntityReference
    Turbine.Gameplay.Entity
      Turbine.Gameplay.Actor
        Turbine.Gameplay.Player
          Turbine.Gameplay.LocalPlayer

See Also