Namespace: TextManager

TextManager

The static class that handles terms and messages.
Properties:
NameTypeDescription
levelstringThe basic level term
levelAstringThe basic level abbreviated term
hpstringThe basic HP term
hpAstringThe basic HP abbreviated term
mpstringThe basic MP term
mpAstringThe basic MP abbreviated term
tpstringThe basic TP term
tpAstringThe basic TP abbreviated term
expstringThe basic EXP term
expAstringThe basic EXP abbreviated term
fightstringThe command Fight term
escapestringThe command Escape term
attackstringThe command Attack term
guardstringThe command Guard term
itemstringThe command Item term
skillstringThe command Skill term
equipstringThe command Equip term
statusstringThe command Status term
formationstringThe command Formation term
optionsstringThe command Options term
savestringThe command Save term
gameEndstringThe command Game End term
weaponstringThe command Weapon term
armorstringThe command Armor term
keyItemstringThe command Key Item term
equip2stringThe command Second Equip term
OptimizestringThe command Optimize term
clearstringThe command Clear term
buystringThe command Buy term
sellstringThe command Sell term
newGamestringThe command New Game term
continuestringThe command Continue term
toTitlestringThe command To Title term
cancelstringThe command Cancel term
alwaysDashstringThe message term for Always Dash
commandRememberstringThe message term for Command Remember
touchUI:stringThe message term for Touch UI
bgmVolumestringThe message term for BGM Volume
bgsVolumestringThe message term for BGS Volume
meVolumestringThe message term for ME Volume
seVolumestringThe message term for SE Volume
possessionstringThe message term for Possession
expTotalstringThe message term for EXP Total
expNextstringThe message term for EXP Next
saveMessagestringThe message term for Save Message
loadMessagestringThe message term for Load Message
filestringThe message term for File
autosavestringThe message term for Autosave
partyNamestringThe message term for Party Name
emergestringThe message term for Emerge
preemptivestringThe message term for Preemptive
surprisestringThe message term for Surprise
escapeStartstringThe message term for Escape Start
escapeFailurestringThe message term for Escape Failure
victorystringThe message term for Victory
defeatstringThe message term for Defeat
obtainExpstringThe message term for Obtain EXP
obtainGoldstringThe message term for Obtain Gold
obtainItemstringThe message term for Obtain Item
levelUpstringThe message term for Level Up
obtainSkillstringThe message term for Obtain Skill
useItemstringThe message term for Use Item
criticalToEnemystringThe message term for Critical To Enemy
criticalToActorstringThe message term for Critical To Actor
actorDamagestringThe message term for Actor Damage
actorRecovery:stringThe message term for Actor Recovery
actorGainstringThe message term for Actor Gain
actorLossstringThe message term for Actor Loss
actorDrainstringThe message term for Actor Drain
actorNoDamagestringThe message term for Actor No Damage
actorNoHitstringThe message term for Actor No Hit
enemyDamagestringThe message term for Enemy Damage
enemyRecoverystringThe message term for Enemy Recovery
enemyGainstringThe message term for Enemy Gain
enemyLossstringThe message term for Enemy Loss
enemyDrainstringThe message term for Enemy Drain
enemyNoDamagestringThe message term for Enemy No Damage
enemyNoHitstringThe message term for Enemy No Hit
evasionstringThe message term for Evasion
magicEvasionstringThe message term for Magic Evasion
magicReflectionstringThe message term for Magic Reflection
counterAttackstringThe message term for Counter Attack
substitutestringThe message term for Substitute
buffAddstringThe message term for Buff Add
debuffAddstringThe message term for Debuff Add
buffRemovestringThe message term for Buff Remove
actionFailurestringThe message term for Action Failure

Members

TextManager.currencyUnitstringstaticreadonly

The Currency Unit

Methods

TextManager.basic(basicId)stringstatic

Gets the basic term at given position
NameTypeDescription
basicIdnumberThe index of the basic term
Returns:
TypeDescription
stringThe term at given index in $dataSystem.terms.basic

TextManager.command(commandId)stringstatic

Gets the command term at given position
NameTypeDescription
commandIdnumberThe index of the command term
Returns:
TypeDescription
stringThe term at given index in $dataSystem.terms.commands

TextManager.getter(method, param)stringstatic

Generic getter for the various term types
NameTypeDescription
methodstringThe function name to call
paramnumber|stringThe index or id of the term
Returns:
TypeDescription
stringThe term at given index

TextManager.message(messageId)stringstatic

Gets the message term for the given id
NameTypeDescription
messageIdstringThe id of the message term
Returns:
TypeDescription
stringThe term for the given id in $dataSystem.terms.messages

TextManager.param(paramId)stringstatic

Gets the param term at given position
NameTypeDescription
paramIdnumberThe index of the param term
Returns:
TypeDescription
stringThe term at given index in $dataSystem.terms.params