Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ IsField
Method
IsField
engine/Poseidon/Game/OperMap.hpp:100–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
void Init(int x, int z, int mask) {_x = x; _z = z; CreateField(mask);}
99
100
bool IsField(int x, int z) {return x == _x && z == _z;}
101
float BaseCost() {return _baseCost;}
102
float HeurCost() {return _heurCost;}
103
Callers
1
CreateField
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected