Home
last modified time | relevance | path

Searched refs:Celx_SafeGetBoolean (Results 1 – 2 of 2) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx.cpp1346 bool Celx_SafeGetBoolean(lua_State* l, int index, FatalErrors fatalErrors = AllErrors, in Celx_SafeGetBoolean() function
2517 …bool sync = Celx_SafeGetBoolean(l, 2, AllErrors, "Argument to celestia:synchronizetime must be a b… in celestia_synchronizetime()
3390 …bool visible = Celx_SafeGetBoolean(l, 2, AllErrors, "Argument to celestia:setwindowbordersvisible … in celestia_setwindowbordersvisible()
4463 return Celx_SafeGetBoolean(m_lua, index, fatalErrors, errorMessage, defaultValue); in safeGetBoolean()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx.cpp1346 bool Celx_SafeGetBoolean(lua_State* l, int index, FatalErrors fatalErrors = AllErrors, in Celx_SafeGetBoolean() function
2517 …bool sync = Celx_SafeGetBoolean(l, 2, AllErrors, "Argument to celestia:synchronizetime must be a b… in celestia_synchronizetime()
3390 …bool visible = Celx_SafeGetBoolean(l, 2, AllErrors, "Argument to celestia:setwindowbordersvisible … in celestia_setwindowbordersvisible()
4463 return Celx_SafeGetBoolean(m_lua, index, fatalErrors, errorMessage, defaultValue); in safeGetBoolean()