Class SDBool
IBool which represents the value of a PersistentBoolData in SceneData.
Inheritance
System.Object
SDBool
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
Assembly: ItemChanger.dll
Syntax
public class SDBool : IWritableBool, IBool
Constructors
| Improve this Doc View SourceSDBool(String, String)
Declaration
public SDBool(string id, string sceneName)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
System.String | sceneName |
SDBool(String, String, Boolean)
Declaration
public SDBool(string id, string sceneName, bool semiPersistent)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
System.String | sceneName | |
System.Boolean | semiPersistent |
Fields
| Improve this Doc View Sourceid
Declaration
public string id
Field Value
Type | Description |
---|---|
System.String |
sceneName
Declaration
public string sceneName
Field Value
Type | Description |
---|---|
System.String |
semiPersistent
Declaration
public bool semiPersistent
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
| Improve this Doc View SourceValue
Declaration
public bool Value { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceClone()
Declaration
public IBool Clone()
Returns
Type | Description |
---|---|
IBool |