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

Method SerializeBin

engine/Poseidon/Graphics/Rendering/Shape/ShapeFile.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31{
32
33namespace
34{
35bool IsFaceBoundary(const Shape& shape, Offset target)
36{
37 if (target == shape.EndFaces())
38 {
39 return true;
40 }

Callers

nothing calls this directly

Calls 15

GetShapeNameFunction · 0.85
NewProxyObjectFunction · 0.85
GlobLoadTextureFunction · 0.85
LevelNameFunction · 0.85
logFunction · 0.85
TransferMethod · 0.80
TransferBinaryArrayMethod · 0.80
BoundingCenterMethod · 0.80
TransferBasicArrayMethod · 0.80
LoadIntMethod · 0.80
GetRestMethod · 0.80
SaveIntMethod · 0.80

Tested by

no test coverage detected