User:Dzonatas Sol/SNOW-375 Resources/ControlGroup

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Resource Method Description
/ControlGroup GET <- [ &group , ... ]
/ControlGroup/<group> GET ?? &group <- [ &defvar, ... ]
/ControlGroup/<group>/<identifier> GET ?? &group ?? &identifier <- &curvar


/ControlGroup

Response is a list of control &groups


/ControlGroup/<group>

Response is a list of valid variable &identifiers in a controlgroup with default settings


/ControlGroup/<group>/<identifier>

Response is the current settings for the specific variable identified


group

group : string

Name of the ControlGroup.


identifier

identifier : string

Name of the ControlGroup variable.


defvar

{

identifier : string,
persist : boolean,
comment : string,
type : int,
value : llsd

}


curvar

curvar : llsd

The current value of ControlGrounp variable in nested LLSD.