From f103e47da5d563d1b8448bc021676ed7db0f529d Mon Sep 17 00:00:00 2001 From: rcoh Date: Thu, 27 Jan 2011 17:25:15 -0500 Subject: Doc change. Merge experimental. --- behaviors/ModifyParam.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'behaviors') 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): -- Sensor or Recurse -- The name of the parameter you wish to modify -- 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'] -- cgit v1.2.3