Class: Australium::MapStart

Inherits:
Event
  • Object
show all
Defined in:
lib/australium/events/map_start.rb

Constant Summary collapse

LOG_REGEX =
/Started map "(?<map_name>.+)" \(CRC "(?<crc>.+)"\)/

Constants inherited from Event

Event::PROPERTY_REGEX, Event::TIMESTAMP_REGEX

Instance Attribute Summary collapse

Attributes inherited from Event

#raw

Method Summary

Methods inherited from Event

inherited, #initialize, #to_s

Constructor Details

This class inherits a constructor from Australium::Event

Instance Attribute Details

#crcString

Returns CRC of the map.

Returns:

  • (String)

    CRC of the map.



# File 'lib/australium/events/map_start.rb', line 9

#map_nameString

Returns the name of the map that was started.

Returns:

  • (String)

    the name of the map that was started.



# File 'lib/australium/events/map_start.rb', line 6