Class SetPDBoolOnGiveTag
Tag which adds setting a PlayerData bool as a side effect to an item.
Be warned that this effect is tied to the tag's parent, regardless of how it is modified during Give.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
public class SetPDBoolOnGiveTag : Tag
Fields
| Improve this Doc View SourcefieldName
Declaration
public string fieldName
Field Value
Type | Description |
---|---|
System.String |
setValue
Declaration
public bool setValue
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceLoad(Object)
Declaration
public override void Load(object parent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent |
Overrides
| Improve this Doc View SourceOnGive(ReadOnlyGiveEventArgs)
Declaration
public void OnGive(ReadOnlyGiveEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
ReadOnlyGiveEventArgs | args |
Unload(Object)
Declaration
public override void Unload(object parent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent |