aboutsummaryrefslogtreecommitdiff
path: root/behaviors
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-27 17:25:15 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-27 17:25:15 -0500
commitf103e47da5d563d1b8448bc021676ed7db0f529d (patch)
tree66ddb6fdfbec9fec29dc4b72e066c8d1c761c1db /behaviors
parent3bca013bad5730ce0749de38fba334af67dd4bc1 (diff)
Doc change. Merge experimental.
Diffstat (limited to 'behaviors')
-rw-r--r--behaviors/ModifyParam.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/behaviors/ModifyParam.py b/behaviors/ModifyParam.py
index 2c8f12d..0ef3a60 100644
--- a/behaviors/ModifyParam.py
+++ b/behaviors/ModifyParam.py
@@ -8,7 +8,8 @@ class ModifyParam(Behavior):
<ParamType> -- Sensor or Recurse
<ParamName> -- The name of the parameter you wish to modify
<ParamOp> -- The modification you wish to do. Use {val} to specify the current value of the
- parameter in question. Special hooks for {x} and {y} exist in some versions"""
+ parameter in question. Special hooks for {x} and {y} also exist to access the x and y
+ locations."""
def processResponse(self, sensorInputs, recursiveInputs):
paramType = self['ParamType']