Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 291 Bytes

File metadata and controls

7 lines (5 loc) · 291 Bytes

Contributing

Coding Conventions

  • Only use unix lineendings
  • Use cba macros like GVAR, QGVAR and FUNC for simplified variable naming
  • Precompile functions using the PREP macro inside the specific XEH_*Init.sqf. Don't compile functions on Init, choose if server or client needs this.