ParaWorld_Inventory
a central place per application for selling and buying tradable items.
Title |
a central place per application for selling and buying tradable items. |
Author(s) |
LiXizhi |
Date |
2008/1/21 |
File |
script/kids/3DMapSystemApp/API/paraworld.Inventory.lua |
Description
Sample Code
NPL.load("(gl)script/kids/3DMapSystemApp/API/ParaworldAPI.lua");
Member Functions
paraworld.inventory.GetBag
create class
commonlib.setfield("paraworld.inventory", {});
[[
]]
syntax
function paraworld.inventory.GetBag()
paraworld.inventory.AddItem
[[
]]
syntax
function paraworld.inventory.AddItem()
paraworld.inventory.RemoveItem
syntax
function paraworld.inventory.RemoveItem()
Topic revision: r1 - 2008-02-29
- LiXizhi