OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHitType
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
HitPlayerComponent.java
25
int
mHitType
;
42
mHitType
= CollisionParameters.HitType.INVALID;
60
boolean accepted = mHitReact.receivedHit(parentObject, player,
mHitType
);
61
playerHitReact.hitVictim(player, parentObject,
mHitType
, accepted);
64
boolean accepted = playerHitReact.receivedHit(player, parentObject,
mHitType
);
65
mHitReact.hitVictim(parentObject, player,
mHitType
, accepted);
76
mHitType
= hitType;
CollisionVolume.java
31
// When used as an attack volume,
mHitType
specifies the type of hit that the volume deals.
34
public int
mHitType
;
38
mHitType
= HitType.INVALID;
43
mHitType
= type;
47
mHitType
= type;
51
return
mHitType
;
Completed in 26 milliseconds