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:
FreeView for CUO Map
Syntax CUO.FreeView(bool)
Description:
Executes the FreeView function on the CUO world map passing the bool you provided. The map must be open for this to work. use in your code like:

#
CUO.FreeView(True)
#

Returns nothing
In Object: CUO
Parameters:

cuo_func.1696824404.txt.gz · Last modified: 2023/10/09 04:06 by 127.0.0.1

Exception: Git command failed to perform periodic pull: hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. Warning: Permanently added 'github.com,140.82.112.4' (ECDSA) to the list of known hosts. From github.com:RazorEnhanced/razorenhanced.github.io * branch main -> FETCH_HEAD There are no candidates for merging among the refs that you just fetched. Generally this means that you provided a wildcard refspec which had no matches on the remote end.

Exception: Git command failed to perform periodic pull: hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. Warning: Permanently added 'github.com,140.82.112.4' (ECDSA) to the list of known hosts. From github.com:RazorEnhanced/razorenhanced.github.io * branch main -> FETCH_HEAD There are no candidates for merging among the refs that you just fetched. Generally this means that you provided a wildcard refspec which had no matches on the remote end.

An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the gitbacked plugin.

More info has been written to the DokuWiki error log.