|
Simutrans-Squirrel-API
|
Public Member Functions | |
| string | get_text () |
| void | set_text (string text) |
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 () |
Static Public Member Functions | |
| static string | create (coord pos, player_x pl, string text) |
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 | |
Labels.
Definition at line 222 of file api_map_objects.cc.
| string label_x::get_text | ( | ) |
Get text of marker.
1.8.14