399 B
399 B
Function: ProcessMelee(spawn, target, distance)
Description: Send a LUA Brain process melee 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: None.
Example:
Example Required