Searched refs:HIT (Results 1 - 5 of 5) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | CollisionParameters.java | 28 public final static int HIT = 1; // Standard hit type. Life is reduced by 1. field in class:CollisionParameters.HitType
|
H A D | HitReactionComponent.java | 104 if (mPauseOnAttack && hitType == CollisionParameters.HitType.HIT) { 171 case CollisionParameters.HitType.HIT:
|
H A D | GameObjectFactory.java | 771 stompAttackVolume.add(new AABoxCollisionVolume(16, -5.0f, 32, 37, HitType.HIT)); 903 hitReact.setSpawnOnDealHit(HitType.HIT, GameObjectType.CRUSH_FLASH, false, true); 906 hitReact.setTakeHitSound(HitType.HIT, sound.load(R.raw.deep_clang)); 1061 glowAttackVolume.add(new SphereCollisionVolume(40, 40, 40, HitType.HIT)); 1189 basicAttackVolume.add(new SphereCollisionVolume(16, 32, 32, HitType.HIT)); 1359 basicVulnerabilityVolume.add(new AABoxCollisionVolume(12, 5, 42, 27, HitType.HIT)); 1363 basicAttackVolume.add(new AABoxCollisionVolume(12, 5, 42, 27, HitType.HIT)); 1512 basicVulnerabilityVolume.get(0).setHitType(HitType.HIT); 1515 basicAttackVolume.add(new SphereCollisionVolume(16, 32, 32, HitType.HIT)); 1788 crushAttackVolume.add(new AABoxCollisionVolume(64, 0, 64, 96, HitType.HIT)); [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
H A D | mturk | 102 help = 'where to store HIT nicknames (default: {})'.format( 192 'HIT ID: ' + hit.HITId, 262 print 'HIT ID:', r[0].HITId 274 '''Deletes a HIT using DisableHIT. 356 help = 'get information about a HIT') 357 sub.add_argument('HIT', 358 help = 'nickname or ID of the HIT to show') 360 [get_hitid(args.HIT)]) 367 help = 'create a new HIT (external questions only)', 371 help = 'path to JSON configuration file for the HIT') [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/ |
H A D | connection.py | 79 Register a new HIT Type 107 notification for a specified HIT type 115 for a specified HIT type 123 for a specified HIT type. Queue URL is of form: 135 for a specified HIT type 146 notification for a specified HIT type 152 # the HIT type's notification specification is unchanged. All HIT types 190 Creates a new HIT. 265 return self._process_request('CreateHIT', params, [('HIT', HI 909 class HIT(BaseAutoResultElement): class in inherits:BaseAutoResultElement [all...] |
Completed in 136 milliseconds