rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 75 forks source link

Input.AddSymbol #158

Closed Sigureya closed 6 years ago

Sigureya commented 6 years ago

Ability to add symbols for keyboard and game pad. Although it is possible to add data directly to the table, it is possible to create room for other plugins to hook by inserting a function. addSymbolsToMultipleKeys () is a function to register symbols in multiple keys by using the fact that the character code and key code match. Although it is limited to capital letters, it was suggested that it was easy to use by incorporating it into a plug-in.