Skip to content

Commit

Permalink
More examples
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Mar 18, 2022
1 parent 6a8accb commit 95e3209
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ This is the Groovy Console. You can run scripts here, written in Groovy (https:/
By default, everything in the DI container is injected as a variable, with the first letter of the class name lowercased.
For example, I can see that there are currently ${rawEventStorage.getEvents().size()} events on record. The current player name is ${xivState.getPlayer()?.getName()}.
You could also run propertiesFilePersistenceProvider.@properties to dump all settings into a key/value display.
Your return type can be a String, a List, Map, or Swing Component. The value will be rendered differently according to its type. In this case, it is a String.
Expand Down

0 comments on commit 95e3209

Please sign in to comment.