Initializes a new instance of the
RefBool class
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic RefBool(
bool value = false
)
Public Sub New (
Optional value As Boolean = false
)
public:
RefBool(
bool value = false
)
Parameters
- value (Optional)
- Type: SystemBoolean
[Missing <param name="value"/> documentation for "M:Planetbase.RefBool.#ctor(System.Boolean)"]
See Also