This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| a3_documentation:cvwp:naming_convention [2025/05/20 17:46] – created rock | a3_documentation:cvwp:naming_convention [2025/11/07 23:00] (current) – [Naming Conventions] rock | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Naming Conventions ====== | ====== Naming Conventions ====== | ||
| - | We are going out of our way to ensure that all the weapons, mags and ammo confirms | + | |
| + | We are going out of our way to ensure that all the weapons, mags and ammo conforms | ||
| ===== Ammo Classes ===== | ===== Ammo Classes ===== | ||
| + | <code c> | ||
| rksla3_ammo_< | rksla3_ammo_< | ||
| + | </ | ||
| + | ===== Mag Classes ===== | ||
| - | ===== Mag Classes ===== | + | <code c> |
| + | rksla3_mag_< | ||
| + | </ | ||
| - | rksla3_mag_< | + | ===== Hardpoints ===== |
| - | + | ||
| - | ===== Hardpoints ===== | + | |
| + | <code c> | ||
| RKSL_< | RKSL_< | ||
| + | </ | ||
| - | ===== Weapon Classes ===== | + | ===== Weapon Classes ===== |
| + | <code c> | ||
| rksla3_wpn_< | rksla3_wpn_< | ||
| + | </ | ||
| + | |||
| + | |||