[Main page] [Overview]     /struct /location

SYNOPSIS
struct Location;

FILE
/kernel/types.c

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