- Joined
- Mar 3, 2006
- Messages
- 1,564
This:
Is displaying in the game:
Can I null a certain value in the hashtable without using flush functions ?
JASS:
function ClearHashtablePointDataTest takes nothing returns nothing
local unit u = gg_unit_Emoo_0005
call SaveUnitHandle(css_data , 1 , 1 , u )
call pop(ut2s(u))
call SaveUnitHandle(css_data , 1 , 1 , null )
call pop(ut2s(LoadUnitHandle(css_data , 1 , 1)))
endfunction
-pristessofthemoon
pristessofthemoon