aboutsummaryrefslogtreecommitdiff
path: root/behaviors/ModifyParam.py
diff options
context:
space:
mode:
Diffstat (limited to 'behaviors/ModifyParam.py')
-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']