From 09e0a5f2d2fe863b071e164a1d764e61510fae6f Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 11 Sep 2012 19:37:19 +0200 Subject: [PATCH] Added documentation. --- source/abstract/Physical.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/abstract/Physical.cpp b/source/abstract/Physical.cpp index e6ab50d..f45e42d 100755 --- a/source/abstract/Physical.cpp +++ b/source/abstract/Physical.cpp @@ -105,6 +105,9 @@ Physical::getDelete() const { return mDelete; } +/** + * Returns the Physical::Category of this object. + */ uint16 Physical::getCategory() const { return mBody->GetFixtureList()->GetFilterData().categoryBits;