Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing of the whole neocom bar and implementation of opening inventory #83

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2023

  1. Updated ParseUserInterface and added a new function to bot.elm

    Updated the paruserinterface.elm file to reflect the newest Neocom structure and to grab the inventoryButton
    Also added the function findInventoryButtonInNeocom that returns the inventoryButton UIElement
    Arma2braw committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8813dca View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Implemented findInventoryButtonInNeocom

    Implemented automatic handeling in the instance where the inventory window is not visible for the bot.
    It will now use the neocom bar to open the inventory window itself
    Arma2braw committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8883583 View commit details
    Browse the repository at this point in the history
  2. Parsing of whole Neocom

    Added parsing for all the neocom buttons
    Arma2braw committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    119b6c0 View commit details
    Browse the repository at this point in the history