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

Method getPosition

Engine/source/platformWin32/winVolume.cpp:471–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471U32 Win32File::getPosition()
472{
473 if (mStatus == Open || mStatus == EndOfFile)
474 return ::SetFilePointer((HANDLE)mHandle,0,0,FILE_CURRENT);
475 return 0;
476}
477
478U32 Win32File::setPosition(U32 delta, SeekMode mode)
479{

Callers 2

_updateScreenGeometryMethod · 0.45
parseElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected