Struct steamworks::Utils[][src]

pub struct Utils<Manager> { /* fields omitted */ }
Expand description

Access to the steam utils interface

Implementations

Returns the app ID of the current process

Returns the language the steam client is currently running in.

Generally you want Apps::current_game_language instead of this

Sets the position on the screen where popups from the steam overlay should appear and display themselves in.

Sets the Steam warning callback, which is called to emit warning messages.

The passed-in function takes two arguments: a severity level (0 = info, 1 = warning) and the message itself.

See Steamwork’s debugging page for more info.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.