mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
TCastTo implementation
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "CScriptCoverPoint.hpp"
|
||||
#include "CActorParameters.hpp"
|
||||
#include "CStateManager.hpp"
|
||||
#include "TCastTo.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
@@ -17,6 +18,11 @@ CScriptCoverPoint::CScriptCoverPoint(TUniqueId uid, const std::string &name, con
|
||||
x100_touchBounds.emplace(xf.origin, xf.origin);
|
||||
}
|
||||
|
||||
void CScriptCoverPoint::Accept(IVisitor& visitor)
|
||||
{
|
||||
visitor.Visit(this);
|
||||
}
|
||||
|
||||
void CScriptCoverPoint::Think(float delta, CStateManager&)
|
||||
{
|
||||
if (x11c_timeLeft <= 0.f)
|
||||
|
||||
Reference in New Issue
Block a user