@brief ������̨�߽�
| 180 | |
| 181 | /// @brief ������̨�߽� |
| 182 | void SetBound(lua_Number l, lua_Number r, lua_Number b, lua_Number t)LNOEXCEPT |
| 183 | { |
| 184 | m_BoundLeft = l; |
| 185 | m_BoundRight = r; |
| 186 | m_BoundTop = t; |
| 187 | m_BoundBottom = b; |
| 188 | } |
| 189 | |
| 190 | /// @brief ִ�б߽��� |
| 191 | void BoundCheck()LNOEXCEPT; |
nothing calls this directly
no outgoing calls
no test coverage detected