You are viewing an old version of this page. Return to the latest version.
Version of 21:12, 4 November 2019 by I need to Update My Profile
Difference between revisions of "LUA:Evac"
(Created page with "= LUA Functions:Evac() = function cast(Caster, Target) Evac() end") |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
= LUA Functions:Evac() = | = LUA Functions:Evac() = | ||
| + | |||
| + | {{LUAFunction | ||
| + | |Name = Evac | ||
| + | |Description = Evacs to a safe location | ||
| + | |Example = | ||
| + | <pre> | ||
function cast(Caster, Target) | function cast(Caster, Target) | ||
Evac() | Evac() | ||
end | end | ||
| + | </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