Lists ko KR - Reetus/ClassicAssist GitHub Wiki
ํด๋์์ด์์คํธ ๋งคํฌ๋ก ๋ช ๋ น์ด
์์ฑ๋ 2024-12-15 ์ค์ 3:30:41
๋ฒ์ : 4.425.22+b9a337759d26b9d39ae8ccaac75a36c4255be94a
Translated by Mark Hunt & Andy H.
๋ชฉ๋ก
ClearList
๋ฉ์๋ ์๊ทธ๋์ฒ:
Void ClearList(System.String)
ํ๋ผ๋ฏธํฐ
- listname: ๋ฆฌ์คํธ ์ด๋ฆ.
์ค๋ช :
๋ชฉ๋ก์์ ์ด๋ฆ์ ์ญ์ ํฉ๋๋ค.
์์:
ClearList("list")
CreateList
๋ฉ์๋ ์๊ทธ๋์ฒ:
Void CreateList(System.String)
ํ๋ผ๋ฏธํฐ
- listname: ๋ฆฌ์คํธ ์ด๋ฆ.
์ค๋ช :
์ด๋ฆ์ผ๋ก ๋ชฉ๋ก์ ๋ง๋ญ๋๋ค. ๋ชฉ๋ก์ด ์ด๋ฏธ ์์ผ๋ฉด ๊ฒน์ณ ์๋๋ค.
์์:
CreateList("list")
GetList
๋ฉ์๋ ์๊ทธ๋์ฒ:
System.Object[] GetList(System.String)
ํ๋ผ๋ฏธํฐ
- listname: ๋ฆฌ์คํธ ์ด๋ฆ.
์ค๋ช :
๋ฃจํ ๋ฑ๊ณผ ํจ๊ป ์ฌ์ฉํ๊ธฐ ์ํด ๋ชฉ๋ก์์๋ ๋ชจ๋ ํญ๋ชฉ์ ๋ฐฐ์ด์ ํ์ํฉ๋๋ค.
์์:
GetList("list")
InList
๋ฉ์๋ ์๊ทธ๋์ฒ:
Boolean InList(System.String, System.Object)
ํ๋ผ๋ฏธํฐ
- listname: ๋ฆฌ์คํธ ์ด๋ฆ.
- value: ์ ์ ๊ฐ - ์ฌ์ฉ ๋ฐฉ๋ฒ์ ๋ํ ์ค๋ช ์ ๋ณด์ธ์.
์ค๋ช :
์ฃผ์ด์ง ์์๊ฐ ๋ชฉ๋ก์ ํฌํจ๋์ด ์๋์ง ํ์ธํฉ๋๋ค.
์์:
if InList("shmoo", 1):
List
๋ฉ์๋ ์๊ทธ๋์ฒ:
Int32 List(System.String)
ํ๋ผ๋ฏธํฐ
- listname: ๋ฆฌ์คํธ ์ด๋ฆ.
์ค๋ช :
๋ฆฌ์คํธ ๋ด์ ์ํธ๋ฆฌ ์๋ฅผ ๋ณด์ฌ์ค๋๋ค.
์์:
if List("list") < 5:
ListExists
๋ฉ์๋ ์๊ทธ๋์ฒ:
Boolean ListExists(System.String)
ํ๋ผ๋ฏธํฐ
- listname: ๋ฆฌ์คํธ ์ด๋ฆ.
์ค๋ช :
๋ฆฌ์คํธ๊ฐ ์กด์ฌํ๋ฉด true, ๊ทธ๋ ์ง ์์ผ๋ฉด false.
์์:
if ListExists("list"):
PopList
๋ฉ์๋ ์๊ทธ๋์ฒ:
Int32 PopList(System.String, System.Object)
ํ๋ผ๋ฏธํฐ
- listname: ๋ฆฌ์คํธ ์ด๋ฆ.
- elementvalue: ๋งค๊ฐ๋ณ์_์ค๋ช _์์๊ฐ ์ ๋ฉด๊ณผ ํ๋ฉด. (์ต์ )
์ค๋ช :
๋ชฉ๋ก์์ ์์(elements)๋ฅผ ์ ๊ฑฐํ๊ณ ์ ๊ฑฐ๋ ์์(elements) ์๋ฅผ ๋ฐํํฉ๋๋ค
์์:
CreateList("hippies")
PushList("hippies", 1)
PushList("hippies", 2)
PushList("hippies", 3)
PopList("hippies", "front") # Removes 1
PopList("hippies", "back") # Removes 3
PopList("hippies", "2") # Removes any 2's that exist in the list
for x in GetList("hippies"):
print x # Never reached because list is empty
PushList
๋ฉ์๋ ์๊ทธ๋์ฒ:
Void PushList(System.String, System.Object)
ํ๋ผ๋ฏธํฐ
- listname: ๋ฆฌ์คํธ ์ด๋ฆ.
- value: ์ ์ ๊ฐ - ์ฌ์ฉ ๋ฐฉ๋ฒ์ ๋ํ ์ค๋ช ์ ๋ณด์ธ์.
์ค๋ช :
๋ชฉ๋ก์ ๋์ ๋ณด์ฌ์ฃผ๊ณ , ๋ชฉ๋ก์ด ์์ผ๋ฉด ๋ชฉ๋ก์ ๋ง๋ญ๋๋ค.
์์:
PushList("list", 1)
RemoveList
๋ฉ์๋ ์๊ทธ๋์ฒ:
Void RemoveList(System.String)
ํ๋ผ๋ฏธํฐ
- listname: ๋ฆฌ์คํธ ์ด๋ฆ.
์ค๋ช :
์ฃผ์ด์ง ์ด๋ฆ์ ๋ชฉ๋ก์ ์ ๊ฑฐํฉ๋๋ค.
์์:
RemoveList("list")