cuo_func
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cuo_func [2023/10/09 03:54] – created credzba | cuo_func [2025/02/25 22:20] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 29: | Line 29: | ||
|} | |} | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | use in your code like: | ||
+ | < | ||
+ | # | ||
+ | CUO.GoToMarker(100, | ||
+ | # | ||
+ | </ | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |nothing | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |CUO | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | |||
+ | |} | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | use in your code like: | ||
+ | < | ||
+ | # | ||
+ | CUO.FreeView(True) | ||
+ | # | ||
+ | </ | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |nothing | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |CUO | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | |||
+ | |} | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | use in your code like: | ||
+ | < | ||
+ | # | ||
+ | CUO.CloseTMap() | ||
+ | # | ||
+ | </ | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |True if a Treasure map was closed, otherwise False | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |CUO | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | |||
+ | |} | ||
+ | |||
+ | ===== CUO Profile Option Changes ===== | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | use in your code like: | ||
+ | < | ||
+ | # | ||
+ | CUO.ProfilePropertySet(" | ||
+ | # | ||
+ | </ | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |Nothing | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |CUO | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | |||
+ | |} | ||
+ | |||
+ | ===== CUO Container Gump Functions ===== | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | use in your code like: | ||
+ | < | ||
+ | # | ||
+ | CUO.ProfilePropertySet(" | ||
+ | # | ||
+ | </ | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |Nothing | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |CUO | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | |||
+ | |} | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | use in your code like: | ||
+ | < | ||
+ | # | ||
+ | CUO.SetGumpOpenLocation(0x456789, | ||
+ | # | ||
+ | </ | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |Nothing | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |CUO | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | | gumpserial - the Serial id of the container | ||
+ | | x - x coordinate on screen | ||
+ | | y - y coordinate on screen | ||
+ | |} | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | use in your code like: | ||
+ | < | ||
+ | # | ||
+ | CUO.MoveGump(0x456789, | ||
+ | # | ||
+ | </ | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |Nothing | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |CUO | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | | serial - the Serial id of the container | ||
+ | | x - x coordinate on screen | ||
+ | | y - y coordinate on screen | ||
+ | |} | ||
+ | |||
+ | ===== Player Status Gump Functions ===== | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | use in your code like: | ||
+ | < | ||
+ | # | ||
+ | CUO.OpenMyStatusBar(100, | ||
+ | # | ||
+ | </ | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |Nothing | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |CUO | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | | x - x coordinate on screen | ||
+ | | y - y coordinate on screen | ||
+ | |} | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | use in your code like: | ||
+ | < | ||
+ | # | ||
+ | CUO.CloseMyStatusBar() | ||
+ | # | ||
+ | </ | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |Nothing | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |CUO | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | |} | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | use in your code like: | ||
+ | < | ||
+ | # | ||
+ | CUO.OpenMobileHealthBar(0x345678, | ||
+ | # | ||
+ | </ | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |Nothing | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |CUO | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | | uint mobileserial | ||
+ | | int x | ||
+ | | int y | ||
+ | | bool custom - True - the CUO square " | ||
+ | |} | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | use in your code like: | ||
+ | < | ||
+ | # | ||
+ | CUO.CloseMobileHealthBar(0x345678) | ||
+ | # | ||
+ | </ | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |Nothing | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |CUO | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | | uint mobileserial | ||
+ | |} | ||
+ | |||
+ | ===== CUO Macro Function ===== | ||
+ | |||
+ | {|style=" | ||
+ | |style=" | ||
+ | |- style=" | ||
+ | |**Syntax** | ||
+ | |style=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | |- | ||
+ | |colspan=" | ||
+ | use in your code like: | ||
+ | < | ||
+ | # | ||
+ | CUO.PlayMacro(" | ||
+ | # | ||
+ | </ | ||
+ | |- style=" | ||
+ | |**Returns** | ||
+ | |Nothing | ||
+ | |- | ||
+ | |**In Object:** | ||
+ | |CUO | ||
+ | |- style=" | ||
+ | |**Parameters: | ||
+ | | string macroName | ||
+ | |} | ||
+ |
cuo_func.1696823693.txt.gz · Last modified: 2023/10/09 03:54 by credzba