MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsSubClassOf

Method IsSubClassOf

Source/Engine/Level/Actor.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180bool Actor::IsSubClassOf(const Actor* object, const MClass* klass)
181{
182 return object->GetClass()->IsSubClassOf(klass);
183}
184
185bool Actor::IsSubClassOf(const Script* object, const MClass* klass)
186{

Callers 14

IsAssignableFromFunction · 0.45
ProcessGroupToolsMethod · 0.45
ProcessGroupToolsMethod · 0.45
GetChildMethod · 0.45
GetChildrenMethod · 0.45
GetScriptMethod · 0.45
GetScriptsMethod · 0.45
FindActorMethod · 0.45
FindScriptMethod · 0.45
FindActorRecursiveByTypeFunction · 0.45
GetActorsFunction · 0.45
GetScriptsFunction · 0.45

Calls 1

GetClassMethod · 0.45

Tested by

no test coverage detected