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

Method isSequence

Engine/source/ts/loader/appNode.cpp:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92bool AppNode::isSequence()
93{
94 // naming convention should work well enough...
95 // ...but can override this method if one wants more
96 return !dStrnicmp(getName(), "Sequence", 8);
97}
98
99bool AppNode::isRoot()
100{

Callers 1

processNodeMethod · 0.80

Calls 2

dStrnicmpFunction · 0.85
getNameFunction · 0.50

Tested by

no test coverage detected