enum

Steamcr::EAppUsageEvent

Inherits Enum < Comparable < Value < Object

Constants

GAME_LAUNCH = 1
GAME_LAUNCH_TRIAL = 2
MEDIA = 3
PRELOAD_START = 4
PRELOAD_FINISH = 5
MARKETING_MESSAGE_VIEW = 6
IN_GAME_AD_VIEWED = 7
GAME_LAUNCH_FREE_WEEKEND = 8

Class methods

from_io(io, format)
Source

Instance methods

game_launch?

Returns true if this enum value equals GAME_LAUNCH

Source
game_launch_free_weekend?

Returns true if this enum value equals GAME_LAUNCH_FREE_WEEKEND

Source
game_launch_trial?

Returns true if this enum value equals GAME_LAUNCH_TRIAL

Source
in_game_ad_viewed?

Returns true if this enum value equals IN_GAME_AD_VIEWED

Source
marketing_message_view?

Returns true if this enum value equals MARKETING_MESSAGE_VIEW

Source
media?

Returns true if this enum value equals MEDIA

Source
preload_finish?

Returns true if this enum value equals PRELOAD_FINISH

Source
preload_start?

Returns true if this enum value equals PRELOAD_START

Source
to_io(io, format)
Source