SoUI 0.5版本占坑
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
923 B

3 years ago
#if 0
//--------------------------------------------//
// 本文件为自动生成,请勿编辑 //
// thanks to 最萌小汐 //
//--------------------------------------------//
#endif
#ifdef USE_BJ_ANTI_LEAK
#ifndef YDWENudgeObjectsInRectNullIncluded
#define YDWENudgeObjectsInRectNullIncluded
#include "AntiBJLeak/detail/NudgeUnitsInRectEnum.j"
#include "AntiBJLeak/detail/NudgeItemsInRectEnum.j"
library YDWENudgeObjectsInRectNull requires YDWENudgeUnitsInRectEnumNull, YDWENudgeItemsInRectEnumNull
function YDWENudgeObjectsInRectNull takes rect nudgeArea returns nothing
local group g = CreateGroup()
call GroupEnumUnitsInRect(g, nudgeArea, null)
call ForGroup(g, function YDWENudgeUnitsInRectEnumNull)
call DestroyGroup(g)
set g = null
call EnumItemsInRect(nudgeArea, null, function YDWENudgeItemsInRectEnumNull)
endfunction
endlibrary
#endif
#endif