MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / valid

Method valid

Source/Objects/itemobjectscriptreader.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59bool ItemObjectScriptReader::valid() const {
60 return obj != NULL;
61}
62
63ItemObjectScriptReader::ItemObjectScriptReader() : obj(NULL),
64 constraint(NULL),

Callers 15

DrawItemMethod · 0.45
SetFromDescMethod · 0.45
DrawRiggedObjectMethod · 0.45
LoadAttachPoseFunction · 0.45
AddWaterCubeMethod · 0.45
AttachItemToSlotMethod · 0.45
DrawMethod · 0.45
DrawTerrainMethod · 0.45
DrawMethod · 0.45
GetDescMethod · 0.45
SetFromDescMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected