/////////////////////////////////////////////////////////////////////
| 17 | |
| 18 | ////////////////////////////////////////////////////////////////////////// |
| 19 | IScriptSystem* CScriptTable::GetScriptSystem() const |
| 20 | { |
| 21 | return m_pSS; |
| 22 | }; |
| 23 | |
| 24 | ////////////////////////////////////////////////////////////////////////// |
| 25 | int CScriptTable::GetRef() |
no outgoing calls
no test coverage detected