MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / IsInLandscape

Method IsInLandscape

engine/Poseidon/World/Simulation/Simul.cpp:2161–2164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2159}
2160
2161bool Entity::IsInLandscape() const
2162{
2163 return (MoveOutState)_moveOutState == MOIn;
2164}
2165
2166Matrix4 Entity::WorldTransform() const
2167{

Callers 11

VisibilityMethod · 0.80
VisibilityTimeMethod · 0.80
ManageMethod · 0.80
AddNewTargetsMethod · 0.80
TrackTargetsMethod · 0.80
GetOutAnyMethod · 0.80
GetInAnyMethod · 0.80
ValidateCrewMethod · 0.80
AddColMethod · 0.80
CheckPosMethod · 0.80
CreateTargetListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected