Skip to content

catch_pokemon

Tjado Maecke edited this page Jul 28, 2016 · 1 revision

catch_pokemon

API function catch_pokemon
Class Name: POGOProtos.Networking.Requests.Messages_pb2.CatchPokemonMessage
File name: POGOProtos/Networking/Requests/Messages/CatchPokemonMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
encounter_id fixed64 int/long optional
pokeball POGOProtos.Inventory.Item.ItemId POGOProtos.Inventory.Item.ItemId optional
normalized_reticle_size double float optional
spawn_point_id string str/unicode optional
hit_pokemon bool boolean optional
spin_modifier double float optional
normalized_hit_position double float optional

Usage Example

    api.catch_pokemon(
        encounter_id = <your_input>,
        pokeball = <your_input>,
        normalized_reticle_size = <your_input>,
        spawn_point_id = <your_input>,
        hit_pokemon = <your_input>,
        spin_modifier = <your_input>,
        normalized_hit_position = <your_input>)
Clone this wiki locally