Home
last modified time | relevance | path

Searched refs:ERR_CAT_BIT_SIZE (Results 1 – 13 of 13) sorted by relevance

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_error.hpp82 ERR_CAT_BIT_SIZE = 8, enumerator
90 ERR_NONE = ERR_CAT_NONE << ERR_CAT_BIT_SIZE, // []
105 ERR_GENERAL_BASE = ERR_CAT_GENERAL << ERR_CAT_BIT_SIZE,
H A Dscript_tunnel.hpp27 ERR_TUNNEL_BASE = ScriptError::ERR_CAT_TUNNEL << ScriptError::ERR_CAT_BIT_SIZE,
H A Dscript_waypoint.hpp28 ERR_WAYPOINT_BASE = ScriptError::ERR_CAT_WAYPOINT << ScriptError::ERR_CAT_BIT_SIZE,
H A Dscript_sign.hpp28 ERR_SIGN_BASE = ScriptError::ERR_CAT_SIGN << ScriptError::ERR_CAT_BIT_SIZE,
H A Dscript_bridge.hpp26 ERR_BRIDGE_BASE = ScriptError::ERR_CAT_BRIDGE << ScriptError::ERR_CAT_BIT_SIZE,
H A Dscript_marine.hpp26 ERR_MARINE_BASE = ScriptError::ERR_CAT_MARINE << ScriptError::ERR_CAT_BIT_SIZE,
H A Dscript_error.cpp70 return (ScriptError::ErrorCategories)(GetLastError() >> (uint)ERR_CAT_BIT_SIZE); in GetErrorCategory()
H A Dscript_station.hpp28 ERR_STATION_BASE = ScriptError::ERR_CAT_STATION << ScriptError::ERR_CAT_BIT_SIZE,
H A Dscript_road.hpp27 ERR_ROAD_BASE = ScriptError::ERR_CAT_ROAD << ScriptError::ERR_CAT_BIT_SIZE,
H A Dscript_rail.hpp28 ERR_RAIL_BASE = ScriptError::ERR_CAT_RAIL << ScriptError::ERR_CAT_BIT_SIZE,
H A Dscript_tile.hpp30 ERR_TILE_BASE = ScriptError::ERR_CAT_TILE << ScriptError::ERR_CAT_BIT_SIZE,
H A Dscript_vehicle.hpp26 ERR_VEHICLE_BASE = ScriptError::ERR_CAT_VEHICLE << ScriptError::ERR_CAT_BIT_SIZE,
H A Dscript_order.hpp27 ERR_ORDER_BASE = ScriptError::ERR_CAT_ORDER << ScriptError::ERR_CAT_BIT_SIZE,