@param tokenSource @param pc @param eh The ExportHandler to advise if there are no more items. @return token
(String tokenSource, PlayerCharacter pc, ExportHandler eh)
| 54 | * @return token |
| 55 | */ |
| 56 | public static String getArmorToken(String tokenSource, PlayerCharacter pc, ExportHandler eh) |
| 57 | { |
| 58 | return replaceTokenArmor(tokenSource, pc, eh); |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * See the PCGen Docs on Token Syntax |
no test coverage detected