打开主菜单
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>
BallanceBug
管理员
3,425
个编辑