mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
AutoMapper work
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
#ifndef __URDE_CSCRIPTVISORFLARE_HPP__
|
||||
#define __URDE_CSCRIPTVISORFLARE_HPP__
|
||||
|
||||
#include "CActor.hpp"
|
||||
#include "CVisorFlare.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CScriptVisorFlare : public CActor
|
||||
{
|
||||
CVisorFlare xe8_flare;
|
||||
bool x11c_notInRenderLast = true;
|
||||
|
||||
public:
|
||||
CScriptVisorFlare(TUniqueId, const std::string& name, const CEntityInfo& info,
|
||||
bool, const zeus::CVector3f&, CVisorFlare::EBlendMode blendMode,
|
||||
bool, float, float, float, u32, u32,
|
||||
const std::vector<CVisorFlare::CFlareDef>& flares);
|
||||
|
||||
void Accept(IVisitor& visitor);
|
||||
void Think(float, CStateManager& stateMgr);
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager& stateMgr);
|
||||
void PreRender(CStateManager&, const zeus::CFrustum&);
|
||||
void AddToRenderer(const zeus::CFrustum&, const CStateManager&) const;
|
||||
void Render(const CStateManager&) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CSCRIPTVISORFLARE_HPP__
|
||||
|
||||
Reference in New Issue
Block a user