| 1801 | return 1; |
| 1802 | } |
| 1803 | static int NewRand(lua_State* L)LNOEXCEPT |
| 1804 | { |
| 1805 | RandomizerWrapper::CreateAndPush(L); |
| 1806 | return 1; |
| 1807 | } |
| 1808 | static int BentLaserData(lua_State* L)LNOEXCEPT |
| 1809 | { |
| 1810 | BentLaserDataWrapper::CreateAndPush(L); |
nothing calls this directly
no outgoing calls
no test coverage detected