Yes i can confirm that its working
Another feature for the Features and Missing features thread
Another feature for the Features and Missing features thread
Random Chitchat 2012-2016
|
Yes i can confirm that its working
Another feature for the Features and Missing features thread
05-31-2013, 01:25 AM
Cool, so now I can work on the virtual windows
Thanks given by: NiLSPACE
Oh dear, they're starting to complicate even the most basic stuff...
http://wiki.vg/Pre-release_protocol#Chat....280x03.29 I'd like to try my hand at item enchantments now, the general storage and API.
05-31-2013, 06:08 PM
Maybe item renaming would be usefull to.
06-01-2013, 03:03 AM
How to use cItem..get.m_ItemCount() etc?
They're values directly gettable, like variables:
local ExampleItem = cItem(E_BLOCK_WOOL, 5, E_META_WOOL_RED); -- 5 red wool LOG(ExampleItem.m_ItemCount); -- "5" LOG(ExampleItem.m_ItemType); -- "35"; E_BLOCK_WOOL value LOG(ExampleItem.m_ItemDamage); -- "14", E_META_WOOL_RED value
06-01-2013, 09:47 AM
Use a dot instead of colon for member vars in Lua
06-01-2013, 05:26 PM
right, sorry, fixed
06-02-2013, 08:00 PM
First success with the enchantments - they got sent to the client
|
« Next Oldest | Next Newest »
|