| 53 | } |
| 54 | |
| 55 | int CFunctionHandler::GetParamCount() |
| 56 | { |
| 57 | return lua_gettop(m_pLS)-2;// -2 are "this" and "func ID" |
| 58 | } |
| 59 | |
| 60 | #if defined(WIN64) || defined(LINUX64) |
| 61 | bool CFunctionHandler::GetParam(int nIdx,INT_PTR &n) //AMD Port |
no test coverage detected