Class: Australium::MapStart
- 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
-
#crc ⇒ String
CRC of the map.
-
#map_name ⇒ String
The name of the map that was started.
Attributes inherited from Event
Method Summary
Methods inherited from Event
Constructor Details
This class inherits a constructor from Australium::Event
Instance Attribute Details
#crc ⇒ String
Returns CRC of the map.
|
# File 'lib/australium/events/map_start.rb', line 9
|
#map_name ⇒ String
Returns the name of the map that was started.
|
# File 'lib/australium/events/map_start.rb', line 6
|