Method: Api::ActionMultiPanel#as_json
- Defined in:
- lib/sc2ai/protocol/ui_pb.rb
#as_json(options = {}) ⇒ Object
12570 12571 12572 12573 12574 12575 12576 12577 |
# File 'lib/sc2ai/protocol/ui_pb.rb', line 12570 def as_json( = {}) result = {} result["type"] = @type if ![:compact] || has_type? result["unitIndex"] = @unit_index if ![:compact] || has_unit_index? result end |