Dress
Table of Contents
Methods
ChangeList
Dress.ChangeList(dresslist)Change dress list, List must be exist in dress/undress Agent tab.
dresslist(String): Name of the list of friend.
VoidClearList
Dress.ClearList(listName)Clear all items from a Dress list.
listName(String)
VoidDressByProfile
Dress.DressByProfile(profileName)Execute a dress profile by name without changing the selected profile. This is used by hotkeys - the profile name is only for the hotkey action.
profileName(String): The name of the dress profile to execute
VoidDressFStart
Dress.DressFStart()Start Dress engine.
VoidDressFStop
Dress.DressFStop()Stop Dress engine.
VoidDressStatus
Dress.DressStatus()Check Dress Agent status, returns a bool value.
BooleanItemClear
Dress.ItemClear(list)Clear all items from a Dress list (alias for ClearList).
list(String)
VoidItemInsert
Dress.ItemInsert(listName, item)Insert an item into a Dress list.
listName(String)item(Dress.DressItemNew)
VoidItemInsertByLayer
Dress.ItemInsertByLayer(listName, item)Insert a dress item by layer.
listName(String)item(Dress.DressItemNew)
VoidItemReplace
Dress.ItemReplace(listName, index, newItem)Replace a dress item in a Dress list.
listName(String)index(Int32)newItem(Dress.DressItemNew)
VoidItemsRead
Dress.ItemsRead(list)Read items from a Dress list.
list(String)
List[Dress.DressItemNew]ListDelete
Dress.ListDelete(description)Delete a Dress list from persistence.
description(String)
VoidListDetailsRead
Dress.ListDetailsRead(listname, bag, conflict, useUo3D)listname(String)bag(Int32&@)conflict(Boolean&@)useUo3D(Boolean&@)
VoidListExists
Dress.ListExists(description)Check if a Dress list exists by name.
description(String)
BooleanListInsert
Dress.ListInsert(description, bag, conflict, useUo3D)Insert a new Dress list into persistence (overload). Insert a new Dress list into persistence.
description(String)bag(Int32)conflict(Boolean)useUo3D(Boolean)
VoidListsRead
Dress.ListsRead()Read all Dress lists from persistence.
List[Dress.DressList]RunMoveBenchmark
Dress.RunMoveBenchmark(iterationsPerTest, maxDelayToTest)Run a benchmark to analyze server move queue behavior. Tests different delays to find the optimal rate before getting "you must wait" messages. Usage from script: Dress.RunMoveBenchmark(iterationsPerTest, maxDelayToTest) Example: Dress.RunMoveBenchmark(50, 500) - tests up to 500ms delay
iterationsPerTest(Int32)maxDelayToTest(Int32)
VoidStopBenchmark
Dress.StopBenchmark()Stop the currently running benchmark test.
VoidUnDressFStart
Dress.UnDressFStart()Start UnDress engine.
VoidUnDressFStop
Dress.UnDressFStop()Stop UnDress engine.
VoidUnDressStatus
Dress.UnDressStatus()Check UnDress Agent status, returns a bool value.
BooleanUndressByProfile
Dress.UndressByProfile(profileName)Execute an undress for a specific profile by name without changing the selected profile.
profileName(String): The name of the dress profile to undress
Void