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

Method getChar

engine/source/string/stringBuffer.cc:361–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361const UTF16 StringBuffer::getChar(const U32 offset) const
362{
363 incRequestCount16();
364
365 // Allow them to grab the null terminator if they want.
366 AssertFatal(offset < (U32)mBuffer.size(), "StringBuffer::getChar - outside of range.");
367
368 return mBuffer[offset];
369}
370
371//-------------------------------------------------------------------------
372

Callers 9

sceneRenderMethod · 0.80
CalculateSpatialsMethod · 0.80
setCursorPosMethod · 0.80
guiTextEditCtrl.ccFile · 0.80
drawTextMethod · 0.80
splitAtomListEmitMethod · 0.80
reflowMethod · 0.80
truncateMethod · 0.80
textBufferWidthMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected