///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
| 1666 | ////////////////////////////////////////////////////////////////////// |
| 1667 | ////////////////////////////////////////////////////////////////////// |
| 1668 | int CScriptSystem::GetCGCount() |
| 1669 | { |
| 1670 | Validate(); |
| 1671 | return lua_getgccount(m_pLS); |
| 1672 | } |
| 1673 | |
| 1674 | ////////////////////////////////////////////////////////////////////// |
| 1675 | ////////////////////////////////////////////////////////////////////// |
no test coverage detected