mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
430 B
430 B
Function: ProcessSpell(spawn, target, distance)
Description: Send a LUA Brain process spell call for the Spawn against the Target based on the distance provided.
Parameters:
spawn(Spawn) - Spawn object representingspawn.target(Spawn) - Spawn object representingtarget.distance(float) - Float valuedistance.
Returns: True if successful, otherwise false.
Example:
Example Required