Sid Meier's Civilization VI

Sid Meier's Civilization VI

Right Click Close Leader
brelgo 2020 年 5 月 2 日 下午 9:14
Wonderful! Thanks for the archive / using in other contexts
Just wanted to say thanks for keeping your old versions around :) It gave me the right ideas when trying to implement the same functionality for other things like citystates.lua etc!

function OnInputHandler( input:table )
local uiMsg = input:GetMessageType();
if (uiMsg == MouseEvents.RButtonUp) then
UI.DeselectAllUnits();
Close();
else
return m_kScreenSlideAnim.OnInputHandler( input );
end
end

Could any problems arise from doing that here?
最后由 brelgo 编辑于; 2020 年 5 月 2 日 下午 11:44
< >
正在显示第 1 - 1 条,共 1 条留言
PoundedChicken  [开发者] 2020 年 5 月 20 日 下午 9:49 
It's been a long time since I made this, I just update as they change the file now. I have no idea if what you're suggesting would work or not. I just do trial and error. Good luck.
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50