WildStar:API GameLib GetPlayerUnit: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Bear moved page WildStar://API GameLib GetPlayerUnit to WildStar:API GameLib GetPlayerUnit without leaving a redirect)
No edit summary
 
Line 1: Line 1:
{{--|uiapi}}
{{\|uiapi}}
Gets the [[../API TYPE unit|unit]] data for the current player.
Gets the [[\API TYPE unit|unit]] data for the current player.
  local unitPlayer = GameLib.GetPlayerUnit()
  local unitPlayer = GameLib.GetPlayerUnit()

Latest revision as of 07:30, 9 August 2023

UI API < GameLib.GetPlayerUnit

Gets the unit data for the current player.

local unitPlayer = GameLib.GetPlayerUnit()