Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ WriteUint16
Function
WriteUint16
Source/Engine/Serialization/WriteStream.h:59–62 ·
view source on GitHub ↗
Writes uint16 to the stream.
Source
from the content-addressed store, hash-verified
57
58
// Writes uint16 to the stream.
59
FORCE_INLINE void WriteUint16(uint16 data)
60
{
61
WriteBytes(&data, sizeof(uint16));
62
}
63
64
// Writes int16 to the stream.
65
FORCE_INLINE void WriteInt16(int16 data)
Callers
1
Write
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected