No categories assigned

LUA:ToggleTracking

Revision as of 22:44, 19 August 2013 by Jabantiz (talk | contribs) (Created page with "= LUA Functions: ToggleTracking() = Toggles the tracking window for the given player ==== Syntax ==== ToggleTracking(param1) ==== Parameters ==== ; Required - ''param1'' (Spa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LUA Functions: ToggleTracking()

Toggles the tracking window for the given player


Syntax

ToggleTracking(param1)


Parameters

Required - param1 (Spawn)
param1 is the player to toggle the tracking window for


Usage

function cast(Caster, Target)
    ToggleTracking(Caster)
end

This will cause the tracking window to open up for the player that casts the spell