MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / _NodeCompare

Method _NodeCompare

Engine/source/util/settings.cpp:655–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655S32 QSORT_CALLBACK SettingSaveNode::_NodeCompare(SettingSaveNode* const* a, SettingSaveNode* const* b)
656{
657 S32 result = dStrnatcasecmp((*a)->mName.c_str(), (*b)->mName.c_str());
658 return result;
659}
660
661DefineEngineMethod(Settings, setValue, void, (const char * settingName, const char * value), (""), "settingObj.setValue(settingName, value);")
662{

Callers

nothing calls this directly

Calls 2

dStrnatcasecmpFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected