Added PartInstance->Collides function

This commit is contained in:
andreja6
2020-03-15 11:46:06 -07:00
parent 73a6b72c20
commit 0090c6c8a1
2 changed files with 29 additions and 1 deletions

View File

@@ -31,10 +31,12 @@ public:
void setParent(Instance* parent);
void setPosition(Vector3);
void setVelocity(Vector3);
bool collides(PartInstance * part);
void setRotVelocity(Vector3);
CoordinateFrame getCFrame();
void setCFrame(CoordinateFrame);
Box getBox();
Sphere getSphere();
Box getScaledBox();
CoordinateFrame getCFrameRenderBased();
Vector3 getSize();