1
0
EQ2Emu/docs/lua_functions/ProcessMelee.md
2025-05-25 21:42:32 -04:00

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 representing spawn.
  • target (Spawn) - Spawn object representing target.
  • distance (float) - Float value distance.

Returns: None.

Example:

Example Required