forked from mirror/openmw-tes3mp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adb49b7c7d
Example: local GUI_LISTBOX = 42 function OnPlayerSendMessage(pid, message) if message == "/lb" then local items = "consectetur adipiscing elit\nsed do eiusmod tempor incididunt ut labore\net dolore magna aliqua." -- items can be separated through newline local label = "Lorem ipsum dolor sit amet" tes3mp.ListBox(pid, GUI_LISTBOX, label, items) end end function OnGUIAction(pid, idGui, data) if idGui == GUI_LISTBOX then print("ID: " .. idGui .. " data: " .. tostring(data)) -- if value higher than last item id end end |
8 years ago | |
---|---|---|
.. | ||
launcher | 10 years ago | |
mac | 10 years ago | |
mygui | 8 years ago | |
opencs | 9 years ago | |
shaders | 8 years ago | |
tes3mp | 8 years ago | |
ui | 10 years ago | |
windows | 10 years ago | |
wizard | 11 years ago | |
CMakeLists.txt | 9 years ago | |
gamecontrollerdb.txt | 9 years ago | |
openmw-cs.cfg | 9 years ago | |
openmw-cs.desktop | 10 years ago | |
openmw.appdata.xml | 10 years ago | |
openmw.bmp | 13 years ago | |
openmw.cfg | 9 years ago | |
openmw.cfg.local | 9 years ago | |
openmw.desktop | 10 years ago | |
settings-default.cfg | 8 years ago | |
version.in | 10 years ago |