Show / Hide Table of Contents

Class SDBool

IBool which represents the value of a PersistentBoolData in SceneData.

Inheritance
object
SDBool
Implements
IWritableBool
IBool
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class SDBool : IWritableBool, IBool

Constructors

View Source

SDBool(string, string)

Declaration
public SDBool(string id, string sceneName)
Parameters
Type Name Description
string id
string sceneName
View Source

SDBool(string, string, bool)

Declaration
public SDBool(string id, string sceneName, bool semiPersistent)
Parameters
Type Name Description
string id
string sceneName
bool semiPersistent

Fields

View Source

id

Declaration
public string id
Field Value
Type Description
string
View Source

sceneName

Declaration
public string sceneName
Field Value
Type Description
string
View Source

semiPersistent

Declaration
public bool semiPersistent
Field Value
Type Description
bool

Properties

View Source

Value

Declaration
public bool Value { get; set; }
Property Value
Type Description
bool

Methods

View Source

Clone()

Declaration
public IBool Clone()
Returns
Type Description
IBool

Implements

IWritableBool
IBool

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX