Changeset 9243 in orxonox.OLD for branches/scripting/src/world_entities/world_entity.h
- Timestamp:
- Jul 6, 2006, 4:10:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scripting/src/world_entities/world_entity.h
r9235 r9243 129 129 130 130 /* --- Character Attribute Block --- */ 131 /** @returns the scaling of the model */ 132 float getScaling(){return this->scaling;} 131 133 /** @returns the damage dealt by this world entity */ 132 134 float getDamage() const { return this->damage; }
Note: See TracChangeset
for help on using the changeset viewer.