반응형
table에서 for 구문을 이용할 때 nil값이 들어갈 경우를 커버해준다.
next 함수 이용 (table 내부의 값을 순환한다)
if next(table)==nil then
--table 에서 nil값이 있으면~
end
if not(table)==nil then
--table 에서 nil 값이 없이 클린하면~
end
반응형
'WOW〃retail > 매크로,LUA〃' 카테고리의 다른 글
[lua] hookscript vs setscript (0) | 2020.11.17 |
---|---|
[lua] 북미 , 유럽 서버와 시간차 알아보기 (0) | 2020.11.10 |
[lua] 위크오라 숨김/표시 버튼. (0) | 2020.10.20 |
[lua] 어둠땅 api 변경점 (0) | 2020.10.15 |
[lua] Unix timestamp (0) | 2020.10.13 |