mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Lots of bug fixes
This commit is contained in:
@@ -4,12 +4,13 @@
|
||||
|
||||
namespace urde {
|
||||
class CScriptRandomRelay : public CEntity {
|
||||
u32 x34_connectionCount;
|
||||
u32 x38_variance;
|
||||
bool x3c_clamp;
|
||||
s32 x34_sendSetSize;
|
||||
s32 x38_sendSetVariance;
|
||||
bool x3c_percentSize;
|
||||
|
||||
public:
|
||||
CScriptRandomRelay(TUniqueId, std::string_view, const CEntityInfo&, s32, s32, bool, bool);
|
||||
CScriptRandomRelay(TUniqueId uid, std::string_view name, const CEntityInfo& info, s32 sendSetSize,
|
||||
s32 sendSetVariance, bool percentSize, bool active);
|
||||
|
||||
void Accept(IVisitor& visitor);
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager& stateMgr);
|
||||
|
||||
Reference in New Issue
Block a user