User Tools

Site Tools


organizer_func

Scripting - Organizer control function

Here can find some information about Enhanced Scripting function to control organizer engine by script!

Check Status

Check OrganizerStatus
Syntax Organizer.Status( )
Description:
Get a bool value of Organizer engine status, if running or not
Returns bool
In Object: Organizer
Parameters: none

Start

Start Organizer
Syntax Organizer.FStart( )
Description:
Start Organizer engine.
Returns void
In Object: Organizer
Parameters: none

Stop

Stop Organizer
Syntax Organizer.FStop( )
Description:
Stop scavenger engine.
Returns void
In Object: Organizer
Parameters: none

Change List

Change Organizer item list
Syntax Organizer.ChangeList(string)
Description:
Change list of oganizer item, List must be exist in organizer GUI configuration
Returns void
In Object: Organizer
Parameters: ListName

Script Execution of Organizer List

Run Organizer from python
Syntax Organizer.RunOnce(string ListName, int SourceContainer, int DestinationContainer, int DragDelay)
Description:
Run the specified Organizer list, using the source, dest, and drag delay specified. Note: source, dest, and drag delay can be -1 and they will use whatever is specified on the gui
Returns void
In Object: Organizer
Parameters: string ListName, int SourceContainer, int DestinationContainer, int DragDelay
Example

Organizer.RunOnce("test", 0x42292AD3, 0x4005A1AD, 1000)

organizer_func.txt · Last modified: 2025/02/25 22:20 by 127.0.0.1

Exception: Git command failed to perform periodic pull: Warning: Permanently added 'github.com,140.82.113.4' (ECDSA) to the list of known hosts. From github.com:RazorEnhanced/razorenhanced.github.io * branch main -> FETCH_HEAD error: Your local changes to the following files would be overwritten by merge: doc/api/CUO.html doc/api/Gumps.html doc/api/Item.html doc/api/Items.html doc/api/Journal.html doc/api/Misc.html doc/api/Mobile.html doc/api/PacketLogger.html doc/api/Player.html doc/api/Spells.html doc/api/Target.html doc/api/Trade.html Please commit your changes or stash them before you merge. Aborting

Exception: Git command failed to perform periodic pull: Warning: Permanently added 'github.com,140.82.113.4' (ECDSA) to the list of known hosts. From github.com:RazorEnhanced/razorenhanced.github.io * branch main -> FETCH_HEAD error: Your local changes to the following files would be overwritten by merge: doc/api/CUO.html doc/api/Gumps.html doc/api/Item.html doc/api/Items.html doc/api/Journal.html doc/api/Misc.html doc/api/Mobile.html doc/api/PacketLogger.html doc/api/Player.html doc/api/Spells.html doc/api/Target.html doc/api/Trade.html Please commit your changes or stash them before you merge. Aborting

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.