打开主菜单
Ballance Wiki
β
搜索
更改
←上一编辑
影子坐标
删除29字节
,
2020年12月13日 (日) 15:07
小
→
影子的实质
<pre>Entity3D ent = Entity3D.Cast(ac.GetObjectByName("NAME",NULL));
int f = ent.GetMoveableFlags();
if (f / 8 % 2 ==
1
0
)
{
f = f - 8;
} else {
f = f + 8
;
}
;
ent.SetMoveableFlags(f);</pre>
Ghomist
145
个编辑