Struct bevy_steamworks::Apps[][src]

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

Access to the steam apps interface

Implementations

Returns whether the user currently has the app with the given ID currently installed.

This does not mean the user owns the game.

Returns whether the user owns the specific dlc and has it installed.

Returns whether the user is subscribed to the app with the given ID.

This should only be used to check ownership of a game related to yours (e.g. demo).

Returns whether the user is subscribed via a free weekend

Returns whether the user has a VAC ban on their account.

Returns whether the license for the current app ID is for cyber cafes.

Returns whether the license for the current app ID provides low violence depots.

Returns whether the user is subscribed to the current app ID

Returns the build id of this app.

Returns the installation folder of the app with the given ID.

This works even if the app isn’t installed, returning where it would be installed in the default location.

Returns the steam id of the original owner of the app.

Differs from the current user if the app is borrowed.

Returns a list of languages that the current app supports.

Returns the language the user has set for the current game.

If the language hasn’t been set this returns the language used for the steam UI.

Returns the current beta name if any.

If the user isn’t playing on a beta branch then this returns None

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

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can then be further downcast into Box<ConcreteType> where ConcreteType implements Trait. Read more

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be further downcast into Rc<ConcreteType> where ConcreteType implements Trait. Read more

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &Any’s vtable from &Trait’s. Read more

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &mut Any’s vtable from &mut Trait’s. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

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.