525 B
525 B
Function: ShowWindow(player, window, show)
Description: Shows a UI window, window represents the ui/default directory eq2ui_x_y.xml, in other words eq2ui_inventory_inventory.xml will be Inventory.Inventory.
Parameters:
player
(Spawn) - Spawn object representingplayer
.window
(string) - Stringwindow
.show
(uint8) - Integer valueshow
.
Returns: None.
Example:
-- From Quests/FarJourneyFreeport/TasksaboardtheFarJourney.lua
ShowWindow(Player, "Inventory.Inventory", 0)