Skip to content

Updated ControllerAction enum#316

Open
abumsd7 wants to merge 2 commits into
DK22Pac:masterfrom
abumsd7:e_ControllerAction
Open

Updated ControllerAction enum#316
abumsd7 wants to merge 2 commits into
DK22Pac:masterfrom
abumsd7:e_ControllerAction

Conversation

@abumsd7
Copy link
Copy Markdown
Contributor

@abumsd7 abumsd7 commented Jun 2, 2026

In-game says 14 and 15 are PED_DUCK and PED_ANSWER_PHONE and it ends at SWITCH_DEBUG_CAM_ON (40). However the enum here removes 14 and 15 for some reason and adds last 2 actions. This was disrupting one of my mods in runtime when the actionNames are matched with actions.

image

In-game says 14 and 15 are PED_DUCK and PED_ANSWER_PHONE and it ends at SWITCH_DEBUG_CAM_ON (40). However the enum here removes 14 and 15 for some reason and adds last 2 actions. This was disrupting one of my mods in runtime when the actionNames are matched with actions.
@abumsd7 abumsd7 marked this pull request as draft June 3, 2026 08:26
Looks the enum had 3 entries missed. This caused a offset issue where the array was pointing to a wrong location. Which were causing issues when I tried to assign action names to actions.
@abumsd7 abumsd7 marked this pull request as ready for review June 6, 2026 10:13
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.

1 participant