Difference between revisions of "LUA:ToggleTracking"
(Created page with "= LUA Functions: ToggleTracking() = Toggles the tracking window for the given player ==== Syntax ==== ToggleTracking(param1) ==== Parameters ==== ; Required - ''param1'' (Spa...") |
(No difference)
|
Latest revision as of 22:44, 19 August 2013
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