Struct ConstantBool
Assembly: solution.dll
Syntax
[Serializable]
[NodeDescription("The **Boolean** constant node, returns the user defined boolean value that can't be changed when executed. If checked the returned value is true, if not checked the returned value is false.\n\nNote: Constant nodes aren't variables and may not be modified. But you can convert any constant to a variable by right clicking on it and selecting. Constant_Convert. ")]
public struct ConstantBool : IConstantNode<bool>, IConstantNode, IDataNode, INode
Fields
Methods
Extension Methods