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

GetHighlightCommand #65

Merged
merged 10 commits into from Jan 30, 2024
Merged

GetHighlightCommand #65

merged 10 commits into from Jan 30, 2024

Conversation

RutreD
Copy link

@RutreD RutreD commented Jan 26, 2024

Resolves #51
UI_Lua ForkThread(function() while true do local a = GetHighlightCommand() if a then WARN(repr(a)) end WaitSeconds(1) end end)

@RutreD RutreD marked this pull request as ready for review January 27, 2024 23:59
Comment on lines 1484 to 1489
uint8_t pad2[0x34];
int commandType; // at 0x58 // see EUnitCommandType; sub_552170
uint8_t pad3[0x4];
int targetId; // at 0x60 // valid if != 0xF0000000
Vector3f pos; // at 0x64
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you elaborate?

@KionX KionX marked this pull request as draft January 30, 2024 19:34
@KionX KionX marked this pull request as ready for review January 30, 2024 21:52
@KionX KionX merged commit b26739d into FAForever:master Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Retrieve command info of the command the mouse is hovering over
3 participants