Skip to content

Advanced Throwing - Add gunner as a parameter in Throw Fired XEH#10997

Merged
PabstMirror merged 2 commits intoacemod:masterfrom
PlayerBotPro:throwFiredXEH
Jul 6, 2025
Merged

Advanced Throwing - Add gunner as a parameter in Throw Fired XEH#10997
PabstMirror merged 2 commits intoacemod:masterfrom
PlayerBotPro:throwFiredXEH

Conversation

@PlayerBotPro
Copy link
Copy Markdown
Contributor

When merged this pull request will:

  • Add gunner as a parameter in Throw Fired XEH
  • Each change in a separate line

Explain:
According to the BI wiki, gunner is available as a parameter in Fired EH since 1.66.
This PR simply use _unit in FUNC(prime) as gunner, and the _unit is from:

[ACE_player, true] call FUNC(prime);

[_unit] call FUNC(prime);

So it should matches the BI wiki parameter explain "gunner whose weapons are firing"

IMPORTANT

  • If the contribution affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.

@PabstMirror PabstMirror added this to the 3.20.0 milestone Jul 5, 2025
@PabstMirror PabstMirror added the kind/change Release Notes: **CHANGED:** label Jul 5, 2025
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
@PabstMirror PabstMirror merged commit 04a5a7f into acemod:master Jul 6, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/change Release Notes: **CHANGED:**

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants