YukariTea
YukariTea
Requests: - [ ] Make text in the console selectable by mouse or keyboard and copied - [ ] Make pasted text convert LF (newline) to space, instead of removing...
# 詳細 Details It would be useful to be able to iterate over all fields in the `LuaCharacter` class, including custom fields that are unknown to us that other mods...
Currently the `Inventory` module only allows access to the list of items in the player's inventory (`Inventory.player()`), or the list of items on the ground in the map (`Inventory.map()`). There...
A iterable field or a method in the `LuaInventory` for getting all `LuaItem`s in the class would be useful. Currently the only way to obtain a reference to a `LuaItem`...