Method: Api::ActionObserverCameraMove#to_h
- Defined in:
- lib/sc2ai/protocol/sc2api_pb.rb
#to_h ⇒ Object
50707 50708 50709 50710 50711 50712 50713 50714 |
# File 'lib/sc2ai/protocol/sc2api_pb.rb', line 50707 def to_h result = {} result[:"world_pos"] = @world_pos.to_h result[:"distance"] = @distance result end |