CUO
The CUO_Functions class contains invocation of CUO code using reflection
DANGER !!
TODO: CUO Constructors
Methods
CUO.CloseTMap()
Invokes the CloseWithRightClick function inside the CUO code
First T-Map is retrieved, and then only closed if it is a map
Returns True if a map was closed, else False
CUO.FreeView(free)
Invokes the FreeView function inside the CUO code
First value is retrieved, and then only set if its not correct
CUO.GetSetting(settingName)
CUO.GetSetting(settingName)
Retrieve Current CUO Setting
Parameters
settingNameString
CUO.GoToMarker(x, y)
Invokes the GoToMarker function inside the CUO code
Map must be open for this to work
CUO.LoadMarkers()
Invokes the LoadMarkers function inside the CUO code
Map must be open for this to work
CUO.OpenContainerAt(bag, x, y)
CUO.OpenContainerAt(bag, x, y)
Set a location that CUO will open the container at
Set a location that CUO will open the container at
Parameters
bagItem
UInt32
xInt32
yInt32
CUO.PlayMacro(macroName)
Play a CUO macro by name
Warning, limited testing !!
Parameters
macroNameString
CUO.ProfilePropertySet(propertyName, enable)
CUO.ProfilePropertySet(propertyName, enable)
Set a bool Config property in CUO by name
Set a int Config property in CUO by name
Set a string Config property in CUO by name
Parameters
propertyNameString
enableInt32
String
Boolean