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

From Second Life Wiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ {| border="1" cellpadding="5" cellspacing="0" |- | Resource || Method || Description |- |- | rowspan="1" | /FloaterChat/AddChat | style="text-align:right;" | POST | ->...')
 
 
Line 49: Line 49:
| : real
| : real
|-
|-
| position : { X: real, Y: real, Z: real }
| position
| : { X: real, Y: real, Z: real }
|}
|}
}
}

Latest revision as of 21:27, 2 August 2010

Resource Method Description
/FloaterChat/AddChat POST -> &chat <- { status: string }

Note: Description syntax is only based on LLIDL.


/FloaterChat/AddChat

Delivers &chat to local chat session. [ Resource should be renamed, maybe /ChatterBox/LocalChat ]


chat

{

text : string
from : string
from_id : uuid
source : integer
type : integer
audible : integer
muted : boolean
time : real
position : { X: real, Y: real, Z: real }

}