MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getPosition

Method getPosition

Engine/source/core/resizeStream.cpp:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91U32 ResizeFilterStream::getPosition() const
92{
93 AssertFatal(m_pStream != NULL, "Error, stream not attached");
94 if (m_pStream == NULL)
95 return 0;
96
97 return m_currOffset;
98}
99
100bool ResizeFilterStream::setPosition(const U32 in_newPosition)
101{

Callers 1

_readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected