Struct RefInt
Inherited Members
Namespace: LobsterFramework
Assembly: LobsterFramework.dll
Syntax
[Serializable]
public struct RefInt
Constructors
| Improve this Doc View SourceRefInt(int, bool, VarInt)
Declaration
public RefInt(int value = 0, bool useSharedValue = false, VarInt sharedValue = null)
Parameters
Type | Name | Description |
---|---|---|
int | value | |
bool | useSharedValue | |
VarInt | sharedValue |
Properties
| Improve this Doc View SourceValue
Declaration
public int Value { get; set; }
Property Value
Type | Description |
---|---|
int |