- Joined
- Jul 10, 2007
- Messages
- 6,306
Still need to do the md, finish the Lua project framework thing, and so on. Updated UnitIndexer so that I could use it for testing since it has everything .
Anyways, have a look, enjoy the new API, and take a look at the new approach. I'll throw the stuff on github as soon as I have a few resources updated with documentation + have the Lua stuff done.
I'm sorry, I changed the API, but it's better
Not to mention that this isn't made to be pasted into WE anyways, lol.
I'm using luaforwindows for the Lua stuff, so you should download that and be ready for some awesome . Using the notepad++ thing for vJASS editing, but the compiling is all going thru Lua.
[highlight_url=vjass]http://pastebin.com/raw.php?i=EP7ySzaf[/highlight_url]
[highlight_url=vjass]http://pastebin.com/raw.php?i=Kb1pTrBd[/highlight_url]
[highlight_url=vjass]http://pastebin.com/raw.php?i=M1P2Mmu7[/highlight_url]
[highlight_url=vjass]http://pastebin.com/raw.php?i=k7U8UEH0[/highlight_url]
Anyways, have a look, enjoy the new API, and take a look at the new approach. I'll throw the stuff on github as soon as I have a few resources updated with documentation + have the Lua stuff done.
I'm sorry, I changed the API, but it's better
Not to mention that this isn't made to be pasted into WE anyways, lol.
I'm using luaforwindows for the Lua stuff, so you should download that and be ready for some awesome . Using the notepad++ thing for vJASS editing, but the compiling is all going thru Lua.
[highlight_url=vjass]http://pastebin.com/raw.php?i=EP7ySzaf[/highlight_url]
[highlight_url=vjass]http://pastebin.com/raw.php?i=Kb1pTrBd[/highlight_url]
[highlight_url=vjass]http://pastebin.com/raw.php?i=M1P2Mmu7[/highlight_url]
[highlight_url=vjass]http://pastebin.com/raw.php?i=k7U8UEH0[/highlight_url]
Lua:
require "GetVarObject"
local id = getvarobject("Adef", "abilities", "ABILITIES_UNIT_INDEXER", true)
createobject("Adef", id)
makechange(current, "aart", "")
makechange(current, "arac", "0")
makechange(current, "anam", "Unit Indexer")
updateobjects()
Attachments
Last edited: