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

Method getChar

Engine/source/core/stringBuffer.cpp:346–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346const UTF16 StringBuffer::getChar(const U32 offset) const
347{
348 incRequestCount16();
349
350 // Allow them to grab the null terminator if they want.
351 AssertFatal(offset<mBuffer.size(), "StringBuffer::getChar - outside of range.");
352
353 return mBuffer[offset];
354}
355
356//-------------------------------------------------------------------------
357

Callers 5

calculateCursorPosMethod · 0.80
drawTextMethod · 0.80
handleCharInputMethod · 0.80
splitAtomListEmitMethod · 0.80
reflowMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected