-
Notifications
You must be signed in to change notification settings - Fork 20
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
Radio - Add Radio broadcast sounds #148
base: experimental
Are you sure you want to change the base?
Conversation
|
I changed the prefix and updated for experimental WB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably think about how to handle higher channels like 3 and 4, as these are also common when you have the long range radio backpack equipped.
enum ACE_ERadioBeep | ||
{ | ||
OFF = 1 << 0, | ||
NORMAL = 1 << 1, | ||
LOW = 1 << 2, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enum ACE_ERadioBeep | |
{ | |
OFF = 1 << 0, | |
NORMAL = 1 << 1, | |
LOW = 1 << 2, | |
} | |
[EnumBitFlag()] | |
enum ACE_ERadioBeep | |
{ | |
OFF, | |
NORMAL, | |
LOW, | |
} |
When merged this pull request will:
Converted from ArmaForces/Mods_AR#3 to ACE:
2024-12-23_00-58-13_-_Trim.mp4