1
This commit is contained in:
parent
72af10dc5f
commit
4fa3d1e7a5
@ -1150,3 +1150,8 @@ void Bullet::ReportHookHitPos(const glm::vec3& hit_pos)
|
|||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool Bullet::IsClientHook()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
@ -89,6 +89,7 @@ protected:
|
|||||||
void GetHitThings(BulletCheckResult& result);
|
void GetHitThings(BulletCheckResult& result);
|
||||||
void GetHitCreatures(BulletCheckResult& result);
|
void GetHitCreatures(BulletCheckResult& result);
|
||||||
void Raycast();
|
void Raycast();
|
||||||
|
bool IsClientHook();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool later_removed_ = false;
|
bool later_removed_ = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user