This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 41
Ruleset API
João Cardoso edited this page Mar 22, 2017
·
9 revisions
Work in progress
{
id = 'myrule',
name = 'My Ruleset',
icon = 'banana.tga',
func =
children = {
{
id = 'myrule/subset',
name = 'My Subset',
icon = 'apple.tga',
func = ,
children = {}
}
}
}
Returns an iterator over all registered rules. In our example case, this would include both My Ruleset and My Subset.
Returns an iterator over all registered rules at the top level of the hierarchy. In our example case, this would include only My Ruleset.
This is the Wildpants wiki. Wiki Home
For Users
FAQ
Existing Plugins
Search Syntax
For Developers
Ruleset API
Custom Events
Sorting Items