NeoAxis Documentation
NeoAxis Documentation
API Reference
Internal.Lidgren.Network
NetBuffer Class
NetBuffer Methods
WriteAt Method
WriteAt Method (Int32, Byte)
WriteAt Method (Int32, Int16)
WriteAt Method (Int32, Int32)
WriteAt Method (Int32, UInt16)
WriteAt Method (Int32, UInt32)
WriteAt Method (Int32, UInt64)
NetBuffer
WriteAt Method (Int32, UInt16)
Writes a 16 bit unsigned integer at a given offset in the buffer
Namespace:
Internal.Lidgren.Network
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
Copy
public
void
WriteAt
(
int
offset
,
ushort
source
)
Parameters
offset
Type:
System
Int32
source
Type:
System
UInt16
See Also
Reference
NetBuffer Class
WriteAt Overload
Internal.Lidgren.Network Namespace
Copyright 2024 NeoAxis Group. All rights reserved.