mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
341 B
341 B
Function: InFront(spawn, target)
Description:
Return's true if Spawn is in front of target.
Parameters:
spawn(Spawn) - Spawn object representingspawn.target(Spawn) - Spawn object representingtarget.
Returns: Return's true if Spawn is in front of target. Otherwise false.
Example:
Example Required