Skip to content

Commit

Permalink
tabs x2
Browse files Browse the repository at this point in the history
  • Loading branch information
OverYandere committed Jan 8, 2025
1 parent f0181f8 commit ee9c9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Config_Editing_Example_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class 34thPRC_ArmourStandard_Commando_Helmet_Urban : 34thPRC_ArmourStandard_Mari
};
```
### Finishing The Model Swap
```c++
```c++
// The below line is a little weird, essentially we are inheriting from MA_Armor's class ItemInfo which inherits from a built in class in arma. In this case it's HeadgearItem. This is basically a class used to define an item's properties. uniformModel links object to a uniform. For more information see: https://community.bistudio.com/wiki/Arma_3:_Characters_And_Gear_Encoding_Guide
class ItemInfo : ItemInfo
{
Expand Down

0 comments on commit ee9c9da

Please sign in to comment.