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

Function torque_evaluate

Engine/source/cinterface/cinterface.cpp:394–397  ·  view source on GitHub ↗

Evaluate arbitrary TorqueScript (ONLY CALL torque_evaluate FROM TRUSTED CODE!!!)

Source from the content-addressed store, hash-verified

392
393 // Evaluate arbitrary TorqueScript (ONLY CALL torque_evaluate FROM TRUSTED CODE!!!)
394 const char* torque_evaluate(const char* code)
395 {
396 return Con::evaluate(code);
397 }
398
399 // resize the Torque 3D child window to the specified width and height
400 void torque_resizewindow(S32 width, S32 height)

Callers

nothing calls this directly

Calls 1

evaluateFunction · 0.85

Tested by

no test coverage detected