cuo_func
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cuo_func [2023/10/09 04:28] – external edit 127.0.0.1 | cuo_func [2025/02/25 22:20] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 135: | Line 135: | ||
|} | |} | ||
+ | |||
+ | ===== 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.1696825709.txt.gz · Last modified: 2023/10/09 04:28 by 127.0.0.1