Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ inPHS
Method
inPHS
server/src/main/java/jake2/server/GameImportsImpl.java:279–282 ·
view source on GitHub ↗
(float[] p1, float[] p2)
Source
from the content-addressed store, hash-verified
277
}
278
279
@Override
280
public
boolean inPHS(float[] p1, float[] p2) {
281
return
sv_game.PF_inPHS(p1, p2);
282
}
283
284
@Override
285
public
void
SetAreaPortalState(
int
portalnum, boolean open) {
Callers
nothing calls this directly
Calls
1
PF_inPHS
Method · 0.80
Tested by
no test coverage detected