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