- Joined
- Jul 10, 2007
- Messages
- 6,306
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
struct ListTestthere?static,they aren't using the this except method movelocal unit u = CreateUnit(...)
local thistype this = GetUnitUserData(u)
local thistype node = add() //o-o, yes, I just added a node directly to the unit
method add takes nothing returns thistype
//allocate node
local thistype node = thistype(0).next
if (0 == node) then
set node = count + 1
set count = node
else
set thistype(0).next = node
endif
