Class: TF2LineParser::Events::Spawn

Inherits:
RoleChange show all
Defined in:
lib/tf2_line_parser/events/spawn.rb

Instance Attribute Summary

Attributes inherited from Event

#airshot, #cap_name, #cap_number, #customkill, #healing, #item, #length, #message, #method, #player, #role, #score, #target, #team, #time, #type, #ubercharge, #unknown, #value, #weapon

Class Method Summary collapse

Methods inherited from RoleChange

item, regex_action

Methods inherited from PlayerActionEvent

attributes, #initialize, regex

Methods inherited from Event

#parse_time, regex_cap, regex_console, regex_message, regex_player, regex_results, regex_target, regex_time, time_format, types

Constructor Details

This class inherits a constructor from TF2LineParser::Events::PlayerActionEvent

Class Method Details

.action_textObject



7
8
9
# File 'lib/tf2_line_parser/events/spawn.rb', line 7

def self.action_text
  @action_text ||= "spawned as".freeze
end