* Removing asset parameter from CB region_info structure
* Adding CB delete_asset message (LLIDL for now) git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2844 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
online: boolean,
|
||||
ip: binary,
|
||||
port: integer,
|
||||
address: uri,
|
||||
map_texture_id: uuid,
|
||||
owner: uri,
|
||||
region_flags: integer,
|
||||
@@ -378,6 +377,19 @@
|
||||
id: uuid
|
||||
}
|
||||
|
||||
%%delete_asset
|
||||
|
||||
->
|
||||
{
|
||||
id: uuid
|
||||
}
|
||||
|
||||
<-
|
||||
{
|
||||
success: boolean,
|
||||
message: string
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Inventory
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user