mirror of
https://github.com/zeldaret/ss
synced 2026-07-09 22:21:32 -04:00
m3d (#13)
* Initial M3d Pass * `m_bmdl` and `m_bline` left --------- Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com> Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>
This commit is contained in:
@@ -35,6 +35,11 @@ public:
|
||||
virtual const sStateIDIf_c *getStateID() const { return mMethod.getStateID(); }
|
||||
virtual const sStateIDIf_c *getOldStateID() const { return mMethod.getOldStateID(); }
|
||||
|
||||
// SS addition
|
||||
bool isState(const sStateIDIf_c& other) {
|
||||
return *getStateID() == other;
|
||||
}
|
||||
|
||||
private:
|
||||
Check mCheck;
|
||||
Factory<T> mFactory;
|
||||
|
||||
Reference in New Issue
Block a user