Difference between revisions of "User:Dzonatas Sol/SNOW-375 Resources/GestureManager"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 34: Line 34:


(deprecated, use /Inventor/Item and /Asset/Gesture)
(deprecated, use /Inventor/Item and /Asset/Gesture)
== /GestureManager/PlayGesture/<uuid> ==
Start a gesture




Line 45: Line 50:
{ status: string }
{ status: string }


Value is "ok", consistently  
Value is "ok", consistently
 
 
== /GestureManager/PlayGesture/<uuid> ==
 
Start a gesture

Latest revision as of 18:53, 31 July 2010

Resource Method Description
/GestureManager/Items GET <- [ uuid, ... ]
/GestureManager/Item/<uuid> POST (GET) (deprecated, use /Inventor/Item and /Asset/Gesture)
/GestureManager/PlayGesture/<uuid> POST -> &empty <- &status

Note: Description syntax is only based on LLIDL.


/GestureManager/Items

Response is a list of UUIDs of active gestures


/GestureManager/Item/<uuid>

(deprecated, use /Inventor/Item and /Asset/Gesture)


/GestureManager/PlayGesture/<uuid>

Start a gesture


empty

Valid empty LLSD payload (i.e. "<llsd/>")


status

{ status: string }

Value is "ok", consistently