Skip to content

Commit

Permalink
0.12.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Buizz committed Jul 30, 2021
1 parent 3fc8ae8 commit 6d2fdad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions EUD Editor 3/Data/Lua/TriggerEditor/msqcTool.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
--[================================[
@Language.ko-KR
@Summary
[Key]를 안전한 문자로 변경합니다.
@Group
키인식
@param.Key.Key
@Language.en-US
@Summary
[Key]를 안전한 문자로 변경합니다.
@Group
키인식
@param.Key.Key
]================================]
function KeyParse(Key)
index = string.find("NUMPAD*NUMPAD+NUMPAD-NUMPAD.NUMPAD/*+-./=,`[]\\'", Key)
if index ~= nii then
Expand Down

0 comments on commit 6d2fdad

Please sign in to comment.