Add CScriptSpawnPoint

Former-commit-id: 6d086a09e7
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-17 22:19:07 +03:00
parent 33543d78fc
commit e3d6fb4111
8 changed files with 144 additions and 9 deletions

View File

@@ -184,6 +184,9 @@ public:
EGunHolsterState GetGunHolsterState() const { return x498_gunHolsterState; }
NPlayer::EPlayerMovementState GetPlayerMovementState() const { return x258_movementState; }
void Teleport(const CTransform4f& xf, CStateManager& mgr, bool resetBallCam);
void SetSpawnedMorphBallState(EPlayerMorphBallState state, CStateManager& mgr);
private:
struct CVisorSteam {
float x0_curTargetAlpha;