Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getArgBuffer
Function
getArgBuffer
Engine/source/console/compiledEval.cpp:337–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
char *getArgBuffer(U32 bufferSize)
338
{
339
return STR.getArgBuffer(bufferSize);
340
}
341
342
char *getFloatArg(F64 arg)
343
{
Callers
8
executeScriptEvent
Method · 0.85
executeScriptEvent
Method · 0.85
inflictDamage
Method · 0.85
collisionNotify
Method · 0.85
notify_damage_source
Method · 0.85
apply_damage
Method · 0.85
assignFieldsFrom
Method · 0.85
makeScriptCall
Method · 0.85
Calls
1
getArgBuffer
Method · 0.80
Tested by
no test coverage detected