Partial RunningScript part2

This commit is contained in:
Nikolay Korolev
2019-07-14 12:49:03 +03:00
parent 51c71fffeb
commit 41dbd754de
16 changed files with 584 additions and 6 deletions

View File

@@ -99,6 +99,7 @@ public:
static float FindGroundZForCoord(float x, float y);
static float FindGroundZFor3DCoord(float x, float y, float z, bool *found);
static float FindRoofZFor3DCoord(float x, float y, float z, bool *found);
static void RemoveReferencesToDeletedObject(CEntity*);
static float GetSectorX(float f) { return ((f - WORLD_MIN_X)/SECTOR_SIZE_X); }
static float GetSectorY(float f) { return ((f - WORLD_MIN_Y)/SECTOR_SIZE_Y); }