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

Method getPreferredType

Engine/source/console/astNodes.cpp:449–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449TypeReq ConditionalExprNode::getPreferredType()
450{
451 return trueExpr->getPreferredType();
452}
453
454//------------------------------------------------------------
455

Callers 3

compileStmtMethod · 0.80
compileMethod · 0.80
compileSubObjectMethod · 0.80

Calls 1

getAssignOpTypeOpFunction · 0.85

Tested by

no test coverage detected