WildStar:API GameLib GetPlayerUnit: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "{{uiapi}}")
 
(Created page with "{{../uiapi}} Gets the [[../API TYPE unit|unit]] data for the current player. local unitPlayer = GameLib.GetPlayerUnit()")
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()

Revision as of 03:52, 4 July 2020

Template:API GameLib GetPlayerUnit/uiapi Gets the [[../API TYPE unit|unit]] data for the current player.

local unitPlayer = GameLib.GetPlayerUnit()