mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_eye_hl OK, d_spline_path and JASSeqReader work (#307)
This commit is contained in:
@@ -260,6 +260,8 @@ public:
|
||||
void playCalcEmitter() { clearStatus(JPAEmtrStts_StopCalc); }
|
||||
void stopDrawParticle() { setStatus(JPAEmtrStts_StopDraw); }
|
||||
|
||||
void* getUserWork() { return mpUserWork; }
|
||||
|
||||
public:
|
||||
/* 0x00 */ Vec mLocalScl;
|
||||
/* 0x0C */ Vec mLocalTrs;
|
||||
@@ -329,6 +331,7 @@ public:
|
||||
/* 802804C8 */ void canCreateChild(JPAEmitterWorkData*);
|
||||
/* 80280548 */ f32 getWidth(JPABaseEmitter const*) const;
|
||||
/* 80280568 */ f32 getHeight(JPABaseEmitter const*) const;
|
||||
int getAge() { return mAge; }
|
||||
|
||||
public:
|
||||
/* 0x00 */ Vec mPosition;
|
||||
|
||||
Reference in New Issue
Block a user