C# 클래스 Universe.Modules.Inventory.LLClientInventory.TaskInventoryScriptUpdater

This class is a callback invoked when a client sends asset data to a task inventory script update url
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
CapsUpdateTaskInventoryScriptAsset ( IClientAPI remoteClient, UUID itemId, UUID primId, bool isScriptRunning2, byte data, UUID &newID ) : ArrayList

Capability originating call to update the asset of a script in a prim's (task's) inventory

TaskInventoryScriptUpdater ( IScene scene, UUID inventoryItemID, UUID primID, int isScriptRunning2, string path, IHttpServer httpServer, UUID agentID ) : System
UploaderCaps ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]

메소드 상세

CapsUpdateTaskInventoryScriptAsset() 공개 메소드

Capability originating call to update the asset of a script in a prim's (task's) inventory
public CapsUpdateTaskInventoryScriptAsset ( IClientAPI remoteClient, UUID itemId, UUID primId, bool isScriptRunning2, byte data, UUID &newID ) : ArrayList
remoteClient IClientAPI
itemId UUID
primId UUID The prim which contains the item to update
isScriptRunning2 bool Indicates whether the script to update is currently running
data byte
newID UUID
리턴 System.Collections.ArrayList

TaskInventoryScriptUpdater() 공개 메소드

public TaskInventoryScriptUpdater ( IScene scene, UUID inventoryItemID, UUID primID, int isScriptRunning2, string path, IHttpServer httpServer, UUID agentID ) : System
scene IScene
inventoryItemID UUID
primID UUID
isScriptRunning2 int
path string
httpServer IHttpServer
agentID UUID
리턴 System

UploaderCaps() 공개 메소드

public UploaderCaps ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
path string
request Stream
httpRequest Universe.Framework.Servers.HttpServer.Implementation.OSHttpRequest
httpResponse Universe.Framework.Servers.HttpServer.Implementation.OSHttpResponse
리턴 byte[]