SirWayNe
SirWayNe
Please add something like this: ``` function BuildingHelper:IsRepairing( unit ) return unit:HasModifier("modifier_builder_repairing") end ``` Helps to get wether a unit is in repairing state.
I just found an error and some suggestions regarding this function. Error: `function BuildingHelper:BlockPSO(size, location) -- if size == 0 then return end -- size can be nil, when no...
The GridNav in LUA does work correct, giving me the correct amount of squares, with buildable areas ect. But when sending this to JS via GNV, this doesnt work at...
It would be nice to register a hook, when the building has been finished. Didn't find anything inside the lib, so I added the function to the modifier ondestroy.
The Function BuildingHelper:BuildCommand(args) failed with following line: -- Cancel current action if not queue then builder:Stop() end since "builder" hasnt been set properly. the hero initially spawned is the builder,...
The Gold is not set properly,m when repalcing the Hero. When iset the gold via StartingGold in GameEvent manager, it gets to 0 when hero is replaced. Changed the following...