Mod Calls - misterslime/RinSatsukiMod GitHub Wiki
Mod Calls are special functions that can be used with tModLoader's .Call()
function to get or set different values from other mods. Kirin chat lines added by other mods can be turned off in the config.
Mod Calls Table
Function |
Returns |
Parameters |
KirinStatus |
(bool) Whether the specified value is true or false. |
(string) The event you want to have queried. |
DiscoveredPlant |
(bool) Whether the plant specified is being sold by the Kirin. |
(string) The plant to check for. |
GetKirinHealCost |
(int) The price that the Kirin would heal you for. |
(Player) The player to check. |
Aliases
KirinStatus |
Arrived |
Teleported |
Dead |
Permadeath |
DiscoveredPlant |
EvilPlant |
Bloodlily |
Ebonstalk |
Fairymint |
Skynip |
Lavashine |
Glowthistle |
BurningMushroom |
IlluminatedMushroom |
StoneMushroom |