Method WritePackedUInt
WritePackedUInt(uint, NetworkCompressionModel)
Writes a 4-byte unsigned integer value to the data stream using a NetworkCompressionModel.
Declaration
public bool WritePackedUInt(uint value, NetworkCompressionModel model)
Parameters
Type | Name | Description |
---|---|---|
uint | value | The 4-byte unsigned integer to write. |
NetworkCompressionModel | model | NetworkCompressionModel model for writing value in a packed manner. |
Returns
Type | Description |
---|---|
bool | Whether the write was successful |