mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 17:47:41 +00:00
rs_new migration & link CScriptCameraWaypoint, CScriptActorKeyframe
Former-commit-id: 6f33908f35925bdf5807507701c717c5ad69e046
This commit is contained in:
@@ -22,7 +22,7 @@ private:
|
||||
float x38_initialLifetime;
|
||||
float x3c_playbackRate;
|
||||
float x40_lifetime;
|
||||
bool x44_24_looping : 1;
|
||||
bool x44_24_isLooped : 1;
|
||||
bool x44_25_isPassive : 1;
|
||||
bool x44_26_fadeOut : 1;
|
||||
bool x44_27_timedLoop : 1;
|
||||
|
||||
@@ -17,7 +17,7 @@ public:
|
||||
void AddToRenderer(const CFrustumPlanes&, const CStateManager&) const override;
|
||||
void Render(const CStateManager&) const override;
|
||||
|
||||
TUniqueId GetRandomNextWaypointId(const CStateManager& mgr) const;
|
||||
TUniqueId NextWaypoint(CStateManager& mgr);
|
||||
float GetHFov() const { return xe8_hfov; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user