enum

Steamcr::EWorkshopFileAction

Inherits Enum < Comparable < Value < Object

Constants

PLAYED = 0
COMPLETED = 1

Class methods

from_io(io, format)
Source

Instance methods

completed?

Returns true if this enum value equals COMPLETED

Source
played?

Returns true if this enum value equals PLAYED

Source
to_io(io, format)
Source