00001 # Capability constants for the BigWorld targetting system 00002 # in order to be able to target any entity the entity's 00003 # targetCaps need to match those set with BigWorld.target.caps() 00004 00005 CAP_NONE = 0 00006 CAP_NEVER = 0 # This must be 0 00007 CAP_CAN_HIT = 1 # 00008 CAP_CAN_USE = 2 00009 CAP_CAN_HACK = 3 00010 CAP_CAN_FEED = 4 00011 CAP_CAN_STUN = 5 00012 CAP_CAN_INHIBIT = 6 00013 CAP_CAN_BUG = 7 00014 CAP_CAN_TAKE_DOWN = 8 00015 CAP_AFTER_LAST = 9 00016 CAP_CAN_REVIVE = 10 00017 CAP_CAN_MELEE = 11 00018 CAP_CAN_SHONK = 12
1.7.1