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

Method createSubstring8

Engine/source/core/stringBuffer.cpp:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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