MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / SetOffsetString

Method SetOffsetString

ReClass/CNodeBase.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120 inline const CString& GetOffsetString( ) const { return m_strOffset; }
121 inline void SetOffsetString( const CString& offsetStr ) { m_strOffset = offsetStr; }
122 inline void SetOffsetString( LPCTSTR offsetStr ) { m_strOffset = offsetStr; }
123
124 inline const CString& GetName( ) const { return m_strName; }

Callers 2

OnFileOpenMethod · 0.80
SetSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected