Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

add_fort_modifier

NoOne-dev edited this page Aug 28, 2016 · 2 revisions

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