mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
501 B
501 B
Function: SpawnMove(spawn, player, max_distance, type)
Description: Allows a player to move a Spawn/Object, also restricting the max_distance of movement. Type represents either "floor" (default), "wall" or "ceiling"
Parameters:
spawn(Spawn) - Spawn object representingspawn.player(Spawn) - Spawn object representingplayer.max_distance(int32) - Distancemax_distance.type(string) - String valuetype.
Returns: None.
Example:
Example Required