summaryrefslogtreecommitdiff
path: root/include/m_Do
diff options
context:
space:
mode:
authorTtobas <epona.link@hotmail.fr>2025-03-26 02:05:02 +0100
committerGitHub <noreply@github.com>2025-03-25 18:05:02 -0700
commitb6febdc2b6e4b2f7674d581a8a59eec173e4b188 (patch)
treeec8ab635b747b0577c50f15d0f94d0bf70d16687 /include/m_Do
parente876797c3d1e1192755e554deb9fce49af5f280b (diff)
d_a_obj_shoe 91% (#2347)
* Basic structure done * daNpcShoe_Param_c done, class cleaned a bit, ::Create matching, destructor matching * WIP * About 70% done * Fix after merging main * TU almost done, missing correct rodata ordering, constructor, setMotionAnim, __sinit not matching * Fix: Apply suggestions --------- Co-authored-by: Ttobas <anon@ym.ous>
Diffstat (limited to 'include/m_Do')
-rw-r--r--include/m_Do/m_Do_ext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_Do/m_Do_ext.h b/include/m_Do/m_Do_ext.h
index ce8ddfc083..1fdb9e815f 100644
--- a/include/m_Do/m_Do_ext.h
+++ b/include/m_Do/m_Do_ext.h
@@ -334,6 +334,7 @@ public:
J3DModel* getModel() { return mpModel; }
void offMorfNone() { mMorfNone = false; }
void onMorfNone() { mMorfNone = true; }
+ inline void setTranslateScale(cXyz& i_scale) { mTranslateScale = i_scale; }
J3DTransformInfo* getOldTransInfo() { return mpTransformInfo; }
Quaternion* getOldQuaternion() { return mpQuat; }
void offTranslate() { mTranslate = true; }