打开主菜单

Ballance Wiki β

更改

影子坐标

添加9字节2020年11月14日 (六) 19:28
影子的实质
<pre>Entity3D ent = Entity3D.Cast(ac.GetObjectByName("NAME",NULL));
int f = ent.GetMoveableFlags();
if ( f / 8 % 2 == 1 ) { f = f-8;}else { f = f+8;};
ent.SetMoveableFlags(f);</pre>
3,424
个编辑