Show / Hide Table of Contents

Class ReloadableAttribute

Marks XML elements/attributes extending the Element class as capable of being reloaded.

Inheritance
Object
Attribute
ReloadableAttribute
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>
Back to top Generated by DocFX