Skip to content

Contribution

Hypoxic edited this page Jan 5, 2025 · 6 revisions

Want To Contribute?

File Formatting:

General

  • Indentation: 4 Spaces
  • Style: K&R Style
  • End of Files: Leave one empty line at the end of files.
  • Macros: Use CBA Macros.
  • Event System:
    • Use the CBA event system with CBA preInit for issuing local/server/global commands.
    • Do not use remoteExec.
  • Scheduler Environment:

File Naming Conventions

cpp | hpp | inc | arma header

  • Naming Style:
    • PascalCase + snake_case
    • Example: MyClassNameHere_01

SQF

  • Naming Style:
    • camelCase + snake_case
    • Example: myVariableNameHere_01

Clone this wiki locally