Skip to content

add_fort_modifier

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

add_fort_modifier

API function add_fort_modifier
Class Name: POGOProtos.Networking.Requests.Messages_pb2.AddFortModifierMessage
File name: POGOProtos/Networking/Requests/Messages/AddFortModifierMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
modifier_type POGOProtos.Inventory.Item.ItemId POGOProtos.Inventory.Item.ItemId optional
fort_id string str/unicode optional
player_latitude double float optional
player_longitude double float optional

Usage Example

    api.add_fort_modifier(
        modifier_type = <your_input>,
        fort_id = <your_input>,
        player_latitude = <your_input>,
        player_longitude = <your_input>)
Clone this wiki locally