User Tools

Site Tools


a3_documentation:cvwp:naming_convention

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
a3_documentation:cvwp:naming_convention [2025/05/23 21:10] rocka3_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 to a naming standard to make it easier to swap weapons and script systems if needed.+We are going out of our way to ensure that all the weapons, mags and ammo conforms to a naming standard to make it easier to swap weapons and script systems if needed. 
  
 ===== Ammo Classes ===== ===== Ammo Classes =====
  
 +<code c>
 rksla3_ammo_<weaponname> rksla3_ammo_<weaponname>
 +</code>
  
 ===== Mag Classes ===== ===== Mag Classes =====
  
 +<code c>
 rksla3_mag_<weapon name>_<rail type>_<quantity> rksla3_mag_<weapon name>_<rail type>_<quantity>
 +</code>
  
-==== Hardpoints ====+===== Hardpoints =====
  
 +<code c>
 RKSL_<WEAPONNAME>_<RAILTYPE> RKSL_<WEAPONNAME>_<RAILTYPE>
 +</code>
  
 ===== Weapon Classes ===== ===== Weapon Classes =====
  
 +<code c>
 rksla3_wpn_<weaponname> rksla3_wpn_<weaponname>
 +</code>
  
  
a3_documentation/cvwp/naming_convention.1748034616.txt.gz · Last modified: by rock