C# Class ClientAO, 3di-viewer-rei-libs

Inheritance: GridProxy.ProxyPlugin
Mostrar archivo Open project: 3di/3di-viewer-rei-libs

Private Properties

Property Type Description
AOOff void
AOOn void
AnimationPacketHandler Packet
CmdAO void
InitializeCommandDelegates void
InventoryDescendentsHandler Packet
SayToUser void
TransferPacketHandler Packet
downloadCompleted void
getNotecardText string
loadWetIkon void

Public Methods

Method Description
Animate ( UUID animationuuid, bool run ) : void
ClientAO ( GridProxy.ProxyFrame frame ) : System
CreateInventoryItem ( InventoryType, type, UUID id ) : InventoryItem
Init ( ) : void
RequestFindObjectByPath ( UUID baseFolder, string path ) : void
RequestFolderContents ( UUID folder, bool folders, bool items, InventorySortOrder order ) : void
RequestInventoryAsset ( InventoryItem item ) : UUID

Private Methods

Method Description
AOOff ( ) : void
AOOn ( ) : void
AnimationPacketHandler ( Packet packet, IPEndPoint sim ) : Packet
CmdAO ( string words ) : void
InitializeCommandDelegates ( ) : void
InventoryDescendentsHandler ( Packet packet, IPEndPoint sim ) : Packet
SayToUser ( string message ) : void
TransferPacketHandler ( Packet packet, IPEndPoint simulator ) : Packet
downloadCompleted ( ) : void
getNotecardText ( string data ) : string
loadWetIkon ( string config ) : void

Method Details

Animate() public method

public Animate ( UUID animationuuid, bool run ) : void
animationuuid UUID
run bool
return void

ClientAO() public method

public ClientAO ( GridProxy.ProxyFrame frame ) : System
frame GridProxy.ProxyFrame
return System

CreateInventoryItem() public static method

public static CreateInventoryItem ( InventoryType, type, UUID id ) : InventoryItem
type InventoryType,
id UUID
return InventoryItem

Init() public method

public Init ( ) : void
return void

RequestFindObjectByPath() public method

public RequestFindObjectByPath ( UUID baseFolder, string path ) : void
baseFolder UUID
path string
return void

RequestFolderContents() public method

public RequestFolderContents ( UUID folder, bool folders, bool items, InventorySortOrder order ) : void
folder UUID
folders bool
items bool
order InventorySortOrder
return void

RequestInventoryAsset() public method

public RequestInventoryAsset ( InventoryItem item ) : UUID
item InventoryItem
return UUID