Class ReloadableAttribute
Marks XML elements/attributes extending the Element class as capable of being reloaded.
Namespace: Modding.Serialization
Assembly: Assembly-CSharp.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field)]
public class ReloadableAttribute : Attribute, _Attribute
Constructors
ReloadableAttribute()
Declaration
public ReloadableAttribute()
Fields
CallOnNewBeforeOnReload
Declaration
public Action<IReloadable> CallOnNewBeforeOnReload
Field Value
Type | Description |
---|---|
Action<IReloadable> |