Difference between revisions of "LUA:Evac"

(LUA Functions:Evac())
 
Line 1: Line 1:
 
= LUA Functions:Evac() =
 
= LUA Functions:Evac() =
 +
 +
 +
{{LUAFunction
 +
|Name = Evac
 +
|Description = Evacs to a safe location
 +
|Example =
 
<pre>
 
<pre>
 
function cast(Caster, Target)
 
function cast(Caster, Target)
Line 5: Line 11:
 
end
 
end
 
</pre>
 
</pre>
 +
|ExampleDesc = Cast evac
 +
}}

Latest revision as of 11:30, 19 June 2022

LUA Functions:Evac()

LUA:AllFunctions - Evac

Return to: LUA:AllFunctions | Tutorials | Portal | Forum | Project Manager | Bug Tracker


Evacs to a safe location

Syntax

Evac()

Parameters

Example

function cast(Caster, Target)
    Evac()
end

Cast evac