[원문] 긴급!!) 이 메크로 해석 좀 부탁드립니다!!

/run local f = GetMouseFocus(); f:SetUserPlaced(true) f:SetMovable(true) f:EnableMouse(true) f:RegisterForDrag("LeftButton") f:SetScript("OnDragStart",f.StartMoving) f:SetScript("OnDragStop",f.StopMovingOrSizing)
(bind it, hold the bind to drag target of focus frame)

 

 


-------------------------------------------------------------------------------------

위 매크로를 키로 설정해놓고 누른 상태로 주시 대상 프레임을 드래그하면

위치를 옮길 수 있도록 해주는 매크로 같네요.