class Steamcr::MsgGSKick
- Steamcr::MsgGSKick
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #deny_reason : Steamcr::EDenyReason
- #deny_reason=(deny_reason : Steamcr::EDenyReason)
- #deserialize(io : IO::Memory)
- #serialize(io : IO::Memory)
- #steam_id : UInt64
- #steam_id=(steam_id : UInt64)
- #wait_til_map_change : Int32
- #wait_til_map_change=(wait_til_map_change : Int32)
Constructor Detail
def self.new(steam_id : UInt64, deny_reason : EDenyReason, wait_til_map_change : Int32)
#