Get the value of the supplied output token. @param tokenSource The full source of the token e.g. SKILL.0.MISC @param pc The character to retrieve the value for. @param eh The ExsportHandler that is managing the export (may be null for a once off conversion). @return The value of the token.
(String tokenSource, PlayerCharacter pc, ExportHandler eh)
| 58 | * @return The value of the token. |
| 59 | */ |
| 60 | public abstract String getToken(String tokenSource, PlayerCharacter pc, ExportHandler eh); |
| 61 | |
| 62 | /** |
| 63 | * This method takes a tokenizer and tries to return an integer value for |
no outgoing calls