Method: Argus::Controller#enable_detection

Defined in:
lib/argus/controller.rb

#enable_detection(colors, type = 10, select = 32) ⇒ Object



101
102
103
104
105
106
# File 'lib/argus/controller.rb', line 101

def enable_detection(colors, type=10, select=32)
  config("detect:enemy_colors",colors.to_s)
  config("detect:detect_type", type.to_s)
  config("detect:detections_select_h", select.to_s)
  self
end