Add nearly matched CHUDBillboardEffect

Former-commit-id: b2cfeb8f15
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-11 02:26:17 +02:00
parent f78b12d866
commit fd4981295e
8 changed files with 236 additions and 24 deletions

View File

@@ -81,6 +81,7 @@ public:
const CGameArea* GetArea(TAreaId id) const { return x18_areas[id.Value()].get(); }
bool IsAreaValid(TAreaId id) const { return GetArea(id)->IsLoaded(); }
CAssetId GetWorldAssetId() const { return x8_mlvlId; }
TAreaId GetCurrentAreaId() const { return x68_curAreaId; }
TAreaId GetAreaIdForSaveId(int saveId) const;
const rstl::vector< CRelay >& GetRelays() const { return x2c_relays; }