Changeset 5671 in orxonox.OLD for trunk/src/lib/physics/fields
- Timestamp:
- Nov 21, 2005, 3:50:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/physics/fields/field.cc
r5652 r5671 60 60 static_cast<PNode*>(this)->loadParams(root); 61 61 62 LoadParam NEW(root, "magnitude", this, Field, setMagnitude)62 LoadParam(root, "magnitude", this, Field, setMagnitude) 63 63 .describe("sets the magnitude of this Field") 64 64 ->defaultValues(1, 1); 65 65 66 LoadParam NEW(root, "attenuation", this, Field, setAttenuation)66 LoadParam(root, "attenuation", this, Field, setAttenuation) 67 67 .describe("sets the attenuation of this Field."); 68 68
Note: See TracChangeset
for help on using the changeset viewer.