Changeset 5671 in orxonox.OLD for trunk/src/world_entities/weapons/aim.cc
- Timestamp:
- Nov 21, 2005, 3:50:41 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/aim.cc
r5652 r5671 70 70 static_cast<PNode*>(this)->loadParams(root); 71 71 72 LoadParam NEW(root, "texture", this, Aim, setTexture)72 LoadParam(root, "texture", this, Aim, setTexture) 73 73 .describe("the texture-file to load onto the Aim"); 74 74 75 LoadParam NEW(root, "size", this, Aim, setSize)75 LoadParam(root, "size", this, Aim, setSize) 76 76 .describe("the size of the Aim in Pixels"); 77 77 78 LoadParam NEW(root, "rotation-speed", this, Aim, setRotationSpeed)78 LoadParam(root, "rotation-speed", this, Aim, setRotationSpeed) 79 79 .describe("the Speed with which the Aim should rotate"); 80 80 }
Note: See TracChangeset
for help on using the changeset viewer.