User Tools

Site Tools


cuo_func

This is an old revision of the document!


Scripting - CUO Specific Functions

Here can find some information about Scripting functions that work with CUO

Load Map Markers
Syntax CUO.LoadMarkers()
Description:
Calls the LoadMarkers function on the CUO world map. The map must be open for this to work. use in your code like:

#
CUO.LoadMarkers()
#

Returns nothing
In Object: CUO
Parameters:
Go to Map Marker
Syntax CUO.GoToMarker(x, y)
Description:
Executes the GoToMarker function on the CUO world map passing the x and y you provided. The map must be open for this to work. use in your code like:

#
CUO.GoToMarker(100, 200)
#

Returns nothing
In Object: CUO
Parameters:

cuo_func.1696824153.txt.gz · Last modified: 2023/10/09 04:02 by 127.0.0.1