Class SaveableField
Marks a field to be saved alongside the class instance. This attribute is intended to work across all custom game elements. (For example, custom NPCs, quests, etc.) DO NOT NAME THE FIELD "QuestData" AS THIS WILL CONFLICT WITH THE API.
[AttributeUsage(AttributeTargets.Field)]
public class SaveableField : Attribute
- Inheritance
-
SaveableField
- Inherited Members
- Extension Methods
Constructors
SaveableField(string)
Base constructor for initializing a SaveableField.
public SaveableField(string saveName)
Parameters
saveNamestring