Class SetPDBoolOnLoadTag
Tag which sets a PlayerData bool when loaded.
Inheritance
SetPDBoolOnLoadTag
Assembly: ItemChanger.dll
public class SetPDBoolOnLoadTag : Tag
Constructors
View Source
Declaration
public SetPDBoolOnLoadTag()
Fields
View Source
Declaration
Field Value
View Source
Declaration
Field Value
Methods
View Source
Virtual method called on tags when their parent loads. The base method checks and throws an exception if the tag is already loaded.
This should not be called directly. Instead, use "LoadOnce" to load and set the Loaded property.
Declaration
public override void Load(object parent)
Parameters
| Type |
Name |
Description |
| object |
parent |
|
Overrides
Exceptions
Extension Methods