Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getReturnBuffer
Function
getReturnBuffer
Engine/source/console/compiledEval.cpp:307–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
ReturnBuffer retBuffer;
306
307
char *getReturnBuffer(U32 bufferSize)
308
{
309
return retBuffer.getBuffer(bufferSize);
310
}
311
312
char *getReturnBuffer(const char *stringToCopy)
313
{
Callers
15
VPath.cpp
File · 0.85
ConsoleMethod
Function · 0.85
VController.cpp
File · 0.85
sceneContainer.cpp
File · 0.85
ConsoleGetType
Function · 0.85
arcaneFX.cpp
File · 0.85
VPath.cpp
File · 0.85
VTimeLineControl.cpp
File · 0.85
VController.cpp
File · 0.85
scriptFilename.cpp
File · 0.85
getPrefixedDataField
Method · 0.85
getPrefixedDynamicDataField
Method · 0.85
Calls
7
dStrlen
Function · 0.50
dMemcpy
Function · 0.50
getBuffer
Method · 0.45
size
Method · 0.45
c_str
Method · 0.45
length
Method · 0.45
copy
Method · 0.45
Tested by
no test coverage detected