Skip to main content

transform_global_string

Function transform_global_string 

Source
pub fn transform_global_string(
    dbc: &DbcData,
    string_id: i32,
) -> Result<GlobalStringFlat, TransformError>
Expand description

Transform a single GlobalStrings row into a flat localized string record.

ยงErrors

Returns TransformError when string_id is absent from the DBC data.