Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ functions
Functions
7,690 in github.com/ObEngine/ObEngine
⨍
Functions
7,690
◇
Types & classes
2,533
↓ 4 callers
Function
endsWith
extlibs/catch/include/catch/catch.hpp:13181
↓ 4 callers
Function
fileExists
src/Core/Utils/FileUtils.cpp:94
↓ 4 callers
Function
fill
extlibs/fmt/include/fmt/format.h:1402
↓ 4 callers
Method
find
extlibs/sol3/include/sol/sol.hpp:20167
↓ 4 callers
Function
fitsC
** Check whether 'i' can be stored in an 'sC' operand. Equivalent to ** (0 <= int2sC(i) && int2sC(i) <= MAXARG_C) but without risk of ** overflows in
extlibs/lua/src/lcode.c:646
↓ 4 callers
Function
fixjump
** Fix jump instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua) */
extlibs/lua/src/lcode.c:166
↓ 4 callers
Method
flush
flush functions
extlibs/spdlog/include/spdlog/logger-inl.h:124
↓ 4 callers
Method
format
extlibs/fmt/include/fmt/compile.h:361
↓ 4 callers
Function
format_decimal
extlibs/fmt/include/fmt/format.h:881
↓ 4 callers
Function
freeobj
extlibs/lua/src/lgc.c:711
↓ 4 callers
Method
fromRgb
src/Core/Graphics/Color.cpp:288
↓ 4 callers
Function
get8_packet_raw
extlibs/soloud/src/audiosource/wav/stb_vorbis.c:1519
↓ 4 callers
Method
getAudio
extlibs/soloud/src/core/soloud_bus.cpp:37
↓ 4 callers
Method
getElapsedSeconds
extlibs/catch/include/catch/catch.hpp:14262
↓ 4 callers
Method
getMemPtr
extlibs/soloud/src/core/soloud_file.cpp:152
↓ 4 callers
Method
getName
src/Core/Triggers/Trigger.cpp:63
↓ 4 callers
Function
getco
extlibs/lua/src/lcorolib.c:21
↓ 4 callers
Function
getjump
** Gets the destination address of a jump instruction. Used to traverse ** a list of jumps. */
extlibs/lua/src/lcode.c:153
↓ 4 callers
Function
getnumlimit
** Read an integer numeral and raises an error if it is larger ** than the maximum size for integers. */
extlibs/lua/src/lstrlib.c:1421
↓ 4 callers
Function
getobjname
extlibs/lua/src/ldebug.c:531
↓ 4 callers
Function
gf2_matrix_square
========================================================================= */
extlibs/minizip/src/crc32.c:384
↓ 4 callers
Function
gmtime_s
extlibs/fmt/include/fmt/chrono.h:313
↓ 4 callers
Function
gz_init
Initialize state for writing a gzip file. Mark initialization by setting state->size to non-zero. Return -1 on a memory allocation failure, or 0
extlibs/minizip/src/gzwrite.c:17
↓ 4 callers
Function
gz_open
Open a gzip file either by name or file descriptor. */
extlibs/minizip/src/gzlib.c:93
↓ 4 callers
Function
gz_write
Write len bytes from buf to file. Return the number of bytes written. If the returned value is less than len, then there was an error. */
extlibs/minizip/src/gzwrite.c:197
↓ 4 callers
Function
handle_protected_exception
extlibs/sol3/include/sol/sol.hpp:18463
↓ 4 callers
Method
hasEnded
extlibs/soloud/src/core/soloud_bus.cpp:101
↓ 4 callers
Method
hasFilters
extlibs/catch/include/catch/catch.hpp:14037
↓ 4 callers
Function
hexEscapeChar
extlibs/catch/include/catch/catch.hpp:14706
↓ 4 callers
Method
includeSuccessfulResults
extlibs/catch/include/catch/catch.hpp:9661
↓ 4 callers
Method
initialIndent
extlibs/catch/include/catch/catch.hpp:8313
↓ 4 callers
Method
isPressed
src/Core/Input/InputButton.cpp:81
↓ 4 callers
Function
isSCnumber
** Check whether expression 'e' is a literal integer or float in ** proper range to fit in a register (sB or sC). */
extlibs/lua/src/lcode.c:1238
↓ 4 callers
Function
isWhitespace
extlibs/catch/include/catch/catch.hpp:8159
↓ 4 callers
Function
isconsonant
extlibs/soloud/src/audiosource/speech/tts.cpp:844
↓ 4 callers
Function
lerp
extlibs/soloud/src/audiosource/speech/klatt.cpp:828
↓ 4 callers
Function
loadStringN
** Load a nullable string. */
extlibs/lua/src/lundump.c:110
↓ 4 callers
Function
load_dll
extlibs/soloud/src/backend/sdl/soloud_sdl1_dll.c:73
↓ 4 callers
Function
luaC_fix
extlibs/lua/src/lgc.c:225
↓ 4 callers
Function
luaD_pcall
** Call the C function 'func' in protected mode, restoring basic ** thread information ('allowhook', etc.) and in particular ** its stack level in cas
extlibs/lua/src/ldo.c:742
↓ 4 callers
Function
luaE_freeCI
** free all CallInfo structures not in use by a thread */
extlibs/lua/src/lstate.c:174
↓ 4 callers
Function
luaF_newproto
extlibs/lua/src/lfunc.c:245
↓ 4 callers
Function
luaG_forerror
extlibs/lua/src/ldebug.c:702
↓ 4 callers
Function
luaK_indexed
** Create expression 't[k]'. 't' must have its final result already in a ** register or upvalue. Upvalues can only be indexed by literal strings. ** K
extlibs/lua/src/lcode.c:1261
↓ 4 callers
Function
luaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
extlibs/lua/src/lcode.c:1031
↓ 4 callers
Function
luaL_checkoption
extlibs/lua/src/lauxlib.c:360
↓ 4 callers
Function
luaL_tolstring
extlibs/lua/src/lauxlib.c:859
↓ 4 callers
Function
luaO_hexavalue
extlibs/lua/src/lobject.c:135
↓ 4 callers
Function
luaO_pushvfstring
** this function handles only '%d', '%c', '%f', '%p', '%s', and '%%' conventional formats, plus Lua-specific '%I' and '%U' */
extlibs/lua/src/lobject.c:460
↓ 4 callers
Function
luaT_callTMres
extlibs/lua/src/ltm.c:119
↓ 4 callers
Function
luaT_objtypename
** Return the name of the type of an object. For tables and userdata ** with metatable, use their '__name' metafield, if present. */
extlibs/lua/src/ltm.c:91
↓ 4 callers
Function
luaV_shiftl
extlibs/lua/src/lvm.c:768
↓ 4 callers
Function
luaX_token2str
extlibs/lua/src/llex.c:82
↓ 4 callers
Function
lua_absindex
** convert an acceptable stack index into an absolute index */
extlibs/lua/src/lapi.c:160
↓ 4 callers
Function
lua_close
extlibs/lua/src/lstate.c:432
↓ 4 callers
Function
lua_compare
extlibs/lua/src/lapi.c:324
↓ 4 callers
Function
lua_getupvalue
extlibs/lua/src/lapi.c:1339
↓ 4 callers
Function
lua_load
extlibs/lua/src/lapi.c:1046
↓ 4 callers
Function
lua_tocfunction
extlibs/lua/src/lapi.c:409
↓ 4 callers
Method
mag
extlibs/soloud/src/core/soloud_core_3d.cpp:50
↓ 4 callers
Method
map
extlibs/fmt/include/fmt/core.h:915
↓ 4 callers
Method
match
Performs equivalent check of std::fabs(lhs - rhs) <= margin But without the subtraction to allow for INFINITY in comparison
extlibs/catch/include/catch/catch.hpp:11116
↓ 4 callers
Function
mean
extlibs/catch/include/catch/catch.hpp:6767
↓ 4 callers
Function
multiply
Computes lhs * rhs / pow(2, 64) rounded to nearest with half-up tie breaking.
extlibs/fmt/include/fmt/format-inl.h:442
↓ 4 callers
Method
on_arg_id
extlibs/fmt/include/fmt/format.h:3161
↓ 4 callers
Method
openEntry
open an existing zip entry. return: true if open, false otherwise
extlibs/elzip/src/unzipper.cpp:79
↓ 4 callers
Method
operator=
extlibs/vili/src/node.cpp:240
↓ 4 callers
Method
parse
extlibs/catch/include/catch/catch.hpp:9027
↓ 4 callers
Function
performOptionalSelector
extlibs/catch/include/catch/catch.hpp:1495
↓ 4 callers
Method
pop_count
extlibs/sol3/include/sol/sol.hpp:15288
↓ 4 callers
Method
pop_front
Pop item from front. If there are no elements in the container, the behavior is undefined.
extlibs/spdlog/include/spdlog/details/circular_q.h:99
↓ 4 callers
Method
position
extlibs/vili/extlibs/pegtl/include/tao/pegtl/internal/action_input.hpp:94
↓ 4 callers
Function
prepbuffsize
** Returns a pointer to a free area with at least 'sz' bytes in buffer ** 'B'. 'boxidx' is the relative position in the stack where the ** buffer's bo
extlibs/lua/src/lauxlib.c:535
↓ 4 callers
Function
push_as_upvalues
extlibs/sol3/include/sol/sol.hpp:14407
↓ 4 callers
Function
push_captures
extlibs/lua/src/lstrlib.c:732
↓ 4 callers
Function
reallymarkobject
** Mark an object. Userdata, strings, and closed upvalues are visited ** and turned black here. Other objects are marked gray and added ** to appropri
extlibs/lua/src/lgc.c:268
↓ 4 callers
Method
rend
extlibs/sol3/include/sol/sol.hpp:25641
↓ 4 callers
Method
reorganizeLayers
src/Core/Scene/Scene.cpp:588
↓ 4 callers
Method
reset
extlibs/soloud/src/audiosource/tedsid/sid.cpp:191
↓ 4 callers
Function
resolve_f
extlibs/sol3/include/sol/sol.hpp:17397
↓ 4 callers
Function
resume_error
** Signal an error in the call to 'lua_resume', not in the execution ** of the coroutine itself. (Such errors should not be handled by any ** coroutin
extlibs/lua/src/ldo.c:621
↓ 4 callers
Method
setConfig
extlibs/catch/include/catch/catch.hpp:9951
↓ 4 callers
Method
setPosition
extlibs/sfe/src/ComplexTransformable.cpp:23
↓ 4 callers
Function
set_trans
extlibs/soloud/src/audiosource/speech/klatt.cpp:809
↓ 4 callers
Function
setpause
** Set the "time" to wait before starting a new GC cycle; cycle will ** start when memory use hits the threshold of ('estimate' * pause / ** PAUSEADJ)
extlibs/lua/src/lgc.c:1357
↓ 4 callers
Function
settabss
** Variations of 'lua_settable', used by 'db_getinfo' to put results ** from 'lua_getinfo' into result table. Key is always a string; ** value can be
extlibs/lua/src/ldblib.c:111
↓ 4 callers
Function
setup_temp_malloc
extlibs/soloud/src/audiosource/wav/stb_vorbis.c:927
↓ 4 callers
Function
sign
include/Core/Utils/MathUtils.hpp:116
↓ 4 callers
Method
size
extlibs/vili/extlibs/pegtl/include/tao/pegtl/buffer_input.hpp:72
↓ 4 callers
Function
snprintf_float
extlibs/fmt/include/fmt/format-inl.h:1115
↓ 4 callers
Function
stb_vorbis_stream_length_in_samples
extlibs/soloud/src/audiosource/wav/stb_vorbis.c:4839
↓ 4 callers
Function
tablerehash
extlibs/lua/src/lstring.c:74
↓ 4 callers
Function
tag_error
extlibs/lua/src/lauxlib.c:207
↓ 4 callers
Function
toSfVertex
src/Core/Graphics/Sprite.cpp:30
↓ 4 callers
Method
transformRef
src/Core/Transform/Rect.cpp:45
↓ 4 callers
Method
type
extlibs/fmt/include/fmt/core.h:1079
↓ 4 callers
Function
unitsToString
src/Core/Transform/Units.cpp:21
↓ 4 callers
Function
unzGoToNextFile
Set the current file of the zipfile to the next file. return UNZ_OK if there is no problem return UNZ_END_OF_LIST_OF_FILE if the actual file was t
extlibs/minizip/src/unzip.c:1191
↓ 4 callers
Method
update
src/Core/Engine/Engine.cpp:336
↓ 4 callers
Method
valueOr
extlibs/catch/include/catch/catch.hpp:4347
← previous
next →
701–800 of 7,690, ranked by callers