Aliases ko KR - Reetus/ClassicAssist GitHub Wiki
ν΄λμμ΄μμ€νΈ 맀ν¬λ‘ λͺ λ Ήμ΄
μμ±λ 2024-12-15 μ€μ 3:30:41
λ²μ : 4.425.22+b9a337759d26b9d39ae8ccaac75a36c4255be94a
Translated by Mark Hunt & Andy H.
λ³λͺ
FindAlias
λ©μλ μκ·Έλμ²:
Boolean FindAlias(System.String)
νλΌλ―Έν°
- aliasname: μ΄λ¦.
μ€λͺ :
μ§μ λ μ리μΌμ μ°Ύλ κ²μ μκ΄ μμ΄ μλν©λλ€.
μμ:
if FindAlias("mount"):
GetAlias
λ©μλ μκ·Έλμ²:
Int32 GetAlias(System.String)
νλΌλ―Έν°
- aliasname: μ΄λ¦.
μ€λͺ :
μ€μ λ μ΄λ¦μ κ°μ Έμ΅λλ€.
μμ:
GetAlias("mount")
GetPlayerAlias
λ©μλ μκ·Έλμ²:
Int32 GetPlayerAlias(System.String)
νλΌλ―Έν°
- aliasname: μ΄λ¦.
μ€λͺ :
Gets the value of the given alias name, for the current player.
μμ:
GetPlayerAlias("mount")
PromptAlias
λ©μλ μκ·Έλμ²:
Int32 PromptAlias(System.String)
νλΌλ―Έν°
- aliasname: μ΄λ¦.
μ€λͺ :
λμμ 컀μλ‘ μ ννμ¬ μ΄λ¦μ μ νμΈμ.
μμ:
PromptAlias("mount")
PromptMacroAlias
λ©μλ μκ·Έλμ²:
Int32 PromptMacroAlias(System.String)
νλΌλ―Έν°
- aliasname: μ΄λ¦.
μ€λͺ :
μ£Όμ΄μ§ λ³μΉ μ΄λ¦μ λν κ°μ μ 곡νλλ‘ κ²μ λ΄ λμ 컀μλ‘ ν둬ννΈ(Prompt)ν©λλ€. λ³μΉμ νμ¬ λ§€ν¬λ‘μμλ§ μ ν¨ν©λλ€.
μμ:
PromptMacroAlias("mount")
PromptPlayerAlias
λ©μλ μκ·Έλμ²:
Int32 PromptPlayerAlias(System.String)
νλΌλ―Έν°
- aliasname: μ΄λ¦.
μ€λͺ :
Prompt with an in-game target cursor to supply value for given alias name, for the current player.
μμ:
PromptPlayerAlias("mount")
SetAlias
λ©μλ μκ·Έλμ²:
Void SetAlias(System.String, System.Object)
νλΌλ―Έν°
- aliasname: μ΄λ¦.
- obj: μ μ λλ 16μ§μ νμμ μ€μ μ리μΌ, λλ "self"μ κ°μ μ΄λ¦ λ¬Έμμ΄.
μ€λͺ :
μ΄λ¦μ μ€μ ν©λλ€.
μμ:
SetAlias("mount", 0x40000001)
SetMacroAlias
λ©μλ μκ·Έλμ²:
Void SetMacroAlias(System.String, System.Object)
νλΌλ―Έν°
- aliasname: μ΄λ¦.
- obj: μ μ λλ 16μ§μ νμμ μ€μ μ리μΌ, λλ "self"μ κ°μ μ΄λ¦ λ¬Έμμ΄.
μ€λͺ :
μ΄λ¦μ μ€μ ν©λλ€. μ€μ λ μ΄λ¦μ νμ¬ λ§€ν¬λ‘μμλ§ μ ν¨ν©λλ€.
μμ:
SetMacroAlias("mount", 0x40000001)
SetPlayerAlias
λ©μλ μκ·Έλμ²:
Void SetPlayerAlias(System.String, System.Object)
νλΌλ―Έν°
- aliasname: μ΄λ¦.
- obj: μ μ λλ 16μ§μ νμμ μ€μ μ리μΌ, λλ "self"μ κ°μ μ΄λ¦ λ¬Έμμ΄.
μ€λͺ :
Sets the value of the given alias name, for the current player.
μμ:
SetPlayerAlias("mount", 0x40000001)
UnsetAlias
λ©μλ μκ·Έλμ²:
Void UnsetAlias(System.String)
νλΌλ―Έν°
- aliasname: μ΄λ¦.
μ€λͺ :
μ€μ λ μ΄λ¦μ μ κ±°ν©λλ€.
μμ:
UnsetAlias("mount")
UnsetPlayerAlias
λ©μλ μκ·Έλμ²:
Void UnsetPlayerAlias(System.String)
νλΌλ―Έν°
- aliasname: μ΄λ¦.
μ€λͺ :
Removes the alias name given, for the current player.
μμ:
UnsetPlayerAlias("mount")