Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getPosition
Method
getPosition
Engine/source/core/memVolume.cpp:372–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
U32 MemFile::getPosition()
373
{
374
if (mStatus == Open || mStatus == EndOfFile)
375
return mCurrentPos;
376
return 0;
377
}
378
379
U32 MemFile::setPosition(U32 delta, SeekMode mode)
380
{
Callers
1
writeObject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected