LoadoutSetWrapper
Last edited bySimple_AOB10/16/2025
_NODISCARD bool IsNull() const
operator bool() const
void CopyFrom(const LoadoutSetWrapper &other)
| Parameter | Type | Description |
|---|---|---|
| other | LoadoutSetWrapper | --- |
_NODISCARD std::string GetName() const
void Rename(const std::string &new_name)
| Parameter | Type | Description |
|---|---|---|
| new_name | const std::string & | --- |
void EquipProduct(const ProductInstanceID &instance_id, int slot_id, int team)
| Parameter | Type | Description |
|---|---|---|
| instance_id | ProductInstanceID | --- |
| slot_id | int | --- |
| team | int | --- |