MCPcopy Create free account
hub / github.com/cuberite/cuberite / IsA

Method IsA

src/Entities/Entity.cpp:1214–1217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1212
1213
1214bool cEntity::IsA(const char * a_ClassName) const
1215{
1216 return (strcmp(a_ClassName, "cEntity") == 0);
1217}
1218
1219
1220

Callers 3

GetDropsMethod · 0.80
GetDropsMethod · 0.80
GetDropsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected