[Main page] [Overview]     /struct /movetarget

SYNOPSIS
struct MoveTarget;

FILE
/kernel/types.c

DEFINITION
Target for movement operations
public struct MoveTarget {
mixed obj;
struct Coord coord;
};