MLAPI.NetworkVariable.NetworkVariableInt
A NetworkVariable that holds ints and support serialization
#
ImplementsINetworkVariable
#
Inherited MembersNetworkVariable<Int32>.Settings"
NetworkVariable<Int32>.LocalTick"
NetworkVariable<Int32>.RemoteTick"
NetworkVariable<Int32>.OnValueChanged"
NetworkVariable<Int32>.Value"
NetworkVariable<Int32>.SetDirty(Boolean)"
NetworkVariable<Int32>.IsDirty()"
NetworkVariable<Int32>.ResetDirty()"
NetworkVariable<Int32>.CanClientRead(UInt64)"
NetworkVariable<Int32>.WriteDelta(Stream)"
NetworkVariable<Int32>.CanClientWrite(UInt64)"
NetworkVariable<Int32>.ReadDelta(Stream, Boolean, UInt16, UInt16)"
NetworkVariable<Int32>.SetNetworkBehaviour(NetworkBehaviour)"
NetworkVariable<Int32>.ReadField(Stream, UInt16, UInt16)"
NetworkVariable<Int32>.WriteField(Stream)"
NetworkVariable<Int32>.GetChannel()"
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
#
Namespace: System.Dynamic.ExpandoObject#
Assembly: MLAPI.dll#
Syntax#
Constructors#
NetworkVariableInt()#
Declaration#
NetworkVariableInt(NetworkVariableSettings)#
Declaration#
ParametersType | Name | Description |
---|---|---|
NetworkVariableSettings | settings |
#
NetworkVariableInt(NetworkVariableSettings, Int32)#
Declaration#
ParametersType | Name | Description |
---|---|---|
NetworkVariableSettings | settings | |
System.Int32 | value |
#
NetworkVariableInt(Int32)#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.Int32 | value |
#
ImplementsINetworkVariable