Home
last modified time | relevance | path

Searched refs:LAUNCH (Results 1 – 4 of 4) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DCollisionParameters.java33 …public final static int LAUNCH = 6; // A hit indicating that the attacker will launch the vict… field in CollisionParameters.HitType
DHitReactionComponent.java84 mLauncherHitType = HitType.LAUNCH; in reset()
221 case CollisionParameters.HitType.LAUNCH: in receivedHit()
DPlayerComponent.java426 if (parentObject.lastReceivedHitType == CollisionParameters.HitType.LAUNCH) { in gotoHitReact()
DGameObjectFactory.java4916 attackVolume.get(0).setHitType(HitType.LAUNCH);
4960 hitReact.setLauncherComponent(launcher, HitType.LAUNCH);