Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cubitect/cubiomes-viewer
/ functions
Functions
1,749 in github.com/Cubitect/cubiomes-viewer
⨍
Functions
1,749
◇
Types & classes
206
Function
luaB_cowrap
lua/src/lcorolib.c:105
Function
luaB_dofile
lua/src/lbaselib.c:415
Function
luaB_getmetatable
lua/src/lbaselib.c:126
Function
luaB_ipairs
** 'ipairs' function. Returns 'ipairsaux', given "table", 0. ** (The given "table" may not be a table.) */
lua/src/lbaselib.c:314
Function
luaB_load
lua/src/lbaselib.c:387
Function
luaB_loadfile
lua/src/lbaselib.c:340
Function
luaB_next
lua/src/lbaselib.c:267
Function
luaB_pairs
lua/src/lbaselib.c:284
Function
luaB_pcall
lua/src/lbaselib.c:472
Function
luaB_print
lua/src/lbaselib.c:24
Function
luaB_rawequal
lua/src/lbaselib.c:149
Function
luaB_rawget
lua/src/lbaselib.c:166
Function
luaB_rawlen
lua/src/lbaselib.c:157
Function
luaB_rawset
lua/src/lbaselib.c:174
Function
luaB_select
lua/src/lbaselib.c:438
Function
luaB_setmetatable
lua/src/lbaselib.c:137
Function
luaB_tonumber
lua/src/lbaselib.c:81
Function
luaB_tostring
lua/src/lbaselib.c:499
Function
luaB_type
lua/src/lbaselib.c:259
Function
luaB_warn
** Creates a warning with all given arguments. ** Check first for errors; otherwise an error may interrupt ** the composition of a warning, leaving it
lua/src/lbaselib.c:45
Function
luaB_xpcall
** Do a protected call with error handling. After 'lua_rotate', the ** stack will have <f, err, true, f, [args...]>; so, the function passes ** 2 to '
lua/src/lbaselib.c:487
Function
luaB_yield
lua/src/lcorolib.c:112
Function
luaB_yieldable
lua/src/lcorolib.c:156
Function
luaC_barrier_
** Barrier that moves collector forward, that is, marks the white object ** 'v' being pointed by the black object 'o'. In the generational ** mode, '
lua/src/lgc.c:208
Function
luaC_barrierback_
** barrier that moves collector backward, that is, mark the black object ** pointing to a white object as gray again. */
lua/src/lgc.c:230
Function
luaE_extendCI
lua/src/lstate.c:105
Function
luaE_incCstack
lua/src/lstate.c:173
Function
luaH_isdummy
lua/src/ltable.c:978
Function
luaH_mainposition
lua/src/ltable.c:974
Function
luaL_checkudata
lua/src/lauxlib.c:345
Function
luaL_checkversion_
lua/src/lauxlib.c:1098
Function
luaL_loadstring
lua/src/lauxlib.c:837
Function
luaL_ref
** The previously freed references form a linked list: ** t[freelist] is the index of a first free index, or zero if list is ** empty; t[t[freelist]]
lua/src/lauxlib.c:660
Function
luaL_unref
lua/src/lauxlib.c:688
Function
luaM_free_
** Free memory */
lua/src/lmem.c:132
Function
luaM_growaux_
lua/src/lmem.c:79
Function
luaM_malloc_
lua/src/lmem.c:187
Function
luaM_shrinkvector_
** In prototypes, the size of the array is also its number of ** elements (to save memory). So, if it cannot shrink an array ** to its number of eleme
lua/src/lmem.c:110
Function
luaT_callorderiTM
lua/src/ltm.c:221
Function
luaT_gettm
** function to be used with macro "fasttm": optimized for absence of ** tag methods */
lua/src/ltm.c:60
Function
luaV_tonumber_
** Try to convert a value to a float. The float case is already handled ** by the macro 'tonumber'. */
lua/src/lvm.c:103
Function
lua_CFunction
lua/src/lapi.c:147
Function
lua_Integer
lua/src/lauxlib.c:871
Function
lua_Unsigned
lua/src/lapi.c:430
Function
lua_isuserdata
lua/src/lapi.c:326
Function
lua_rawgetp
lua/src/lapi.c:756
Function
lua_rawsetp
lua/src/lapi.c:918
Function
lua_setallocf
lua/src/lapi.c:1322
Function
lua_settable
lua/src/lapi.c:859
Function
lua_tocfunction
lua/src/lapi.c:442
Function
lua_yieldk
lua/src/ldo.c:844
Function
luaopen_base
lua/src/lbaselib.c:537
Function
luaopen_coroutine
lua/src/lcorolib.c:206
Function
luaopen_debug
lua/src/ldblib.c:479
Function
luaopen_io
lua/src/liolib.c:819
Function
luaopen_math
** Open math library */
lua/src/lmathlib.c:751
Function
luaopen_os
lua/src/loslib.c:426
Function
luaopen_package
lua/src/loadlib.c:739
Function
luaopen_string
** Open string library */
lua/src/lstrlib.c:1869
Function
luaopen_table
lua/src/ltablib.c:426
Function
luaopen_utf8
lua/src/lutf8lib.c:280
Function
main
src/main.cpp:28
Function
main
lua/src/lua.c:650
Function
main
lua/src/luac.c:198
Method
mapUpdate
src/mapview.cpp:361
Method
markFormated
src/scripts.cpp:497
Function
math_abs
lua/src/lmathlib.c:29
Function
math_acos
lua/src/lmathlib.c:60
Function
math_asin
lua/src/lmathlib.c:55
Function
math_atan
lua/src/lmathlib.c:65
Function
math_ceil
lua/src/lmathlib.c:106
Function
math_cos
lua/src/lmathlib.c:45
Function
math_cosh
lua/src/lmathlib.c:659
Function
math_deg
lua/src/lmathlib.c:195
Function
math_exp
lua/src/lmathlib.c:190
Function
math_floor
lua/src/lmathlib.c:95
Function
math_fmod
lua/src/lmathlib.c:117
Function
math_frexp
lua/src/lmathlib.c:681
Function
math_ldexp
lua/src/lmathlib.c:688
Function
math_log
lua/src/lmathlib.c:169
Function
math_log10
lua/src/lmathlib.c:695
Function
math_max
lua/src/lmathlib.c:220
Function
math_min
lua/src/lmathlib.c:206
Function
math_modf
** next function does not use 'modf', avoiding problems with 'double*' ** (which is not compatible with 'float*') when lua_Number is not ** 'double'.
lua/src/lmathlib.c:139
Function
math_pow
lua/src/lmathlib.c:674
Function
math_rad
lua/src/lmathlib.c:200
Function
math_random
lua/src/lmathlib.c:557
Function
math_randomseed
lua/src/lmathlib.c:618
Function
math_sin
lua/src/lmathlib.c:40
Function
math_sinh
lua/src/lmathlib.c:664
Function
math_sqrt
lua/src/lmathlib.c:156
Function
math_tan
lua/src/lmathlib.c:50
Function
math_tanh
lua/src/lmathlib.c:669
Function
math_toint
lua/src/lmathlib.c:73
Function
math_type
lua/src/lmathlib.c:234
Function
math_ult
lua/src/lmathlib.c:162
Method
mouseMoveEvent
src/widgets.cpp:335
Method
mouseMoveEvent
src/mapview.cpp:602
Method
mousePressEvent
src/conditiondialog.h:32
Method
mousePressEvent
src/widgets.cpp:253
← previous
next →
1,301–1,400 of 1,749, ranked by callers