Skip to main content

get_schema_for_game

Function get_schema_for_game 

Source
pub fn get_schema_for_game(appid: i64) -> Result<GameSchema, String>
Expand description

Retrieves the stat and achievement schema (names, display names, descriptions) for a given app.

ยงExamples

let boxed_schema = steam_webapi_rust_sdk::get_schema_for_game(440);
assert!(boxed_schema.is_ok());