Simutrans-Squirrel-API
|
Public Member Functions | |
bool | is_choose_sign () |
bool | is_end_choose_signal () |
bool | is_longblock_signal () |
bool | is_one_way () |
bool | is_pre_signal () |
bool | is_priority_signal () |
bool | is_private_way () |
bool | is_signal () |
bool | is_traffic_light () |
Public Member Functions inherited from obj_desc_transport_x | |
integer | get_cost () |
integer | get_maintenance () |
integer | get_topspeed () |
way_types | get_waytype () |
Public Member Functions inherited from obj_desc_time_x | |
time_x | get_intro_date () |
time_x | get_retire_date () |
bool | is_available (time_x time) |
bool | is_future (time_x time) |
bool | is_retired (time_x time) |
Public Member Functions inherited from obj_desc_x | |
string | get_name () |
bool | is_equal (obj_desc_x other) |
bool | is_valid () |
Static Public Member Functions | |
static array< sign_desc_x > | get_available_signs (way_types wt) |
Descriptor of roadsigns and signals.
Definition at line 432 of file api_obj_desc.cc.
|
static |
Returns a list with available sign types.
wt | waytype |
bool sign_desc_x::is_choose_sign | ( | ) |
bool sign_desc_x::is_end_choose_signal | ( | ) |
bool sign_desc_x::is_longblock_signal | ( | ) |
bool sign_desc_x::is_one_way | ( | ) |
bool sign_desc_x::is_pre_signal | ( | ) |
bool sign_desc_x::is_priority_signal | ( | ) |
bool sign_desc_x::is_private_way | ( | ) |
bool sign_desc_x::is_signal | ( | ) |
bool sign_desc_x::is_traffic_light | ( | ) |