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.
c27351c19e
AddItem, RemoveItem, GetItemName, GetItemCount, GetItemHealth, GetInventorySize SendInventory Example: ```lua tes3mp.AddItem(pid, "glass dagger", 1, 50) tes3mp.AddItem(pid, "glass dagger", 1, -1) tes3mp.SendInventory(pid) tes3mp.RemoveItem(pid, "glass dagger", 1) tes3mp.SendInventory(pid) local invSize = tes3mp.GetInventorySize(pid) - 1 for i = 0, invSize do print(("%s %d %d"):format(tes3mp.GetItemName(pid, i), tes3mp.GetItemCount(pid, i), tes3mp.GetItemHealth(pid, i))) end ``` |
8 years ago | |
---|---|---|
.. | ||
DedicatedPlayer.cpp | 8 years ago | |
DedicatedPlayer.hpp | 8 years ago | |
GUIChat.cpp | 8 years ago | |
GUIChat.hpp | 8 years ago | |
GUIController.cpp | 8 years ago | |
GUIController.hpp | 8 years ago | |
GUILogin.cpp | 9 years ago | |
GUILogin.hpp | 9 years ago | |
LocalPlayer.cpp | 8 years ago | |
LocalPlayer.hpp | 8 years ago | |
Main.cpp | 8 years ago | |
Main.hpp | 8 years ago | |
Networking.cpp | 8 years ago | |
Networking.hpp | 8 years ago | |
PlayerMarkerCollection.cpp | 8 years ago | |
PlayerMarkerCollection.hpp | 8 years ago |