mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-28 05:34:34 +00:00
TU24
This commit is contained in:
@@ -2116,28 +2116,6 @@ wstring Entity::getNetworkName()
|
||||
return getDisplayName();
|
||||
}
|
||||
|
||||
// TU25 Addition
|
||||
bool Entity::hasCustomName()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
bool Entity::shouldShowName()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
AABB *Entity::getBoundingBox()
|
||||
{
|
||||
return this->bb;
|
||||
}
|
||||
void Entity::setBoundingBox(AABB *bb)
|
||||
{
|
||||
this->bb = bb;
|
||||
}
|
||||
float Entity::getEyeHeight()
|
||||
{
|
||||
return this->bbHeight * 0.85F;
|
||||
}
|
||||
|
||||
void Entity::setAnimOverrideBitmask(unsigned int uiBitmask)
|
||||
{
|
||||
m_uiAnimOverrideBitmask=uiBitmask;
|
||||
|
||||
Reference in New Issue
Block a user