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

Function ConsoleType

Engine/source/console/consoleTypes.cpp:37–43  ·  view source on GitHub ↗

----------------------------------------------------------------------------- TypeString -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

35// TypeString
36//-----------------------------------------------------------------------------
37ConsoleType( string, TypeString, const char*, "" )
38ImplementConsoleTypeCasters( TypeString, const char* );
39
40ConsoleGetType( TypeString )
41{
42 return *((const char **)(dptr));
43}
44
45ConsoleSetType( TypeString )
46{

Callers 1

consoleTypes.cppFile · 0.70

Calls 6

printfFunction · 0.85
getReturnBufferFunction · 0.85
dSprintfFunction · 0.85
findObjectFunction · 0.70
insertMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected