OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLastTouchedFloorTime
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
GameObject.java
208
public final float
getLastTouchedFloorTime
() {
NPCAnimationComponent.java
123
final float airTime = time.getGameTime() - parentObject.
getLastTouchedFloorTime
();
Completed in 4332 milliseconds