参数说明:
arg1: 要改变的颜色值的步长,例如红色的兵,填1变蓝色,填2变绿色,颜色值始终在0~15之间变化,
简单的说,一共16个颜色循环,如果arg1写1,那么每执行一次单位的颜色值+1作者: castelu 时间: 2013-8-28 06:35 标题: Re:技术资料单位节点 +0xDC - DWORD dwStatus
00000001(0x1) - Is Completed
00000010(0x2) - Is on ground? or is it is unit...
00000100(0x4) - Is in air
00001000(0x8) - Checked for disabled, if it is 00001000, then the unit is disabled(/unpowered?)
00010000(0x10) - Checked for burrowing purposes, if it is 00010000, then the unit is burrowed
00100000(0x20) - Unit is entering a building
01000000(0x40) - unit is entering a transport
10000000(0x80) -
00000001(0x100) - Checked for invisible purposes, if it is 00000001, then the unit requires a detector?
00000010(0x200) - checked for cloak?
00000100(0x400) - deals with doodad states? if set, is disabled
00001000(0x800) - Unit cloaking doesn't need energy decrease
00010000(0x1000) - Unit is in unbreakable code section? Cannot receive orders
00100000(0x2000) - Set by nobrkcodestart
01000000(0x4000) -
10000000(0x8000) - cannot attack if set
00000001(0x10000)
00000010(0x20000) - Is a Building?