MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Map_Terrain_Get_Moveable_Wrapper

Method Map_Terrain_Get_Moveable_Wrapper

Source/Fodder.cpp:8463–8469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8461}
8462
8463int16 cFodder::Map_Terrain_Get_Moveable_Wrapper(const int8* pMovementData, int16& pX, int16& pY, int16& pData10, int16& pData14) {
8464
8465 pData10 = pX;
8466 pData14 = pY;
8467
8468 return Map_Terrain_Get_Moveable(pMovementData, pX, pY);
8469}
8470
8471int16 cFodder::Map_Terrain_Get_Moveable(const int8* pMovementData, int16& pX, int16& pY) {
8472 uint32 DataC = pY;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected