SaveCurrentSet
ModularCharacterManager.SaveCurrentSet
Declaration public WearableSet SaveCurrentSet(string _newSetName);
Parameters
Parameter
Description
string _newSetName
A name for the new set you want to save.
Description Saves the currently equipped set as a Wearable Set.
Returns The new WearableSet containing the currently equipped data.
Last updated