1
0

Comments for TrySpawnChicken() and TeleportUser().

This commit is contained in:
archshift 2014-04-25 05:49:18 -07:00
parent cb7f1ee4bb
commit 256691461b

View File

@ -210,6 +210,7 @@ protected:
virtual void OnHitSolidBlock(const Vector3d & a_HitPos, eBlockFace a_HitFace) override;
virtual void OnHitEntity (cEntity & a_EntityHit, const Vector3d & a_HitPos) override;
// Randomly decides whether to spawn a chicken where the egg lands.
void TrySpawnChicken(const Vector3d & a_HitPos);
// tolua_begin
@ -241,6 +242,7 @@ protected:
virtual void OnHitSolidBlock(const Vector3d & a_HitPos, eBlockFace a_HitFace) override;
virtual void OnHitEntity (cEntity & a_EntityHit, const Vector3d & a_HitPos) override;
// Teleports the user where the ender pearl lands.
void TeleportUser(const Vector3d & a_HitPos);
// tolua_begin