I am looking the Styx.Logic.Battlegrounds class and I see AcceptBattleFieldPort(int, bool); That is fine, but how do I know when I have a port? I don't see any events, do I just call AcceptBattleFieldPort over and over?
As i said i dont have an object browser to hand, just try searching for frames under VS's object browser, may come up with something?
All the frames appear to be related to specific types and thus not applicable. QuestFrame, ProfileFrame, ect.
I ended up just checking the QueuedBattlegroundInfo.Status in a loop. When the Dialog becomes available the QueuedBattlegroundInfo.Status == BattlegroundStatus.Confirm.