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

Method describeSelf

Engine/source/gfx/gfxStateBlock.cpp:31–34  ·  view source on GitHub ↗

GFXStateBlock

Source from the content-addressed store, hash-verified

29/// GFXStateBlock
30///
31const String GFXStateBlock::describeSelf() const
32{
33 return String::ToString("hashvalue: 0x%x", getDesc().getHashValue());
34}
35
36///
37/// GFXStateBlockDesc

Callers

nothing calls this directly

Calls 2

initFunction · 0.50
getHashValueMethod · 0.45

Tested by

no test coverage detected