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