Simutrans-Squirrel-API
|
Public Member Functions | |
factory_x | get_factory () |
bool | is_deletable () |
Public Member Functions inherited from map_object_x | |
string | get_name () |
player_x | get_owner () |
coord3d | get_pos () |
map_objects | get_type () |
way_types | get_waytype () |
bool | is_marked () |
string | is_removable (player_x) |
bool | is_valid () |
map_object_x (integer x, integer y, integer z, map_objects type) | |
void | mark () |
void | unmark () |
Public Member Functions inherited from coord3d | |
string | _tostring () |
coord (int x, int y, int z) | |
string | href (string text) |
coord3d | operator* (integer fac) |
coord3d | operator+ (coord3d other) |
coord3d | operator+ (coord3d other) |
coord3d | operator- (coord other) |
coord3d | operator- (coord other) |
coord3d | operator- () |
coord3d | operator/ (integer fac) |
Public Member Functions inherited from coord | |
string | _tostring () |
coord (int x, int y) | |
string | href (string text) |
coord | operator* (integer fac) |
coord | operator+ (coord other) |
coord | operator- (coord other) |
coord | operator- () |
coord | operator/ (integer fac) |
dir | to_dir () |
Additional Inherited Members | |
Public Attributes inherited from coord3d | |
integer | x |
x-coordinate | |
integer | y |
y-coordinate | |
integer | z |
z-coordinate - height | |
Public Attributes inherited from coord | |
integer | x |
x-coordinate | |
integer | y |
y-coordinate | |
Fields
Definition at line 286 of file api_map_objects.cc.
factory_x field_x::get_factory | ( | ) |
bool field_x::is_deletable | ( | ) |
Fields can only be deleted if enough are present.