Class: Australium::MapLoad

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

Constant Summary collapse

LOG_REGEX =
/Loading map "(?<map_name>.+)"/

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

#map_nameString

Returns the name of the loaded map.

Returns:

  • (String)

    the name of the loaded map.



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