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

Method getPosition

Engine/source/platformWin32/winVolume.cpp:462–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462U32 Win32File::getPosition()
463{
464 if (mStatus == Open || mStatus == EndOfFile)
465 return ::SetFilePointer((HANDLE)mHandle,0,0,FILE_CURRENT);
466 return 0;
467}
468
469U32 Win32File::setPosition(U32 delta, SeekMode mode)
470{

Callers 3

showPopupMethod · 0.45
_updateScreenGeometryMethod · 0.45
parseElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected