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

Method createSubstring8

Engine/source/core/stringBuffer.cpp:318–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318UTF8* StringBuffer::createSubstring8(const U32 start, const U32 len) const
319{
320 incRequestCount8();
321
322 StringBuffer sub = this->substring(start, len);
323 return sub.createCopy8();
324}
325
326void StringBuffer::cut(const U32 start, const U32 len)
327{

Callers 3

onCopyMethod · 0.80
onMouseUpMethod · 0.80
copyToClipboardMethod · 0.80

Calls 2

substringMethod · 0.95
createCopy8Method · 0.80

Tested by

no test coverage detected