Skip navigation links
A B C D E F G H I K L M N P R S T V Y Z 

A

AcceptingInit - Static variable in class com.kLoOge.Werks.script.pub.CombatEvent
Set when initiative rolls are being accepted.
addCalendarEventListener(CalendarListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adds the supplied CalendarListener to the list of things interested in receiving calendar event messages.
addCampaignTab(String, Icon, Component, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adds a tab pane to the "campaign" area of the main interface.
addClientEventListener(ClientListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adds the supplied ClientListener to the list of things interested in receiving Client event messages.
addCombatEventListener(CombatListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adds the supplied CombatListener to the list of things interested in receiving combat event messages.
addDataLocation(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add the program's data location to the supplied string.
addIconEffect(Object, String, String, String, String, boolean, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add an effect to the specified Icon.
addIconEffect(Object, String, String, String, String, boolean, boolean, boolean, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add an effect to the specified Icon.
addIconEffect(Object, String, int, Object, String, boolean, boolean, boolean, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add an effect to the specified Icon.
addIconEventListener(IconListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adds the supplied IconListener to the list of things interested in receiving Icon event messages.
addLine(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Deprecated.
As of 3.1.0 this method has been deprecated and will no longer perform any function. Instead, use the startBlock and finishBlock methods to perform the duties that this method was intended to perform.
addMapEventListener(MapListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adds the supplied MapListener to the list of things interested in receiving Map event messages.
addMapPanel(String, Icon, Component, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adds a tab pane to the "map" area of the main interface.
addMenuItem(JMenuItem) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adds the supplied JMenuItem to the application's menu bar.
addNote(Object, String, String, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adds a note to the Icon's character sheet.
addPendingDamage(Object, Object, Object, int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add a pending hit point adjustment to an Icon.
addPropertyChangeListener(String, PropertyChangeListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add a script event property change listener.
addScriptListener(ScriptListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adds the supplied ScriptListener to the list of things interested in receiving script event messages.
addTag(String, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add a tag/value pair to a script's XML save data.
addTag(String, int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add a tag/value pair to a script's XML save data.
addTag(String, long) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add a tag/value pair to a script's XML save data.
addTag(String, double) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add a tag/value pair to a script's XML save data.
addTag(String, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add a tag/value pair to a script's XML save data.
addTag(String, Color) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add a tag/value pair to a script's XML save data.
addTarget(Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add an Icon to the source Icon's targeted list.
addToolbarButton(JButton) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adds the supplied button to the application's toolbar.
addVetoableChangeListener(String, VetoableChangeListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Add a vetoable script event property change listener.
adjustHP(Object, int[], int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adjust the current hit points for the specified Icon.
adjustHP(Object, int[], int[]) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Adjust the current hit points for the specified Icon.
advanceInitiative() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Advances to the next initiative.
animateIcon(Object, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Deprecated.
As of 2.7.6 this method has been deprecated. Icons no longer have an animated image.
applyPendingDamage(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Apply any pending damage to the Icon.
armedRequired() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Check whether a weapon must be "armed" in order to be used.

B

bumpMinute(int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Advance the game calendar's minute time by the amount supplied.

C

calendarAction(CalendarEvent) - Method in interface com.kLoOge.Werks.script.pub.CalendarListener
Invoked when a calendar event occurs.
CalendarEvent - Class in com.kLoOge.Werks.script.pub
A class that provides notification for calendar events.
CalendarEvent(Object, int, Object) - Constructor for class com.kLoOge.Werks.script.pub.CalendarEvent
 
CalendarListener - Interface in com.kLoOge.Werks.script.pub
The listener interface for receiving calendar events.
captureMouseClick(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
 
centerOn(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Center the display on an Icon.
centerOn(Point2D) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Center the display on an arbitrary point.
charSheetLocked(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Determine whether an Icon's character sheet is locked for editing.
chatMsg(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
A minimal routine to send a chat message to everyone.
chatMsg(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
A chat routine that allows you to issue, essentially, a "chat as" message from an Icon.
chatMsgLocal(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Issue a local chat message.
clearAllTargets(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Remove all targets from an Icon's target list.
clearPendingDamage(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Clear any pending damage for an Icon.
clientAction(ClientEvent) - Method in interface com.kLoOge.Werks.script.pub.ClientListener
Invoked when a Client event occurs.
ClientAdded - Static variable in class com.kLoOge.Werks.script.pub.ClientEvent
Client added event type.
ClientAway - Static variable in class com.kLoOge.Werks.script.pub.ClientEvent
Client away from keyboard event type.
ClientBack - Static variable in class com.kLoOge.Werks.script.pub.ClientEvent
Client back at keyboard event type.
ClientEvent - Class in com.kLoOge.Werks.script.pub
A class that provides notification for Player events.
ClientEvent(Object, String, int) - Constructor for class com.kLoOge.Werks.script.pub.ClientEvent
 
ClientListener - Interface in com.kLoOge.Werks.script.pub
The listener interface for receiving Client events.
ClientRemoved - Static variable in class com.kLoOge.Werks.script.pub.ClientEvent
Client removed event type.
clientSendChatMsg(boolean, Color, String, String, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Instruct the program (when running as a Client) to send a chat message.
colorToHex(Color) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Transform the suppliedd Color into a string hex representation appropriate for use in an HTML string.
com.kLoOge.Werks.script.pub - package com.kLoOge.Werks.script.pub
 
combatAction(CombatEvent) - Method in interface com.kLoOge.Werks.script.pub.CombatListener
Invoked when a combat event occurs.
CombatEnded - Static variable in class com.kLoOge.Werks.script.pub.CombatEvent
Combat ended event type.
combatEngaged() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Tests whether combat is currently occuring.
CombatEvent - Class in com.kLoOge.Werks.script.pub
A class that provides notification for combat events.
CombatEvent(Object, int, int, int) - Constructor for class com.kLoOge.Werks.script.pub.CombatEvent
 
CombatListener - Interface in com.kLoOge.Werks.script.pub
The listener interface for receiving combat events.
CombatStarted - Static variable in class com.kLoOge.Werks.script.pub.CombatEvent
Combat started event type.
configureCampaignTab(String, Icon, Component, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Alter the appearance of an already added "campaign" tab.
configureMapPanel(String, Icon, Component, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Alter the appearance of an already added "Map" tab.
controllIcon(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Take control of the supplied Icon.
copyIcon(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Copies the supplied Icon to the program's paste buffer.
createDrawnItem(Rectangle2D, boolean, Color, Color, int, boolean, String, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Create a DrawnItem on the current Map.
createFileIcon(int, String, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Create a new "file" Icon.
createNoteIcon(String, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Create a new Note Icon.
createNPC(String, String[], String, int, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Creates a new NPC Icon based on the supplied parameters.
createPC(String, String[], String, int, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Creates a new PC Icon based on the supplied parameters.
csp - Static variable in class com.kLoOge.Werks.script.pub.KWScript
 

D

DayChanged - Static variable in class com.kLoOge.Werks.script.pub.CalendarEvent
Day changed event type.
DayOfWeekChanged - Static variable in class com.kLoOge.Werks.script.pub.CalendarEvent
Day of week changed event type.

E

Effect_Unchanged - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag to indicate that a field of an Effect should be left unchanged.
endCombat() - Static method in class com.kLoOge.Werks.script.pub.KWScript
End combat.
englishUnits() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Check whether the host program is operating with English units.

F

Face_East - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing an Icon's facing direction.
Face_None - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing an Icon's facing direction.
Face_North - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing an Icon's facing direction.
Face_Northeast - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing an Icon's facing direction.
Face_Northwest - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing an Icon's facing direction.
Face_South - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing an Icon's facing direction.
Face_Southeast - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing an Icon's facing direction.
Face_Southwest - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing an Icon's facing direction.
Face_West - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing an Icon's facing direction.
findExpr(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Search for an expression with the given raw label.
findExpression(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Determine if an expression with the supplied name exists for an Icon.
findIcon(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Searches the campaign tree for an Icon with the supplied name.
findIcon(long) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon based on it's ID.
findNote(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Searches for a note on the Icon's character sheet with the given title.
finishBlock(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
End a block in a script's XML save data.
firePropertyChange(String, Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
This method should NOT be called by scripts! That said, you can call this method to cause a property change event to be fired.
fireScriptEvent(EventObject) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Causes a ScriptEvent to be issued to all listeners.
fireVetoableChange(String, Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
This method should NOT be called by scripts! That said, you can call this method to cause a property change event to be fired.

G

getAdjustment() - Method in class com.kLoOge.Werks.script.pub.IconEvent
Retrieve the delta adjustment amount.
getAppFrame() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Returns the top-level application window.
getAssociatedIcon() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieves the Icon that the currently open Script Manager dialog is associated with.
getAttack() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the current combat attack.
getCharacterSheetData(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the data contained in a table on an Icon's character sheet.
getCharacterSheetData(Object, int, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve a single field's data from an Icon's character sheet.
getCharacterSheetTableRows(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the number of rows in a particular table.
getClientID() - Method in class com.kLoOge.Werks.script.pub.ClientEvent
Retrieve the Client ID for whom this event belongs.
getClientList() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an array of all the connected clients.
getClientName(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Returns the session name of a Client.
getControlledIcons() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an array of all the currently controlled Icons in the campaign.
getCurrentHP(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's current number of hit points.
getCurrentIconImage(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the index of the supplied Icon's current image.
getCurrentIconTarget(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the Icon that the supplied Icon has designated as the "current" target.
getCurrentMap() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve a reference object that represents the current Map.
getDay() - Method in class com.kLoOge.Werks.script.pub.CalendarEvent
Retrieve the name of the current day of the week.
getDay() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the name of the current day of the week.
getDayOfMonth() - Method in class com.kLoOge.Werks.script.pub.CalendarEvent
Retrieve the current day of the month.
getDayOfMonth() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the current day of the month.
getDefID() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the ID string for the currently loaded definition file.
getDPI() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieves the current DPI (dots per inch) of the screen.
getEventType() - Method in class com.kLoOge.Werks.script.pub.ClientEvent
Retrieves the type of event that occurred.
getExpr(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the expression to be parsed from an Expression object.
getExprIsCriticalHit(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Deprecated.
As of 3.1.0 this method has been deprecated. Use the more logically named method isCriticalHit instead.
getExprIsCriticalMiss(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Deprecated.
As of 3.1.0 this method has been deprecated. Use the more logically named method isCriticalMiss instead.
getExprIsHit(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Deprecated.
As of 3.1.0 this method has been deprecated. Use the more logically named method isHit instead.
getExprResult(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the result from an expression.
getFieldData(Object, String, int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the data contained in a field of a table for a particular Icon.
getFieldModifiers(Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve any modifiers that should be applied to an expression.
getFieldModifiers(Object, int, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve any modifiers that should be applied to an expression.
getHour() - Method in class com.kLoOge.Werks.script.pub.CalendarEvent
Retrieve the current hour.
getHour() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the current hour of the day.
getHpAdjustment(Object, String, int, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Apply the program's special HP adjustment, if defined by the definition.
getHPIndex() - Method in class com.kLoOge.Werks.script.pub.IconEvent
Retrieve the index of the hit point source that was adjusted.
getIcon() - Method in class com.kLoOge.Werks.script.pub.MapEvent
Get the Icon associated with this event.
getIconBounds(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's current absolute bounds.
getIconCenter(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the absolute center of an Icon.
getIconChatColor(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's custom chat color.
getIconClass(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's class.
getIconController(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Get the ID of the player who is currently controlling an Icon.
getIconEffectNames(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve a list of the Effects that are currently applied to an Icon.
getIconEffects(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve a list of the Effects that currently belong to an Icon.
getIconEffectsForValue(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the list of the Effects that currently belong to an Icon.
getIconEffectValue(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve a single value contained in an Icon Effect.
getIconFace(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's current facing direction.
getIconFriendly(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an whether an Icon is friendly.
getIconHeld(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's "held" state.
getIconHidden(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's hidden state.
getIconHostile(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an whether an Icon is hostile.
getIconID(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's unique ID.
getIconInitiative(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's initiative.
getIconLocation(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's current absolute location.
getIconMap(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve a reference to the Map that the supplied Icon is currently located on.
getIconName(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the name of an Icon.
getIconNeutral(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an whether an Icon is neutral.
getIconOpacity(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's current opacity.
getIconRotation(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's current rotation.
getIconsFromWell(int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieves an array of objects representing the Icons of the supplied type that are currently in the Campaign tree "well."
getIconSize(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's size.
getIconType(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's type.
getIconUserState(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's "user" state.
getIconVisibility(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's visible state.
getInitiative() - Method in class com.kLoOge.Werks.script.pub.CombatEvent
Retrieve the current initiative.
getInitiative() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the current combat initiative.
getInitiativeIcon() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the Icon that is going on the current initiative.
getMapDeadIcons(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an array of Icons on the supplied Map that are considered to be "dead."
getMapIcons(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Returns an array of all the Icons on the supplied Map.
getMapPoint(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the current location of the mouse on the current Map.
getMapZoom() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the zoom level of the current Map.
getMaxHP(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an Icon's maximum number of hit points.
getMinute() - Method in class com.kLoOge.Werks.script.pub.CalendarEvent
Retrieve the current minute.
getMinute() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the current minute into the hour from the calendar.
getModifiedFieldData(Object, String, int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the data contained in a field of a table for a particular Icon.
getMonth() - Method in class com.kLoOge.Werks.script.pub.CalendarEvent
Retrieve the current month.
getMonth() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the name of the current month.
getNumHpFields() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the number of hit point fields the current game system supports.
getNumIconImages(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the number of static images associated with an Icon.
getRollColor(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the color that the user has specified should be used for various roll types.
getRollTargets(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the Icons that are targeted by the current roll.
getRound() - Method in class com.kLoOge.Werks.script.pub.CombatEvent
Retrieve the current round.
getRound() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the current combat round.
getScriptFolder() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the location where the program looks for scripts.
getSelectedIcons() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Returns an array of objects representing the currently selected Icons.
getSelectedIconsOnMap(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve all the currently selected Icons on the supplied Map.
getSessionName() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve your current session name.
getSoundFileNames() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the list of sounds that are currently installed.
getTabButtons(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve a list containing all the buttons on the current Dice Dialog tab.
getTableColumn(String, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the column index, based on a table's tag and the column's tag.
getTargeters(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an array of the Icons that are currently targeting this one.
getTargets(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an array of all the Icons that this Icon is currently targeting.
getThreatenedArea(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the area being threatened by this Icon.
getThreatenedIcons(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve an array of Icons that this Icon is currently able to threaten.
getType() - Method in class com.kLoOge.Werks.script.pub.CalendarEvent
Retrieve the type of the event.
getType() - Method in class com.kLoOge.Werks.script.pub.CombatEvent
Retrieve the type of the event.
getType() - Method in class com.kLoOge.Werks.script.pub.IconEvent
Retrieve the type of the event.
getType() - Method in class com.kLoOge.Werks.script.pub.MapEvent
Retrieve the type of the event.
getValue() - Method in class com.kLoOge.Werks.script.pub.ScriptEvent
Get the Object associated with this event.
getViewportBounds() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the bounds of the current Map as it appears in the viewport.
getViewportCenter() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the center location of the current Map as it appears in the viewport.
getWorkingFolder() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the folder that the program uses to retrive components required to operate.
getYear() - Method in class com.kLoOge.Werks.script.pub.CalendarEvent
Retrieve the current year.
getYear() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the name of the current year.

H

healFromZero() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Determine if the definition supports the concept of "healing from zero." What's that? If you don't know, then you'll probably have to wait to see.
healIcon(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Increase an Icon's hit points to the point where it is considered to be fully healed.
HourChanged - Static variable in class com.kLoOge.Werks.script.pub.CalendarEvent
Hour changed event type.
HPAdjust - Static variable in class com.kLoOge.Werks.script.pub.IconEvent
HP adjustment event type.

I

iconAction(IconEvent) - Method in interface com.kLoOge.Werks.script.pub.IconListener
Invoked when an Icon event occurs.
IconEvent - Class in com.kLoOge.Werks.script.pub
A class that provides notification for Icon events.
IconEvent(Object, int, int, int) - Constructor for class com.kLoOge.Werks.script.pub.IconEvent
 
iconHasAnimImage(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Deprecated.
As of 2.7.6 this method has been deprecated, since there is no longer a distinction of an Icon having an animated image.
IconHeld - Static variable in class com.kLoOge.Werks.script.pub.MapEvent
Icon held event.
IconListener - Interface in com.kLoOge.Werks.script.pub
The listener interface for receiving Icon events.
IconMadeInvisible - Static variable in class com.kLoOge.Werks.script.pub.MapEvent
Icon made invisible event.
IconMadeVisible - Static variable in class com.kLoOge.Werks.script.pub.MapEvent
Icon made visible event.
IconMoved - Static variable in class com.kLoOge.Werks.script.pub.MapEvent
Icon moved event.
iconsHaveSameDisposition(Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Determine if two Icons have the same disposition.
IconTargetAdded - Static variable in class com.kLoOge.Werks.script.pub.MapEvent
Icon target added event.
IconTargetRemoved - Static variable in class com.kLoOge.Werks.script.pub.MapEvent
Icon target removed event.
IconUnheld - Static variable in class com.kLoOge.Werks.script.pub.MapEvent
Icon no longer held event.
IconUnUserState - Static variable in class com.kLoOge.Werks.script.pub.MapEvent
Icon no longer "user state" event.
IconUserState - Static variable in class com.kLoOge.Werks.script.pub.MapEvent
Icon "user state" event.
IE_Active - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Icon Effect property - Effect is active (enabled)
IE_DescOnly - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Icon Effect property - Description only visible to Players
IE_Encounter - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Icon Effect property - Expire at end of encounter
IE_End - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Icon Effect property - Expire on end of turn
IE_NoRemoveWhenExpired - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Icon Effect property - Do not remove Effect after expiration
IE_NoSaveToEnd - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Icon Effect property - Do not "save" to end the Effect
IE_NoShow - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Icon Effect property - Not visible to Players
IE_NotActive - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Icon Effect property - Effect is not active (disabled)
IE_RemoveWhenExpired - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Icon Effect property - Remove Effect after expiration
IE_SaveToEnd - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Icon Effect property - "Save" to end the Effect
IE_Show - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Icon Effect property - Visible to Players
IE_Start - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Icon Effect property - Expire on start of turn
InitChanged - Static variable in class com.kLoOge.Werks.script.pub.CombatEvent
Init changed event type.
InitSet - Static variable in class com.kLoOge.Werks.script.pub.CombatEvent
Set when all initiatives are set and no more initiative rolls will be accepted.
isAffected(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Determine if an Icon is currently affected by the effect.
isClient() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Deprecated.
use isPlayer() instead.
isCriticalHit(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve whether an expression resulted in a critical hit.
isCriticalMiss(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve whether an expression resulted in a critical miss.
isGridSnapEnabled(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Determines whether grid snap is enabled on the supplied map.
isHit(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve whether an expression resulted in a hit.
isIcon(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Test whether an Icon is an actionable Icon.
isIconAlive(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Checks to see if an Icon is "alive."
isIconBloodied(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve whether an Icon is "bloodied" or not.
isIconControlled(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Determine if an Icon is currently being controlled by someone.
isIconDead(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Checks to see if an Icon is "dead."
isIconDisabled(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve whether an Icon is disabled or not.
isInitiative(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Determine if it is an Icon's turn in initiative.
isItem(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Determine whether the supplied reference to an Icon is an Item or not.
isMaster() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Check if the application is running as a Master (GM).
isNPC(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Determine whether the supplied reference to an Icon is an NPC or not.
isPC(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Determine whether the supplied reference to an Icon is a PC or not.
isPlayer() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Check if the application is running as a Player.
isSelected(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve whether or not an Icon is currently selected.
isTargeting(Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Determine if an Icon is currently targeting another Icon.
IT_Adventure - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing a type of Icon.
IT_Character - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing a type of Icon.
IT_Doc - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing a type of Icon.
IT_Image - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing a type of Icon.
IT_Item - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing a type of Icon.
IT_Map - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing a type of Icon.
IT_Movie - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing a type of Icon.
IT_NPC - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing a type of Icon.
IT_Sound - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag representing a type of Icon.

K

killIcon(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Reduce an Icon's hit points to the point where it is considered to be "dead." For systems with multiple hit point sources, this method will reduce all the hit point sources to the point of "death."
KWScript - Class in com.kLoOge.Werks.script.pub
Scripting allows you to take kLoOge.Werks farther than you would otherwise be able to by allowing you to create short programs that can be applied to Maps, Icons or the global environment.

L

logDebuggingInfo(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Output a String to the Java Output console.

M

mapAction(MapEvent) - Method in interface com.kLoOge.Werks.script.pub.MapListener
Invoked when a map event occurs.
MapEvent - Class in com.kLoOge.Werks.script.pub
A class that provides notification for map events.
MapEvent(Object, int, Object) - Constructor for class com.kLoOge.Werks.script.pub.MapEvent
 
MapListener - Interface in com.kLoOge.Werks.script.pub
The listener interface for receiving map events.
masterChatMsg(boolean, Color, String, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Send a chat message only to the Master.
masterChatMsg(Object, boolean, Color, String, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Send a chat message only to the Master.
masterSendChatMsg(boolean, Color, String, String, boolean, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Instructs the program (when running as a Master) to send a chat message.
measureDistance(Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Measure the distance between two Icons at Map scale.
measureTargetDistance(Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Measure the targeting distance between two Icons at Map scale.
MinuteChanged - Static variable in class com.kLoOge.Werks.script.pub.CalendarEvent
Minute changed event type.
modifyIconEffect(Object, String, String, String, String, boolean, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Deprecated.
This version does not allow you to modify all the attributes of an Effect.
modifyIconEffect(Object, String, String[]) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Modify an existing Effect for the supplied Icon.
MonthChanged - Static variable in class com.kLoOge.Werks.script.pub.CalendarEvent
Month changed event type.
moveIconTo(Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Move the Icon from wherever it is to the destination, provided the destination is a valid place for the Icon to reside.
moveIconToCurrentMap(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Moves an Icon from its present location (whether in a "well" or on a Map, including the current Map) to the current Map.

N

nextToken() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the next token from previously saved XML data.

P

parse(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Invoke the program's dice parser to parse the supplied string into an integer result.
parse(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Invoke the program's dice parser to parse the supplied string into an integer result, providing the Icon as reference (if needed).
parseDouble(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Parse a double from a String.
parseFull(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Unlike the other parse methods available, this one does not produce any directly usable results.
parseInt(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Parse an integer from a String.
pasteIcon(Point2D, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Paste the previously copied Icon to the current Map.
playSound(String, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Plays the specified sound file.
popXMLBuffer() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Pop the latest XML parser from the stack, returning control to the previous parser.
postDeferredCharacterSheetUpdates() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Process all stored character sheet updates in one fell swoop.
pushXMLBuffer(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Push a new XML parser onto the stack of parsers.

R

readColor(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve a color from the next value of previously saved XML data.
releaseIconControl(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Release control of an Icon.
remapPoint(int, double, double) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Set the location of a point based on translating one screen's DPI to the current screen's DPI.
removeCalendarEventListener(CalendarListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Remove the supplied CalendarListener from the list of things interested in receiving calendar event messages.
removeCampaignTab(Component) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Removes the supplied component (and the tab that contains it) from the program's interface.
removeClientEventListener(ClientListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Remove the supplied ClientListener from the list of things interested in receiving Client event messages.
removeCombatEventListener(CombatListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Remove the supplied CombatListener from the list of things interested in receiving combat event messages.
removeIcon(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Removes the Icon from whatever Map it is on and places it in its "well" in the campaign tree.
removeIconEffect(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Remove an effect for the specified Icon.
removeIconEventListener(IconListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Remove the supplied IconListener from the list of things interested in receiving Icon event messages.
removeMapEventListener(MapListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Remove the supplied MapListener from the list of things interested in receiving Map event messages.
removeMapPanel(Component) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Removes the supplied component (and the tab that contains it) from the program's interface.
removeMenuItem(JMenuItem) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Removes the supplied JMenuItem from the application's menu bar.
removePropertyChangeListener(PropertyChangeListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Remove a property change listener from the list of listeners.
removeScriptListener(ScriptListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Remove the supplied ScriptListener from the list of things interested in receiving script event messages.
removeTarget(Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Remove an Icon to the source Icon's targeted list.
removeToolbarButton(JButton) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Remove the supplied button from the application's toolbar.
removeVetoableChangeListener(VetoableChangeListener) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Remove a vetoable property change listener from the list of listeners.
requestFocus(Component) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Requests that the supplied Component receive keyboard focus.
resolveTableData(Object, int, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Apply the program's token/variable resolution to a string.
retrieveDoubleResult(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the double result of a previously parsed expression.
retrieveFullResult(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the full (Master) result string of a previously parsed expression.
retrieveIntResult(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the integer result of a previously parsed expression.
retrievePlayerResult(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the partial (Player) result string of a previously parsed expression.
roll(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Roll a dice expression for the supplied Icon.
rollExpr(Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Roll a dice expression for the supplied Icon.
RoundChanged - Static variable in class com.kLoOge.Werks.script.pub.CombatEvent
Round changed event type.

S

saveCharacterSheet(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Save (export) an Icon's character sheet to an XML file.
scriptAction(ScriptEvent) - Method in interface com.kLoOge.Werks.script.pub.ScriptListener
Invoked when a script event occurs.
ScriptEvent - Class in com.kLoOge.Werks.script.pub
A class that provides notification for script events.
ScriptEvent(Object, Object) - Constructor for class com.kLoOge.Werks.script.pub.ScriptEvent
 
ScriptListener - Interface in com.kLoOge.Werks.script.pub
The listener interface for receiving script events.
selectIcon(Object, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Select/Deselect the provided Icon (as if it had been clicked on by the user).
selectIcon(Object, boolean, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Select/Deselect the provided Icon (as if it had been clicked on by the user).
selectIcons(Object[], boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Select/Deselect all the Icons contained in the supplied array.
sendMessageToClients(Object[], String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Send a private message to one or more Clients.
setAcceptInit(boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Deprecated.
This functionality has been removed.
setCharacterSheet(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Replaces an Icon's character sheet with the data contained in the supplied file.
setCharacterSheetData(Object, String, Object[]) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Sets a full table's data on an Icon's character sheet.
setCharacterSheetData(Object, int, String, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Set a single field of a Table to the supplied value.
setCharacterSheetDataDeferred(Object, int, String, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Due to the nature of character sheet data and dice expressions, if you are going to be making more than one character sheet udpate during the execution of your script, it behooves you and the entire system to "cache" the updates using this routine and then, when you finish, call postDeferredCharacterSheetUpdates().
setCharacterSheetDataDeferred(Object, String, Object[]) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Due to the nature of character sheet data and dice expressions, if you are going to be making more than one character sheet udpate during the execution of your script, it behooves you and the entire system to "cache" the updates using this routine and then, when you finish, call postDeferredCharacterSheetUpdates().
setCurrentIconImage(Object, int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
 
setCurrentTarget(Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Sets an Icon's current target to "target." The supplied target must already be targeted by "src."
setFileSelectionFilter(JFileChooser, String[], String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
The scripting environment does not currently support some Java classes.
setIconChatColor(Object, Color) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Set an Icon's custom chat color.
setIconFace(Object, int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Set the direction that an Icon is facing.
setIconFace(Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Set an Icon's facing direction based on the location of another Icon.
setIconFace(Object, Point2D) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Set an Icon's facing direction based on a location on the Map
setIconFriendly(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Sets an Icon to be friendly to PCs.
setIconHeld(Object, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Toggle an Icon between being "held" (incapacitated) and "active."
setIconHidden(Object, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Toggle an Icon between being hidden or not.
setIconHostile(Object, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Toggle an Icon being hostile to PCs.
setIconHostile(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Sets an Icon to be hostile to PCs.
setIconLocation(Object, Point2D, boolean, boolean, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Move an Icon to the position provided.
setIconName(Object, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Sets the name of an Icon.
setIconNeutral(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Sets an Icon to be friendly to PCs.
setIconOpacity(Object, int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Set an Icon's transparency level.
setIconRotation(Object, int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Set an Icon's amount of rotation.
setIconUserState(Object, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Toggle an Icon between being in the "user state" and "active."
setIconVisibility(Object, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Toggle an Icon between being visible to Clients and being invisible to Clients.
setImagePreviewer(JFileChooser) - Static method in class com.kLoOge.Werks.script.pub.KWScript
This method provides a convenient way for you to supply your JFileChooser dialogs with an image preview component.
setMapZoom(int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Set's the current Map's zoom level.
setMaxHP(Object, int[]) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Set the maximum hit points for an Icon.
setRollModified(Object, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Tell the program whether a roll has been modified or not.
setSoundPreviewer(JFileChooser) - Static method in class com.kLoOge.Werks.script.pub.KWScript
This method provides a convenient way for you to supply your JFileChooser dialogs with a sound preview component.
showConfirmDialog(Object, String, Rectangle) - Static method in class com.kLoOge.Werks.script.pub.KWScript
A convenience routine for scripts so they can easily throw up a resizable, modal dialog.
showDicePanel(Object, boolean) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Toggle the display of an Icon's dice panel.
siUnits() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Check whether the host program is operating with SI units.
SOUND_EVENT_PROPERTY - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Property to set when sound events should be received.
ST_Client - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag to indicate that this script is intended to run on a Client.
ST_Def - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag to indicate that this script is intended to be run from the definition file.
ST_Global - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag to indicate that this is a global script.
ST_Icon - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag to indicate that this script is intended to be associated with an Icon.
ST_Map - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag to indicate that this script is intended to be associated with a Map.
ST_Master - Static variable in class com.kLoOge.Werks.script.pub.KWScript
Flag to indicate that this script is intended to run on the Master.
startBlock(String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Begin a block in a script's XML save data.
startCombat() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Initiate combat.
stopScript(Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Stop a running script.

T

threatened(Object, Object) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Check to see if one Icon is within the threatened range of another.
tokenSkip() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Skip the next token from previously saved XML data.
tokenValue() - Static method in class com.kLoOge.Werks.script.pub.KWScript
Retrieve the next value from previously saved XML data.

V

visualEffect(Object, Object[], Color, String, String, int) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Create a visual effect, as created for Spells and other rolls.
visualEffect(Point2D, double, String, String) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Create a visual effect on the current Map, as created for Spells and other rolls.

Y

YearChanged - Static variable in class com.kLoOge.Werks.script.pub.CalendarEvent
Year changed event type.

Z

zoomTo(Rectangle) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Set the current Map's zoom level so that the supplied rectangle fills (as much as possible) the entire display.
zoomTo(Rectangle2D) - Static method in class com.kLoOge.Werks.script.pub.KWScript
Set the current Map's zoom level so that the supplied rectangle fills (as much as possible) the entire display.
A B C D E F G H I K L M N P R S T V Y Z 
Skip navigation links