mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:07:41 +00:00
Implement CScriptEffect, more fixes for CScritDock
This commit is contained in:
@@ -59,7 +59,12 @@ public:
|
||||
}
|
||||
|
||||
static CActorParameters None() { return CActorParameters(); }
|
||||
|
||||
CActorParameters HotInThermal(bool hot) const
|
||||
{
|
||||
CActorParameters ret = *this;
|
||||
ret.x58_25_thermalHeat = hot;
|
||||
return ret;
|
||||
}
|
||||
void SetVisorParameters(const CVisorParameters& vParams) { x54_visorParms = vParams; }
|
||||
const CVisorParameters& GetVisorParameters() const { return x54_visorParms; }
|
||||
const CLightParameters& GetLightParameters() const { return x0_lightParms; }
|
||||
|
||||
Reference in New Issue
Block a user