mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 15:47:46 +00:00
Refactor ResId into CAssetId
This commit is contained in:
@@ -14,13 +14,13 @@ class CScriptAreaAttributes : public CEntity
|
||||
float x40_thermalHeat;
|
||||
float x44_xrayFogDistance;
|
||||
float x48_worldLightingLevel;
|
||||
ResId x4c_skybox;
|
||||
CAssetId x4c_skybox;
|
||||
EPhazonType x50_phazon;
|
||||
|
||||
public:
|
||||
CScriptAreaAttributes(TUniqueId uid, const CEntityInfo& info, bool showSkybox, EEnvFxType fxType,
|
||||
float envFxDensity, float thermalHeat, float xrayFogDistance, float worldLightingLevel,
|
||||
ResId skybox, EPhazonType phazonType);
|
||||
CAssetId skybox, EPhazonType phazonType);
|
||||
|
||||
void Accept(IVisitor& visitor);
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager& stateMgr);
|
||||
|
||||
Reference in New Issue
Block a user