MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / NewRand

Method NewRand

LuaSTGPlus/LuaWrapper.cpp:1803–1807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected