MCPcopy Create free account

hub / github.com/SnowyMouse/chimera / functions

Functions2,117 in github.com/SnowyMouse/chimera

↓ 10 callersFunctionluaK_dischargevars
** Ensure that expression 'e' is not a variable (nor a <const>). ** (Expression still may have jump lists.) */
src/lua/lcode.c:819
↓ 10 callersFunctionluaK_reserveregs
** Reserve 'n' registers in register stack */
src/lua/lcode.c:488
↓ 10 callersFunctionluaL_prepbuffsize
** returns a pointer to a free area with at least 'sz' bytes */
src/lua/lauxlib.c:592
↓ 10 callersFunctionlua_geti
src/lua/lapi.c:727
↓ 10 callersFunctionlua_isnumber
src/lua/lapi.c:307
↓ 10 callersMethodname
src/chimera/signature/signature.cpp:10
↓ 10 callersFunctionthrow_error
src/chimera/output/error_box.cpp:24
↓ 9 callersFunctionaddstr2buff
src/lua/lobject.c:549
↓ 9 callersFunctionadjustlocalvars
** Start the scope for the last 'nvars' created variables. */
src/lua/lparser.c:328
↓ 9 callersFunctioncheck_match
** Check that next token is 'what' and skip it. In case of error, ** raise an error that the expected 'what' should match a 'who' ** in line 'where' (
src/lua/lparser.c:130
↓ 9 callersFunctionconsole_warning
src/chimera/output/output.hpp:82
↓ 9 callersMethodfeature
* Get the feature of the command * @return pointer to the feature of the command */
src/chimera/command/command.hpp:62
↓ 9 callersMethodget_player
src/chimera/halo_data/server.cpp:18
↓ 9 callersMethodget_player_by_rcon_id
src/chimera/halo_data/player.cpp:35
↓ 9 callersFunctionget_script_data_path
* Get data directory of a given script state * @param state Lua script state * @return Path to data directory */
src/chimera/lua/lua_filesystem.cpp:19
↓ 9 callersFunctionlexerror
src/lua/llex.c:116
↓ 9 callersFunctionload_bookmarks_file
src/chimera/bookmark/bookmark.cpp:121
↓ 9 callersFunctionluaK_semerror
semantic error */
src/lua/lcode.c:43
↓ 9 callersFunctionluaS_newlstr
** new string (with explicit length) */
src/lua/lstring.c:249
↓ 9 callersFunctionluaT_gettmbyobj
src/lua/ltm.c:71
↓ 9 callersFunctionluaY_nvarstack
** Return the number of variables in the register stack for the given ** function. */
src/lua/lparser.c:250
↓ 9 callersFunctionlua_getstack
src/lua/ldebug.c:162
↓ 9 callersFunctionlua_isinteger
src/lua/lapi.c:301
↓ 9 callersFunctionoutput_limit
src/chimera/command/client/debug/budget.cpp:135
↓ 9 callersFunctionrasterizer_set_render_state
src/chimera/rasterizer/rasterizer.cpp:23
↓ 9 callersFunctiontofile
src/lua/liolib.c:186
↓ 8 callersFunctionarith
src/lua/lstrlib.c:290
↓ 8 callersFunctioncheck_path
* Check if a path is inside of the data folder of a given script * @param state Lua script state * @param path Path to validate
src/chimera/lua/lua_filesystem.cpp:50
↓ 8 callersFunctiondistance_squared
src/chimera/math_trig/math_trig.cpp:161
↓ 8 callersFunctionexpr
src/lua/lparser.c:1404
↓ 8 callersFunctiong
src/blake3/blake3_portable.c:8
↓ 8 callersFunctionget_map_entry
src/chimera/map_loading/fast_load.cpp:227
↓ 8 callersFunctionluaC_newobj
** create a new collectable object with no offset. */
src/lua/lgc.c:312
↓ 8 callersFunctionluaK_patchtohere
src/lua/lcode.c:314
↓ 8 callersFunctionluaV_finishget
** Finish the table access 'val = t[key]' and return the tag of the result. */
src/lua/lvm.c:291
↓ 8 callersFunctionlua_rawseti
src/lua/lapi.c:952
↓ 8 callersFunctionnew_varkind
** Create a new variable with the given 'name' and given 'kind'. ** Return its index in the function. */
src/lua/lparser.c:194
↓ 8 callersMethodnodes
* Get the object's model nodes or nullptr if this is unknown for this object type. * @return a pointer to the object model nodes or nullptr i
src/chimera/halo_data/object.hpp:373
↓ 8 callersFunctionsetfield
** About the overflow check: an overflow cannot occur when time ** is represented by a lua_Integer, because either lua_Integer is ** large enough to r
src/lua/loslib.c:212
↓ 8 callersFunctionsettabsi
src/lua/ldblib.c:117
↓ 7 callersFunctionarraykeyisempty
src/lua/ltable.c:479
↓ 7 callersFunctiondumpVarint
** Dumps an unsigned integer using the MSB Varint encoding */
src/lua/ldump.c:95
↓ 7 callersFunctionenterblock
src/lua/lparser.c:720
↓ 7 callersFunctionfreereg
** Free register 'reg', if it is neither a constant index nor ** a local variable. ) */
src/lua/lcode.c:499
↓ 7 callersFunctiongame_paused
src/chimera/halo_data/pause.cpp:8
↓ 7 callersFunctionget_console_open
src/chimera/console/console.cpp:323
↓ 7 callersMethodget_element
* Get the element from an index * @param index index of the element * @return pointer to the element or nullptr if out of bou
src/chimera/halo_data/table.hpp:43
↓ 7 callersFunctionk2proto
** Use scanner's table to cache position of constants in constant list ** and try to reuse constants. Because some values should not be used ** as key
src/lua/lcode.c:565
↓ 7 callersFunctionleaveblock
src/lua/lparser.c:745
↓ 7 callersFunctionluaD_callnoyield
** Similar to 'luaD_call', but does not allow yields during the call. */
src/lua/ldo.c:783
↓ 7 callersFunctionluaD_poscall
** Finishes a function call: calls hook if necessary, moves current ** number of results to proper place, and returns to previous call ** info. If fun
src/lua/ldo.c:605
↓ 7 callersFunctionluaD_rawrunprotected
src/lua/ldo.c:160
↓ 7 callersFunctionluaE_setdebt
** set GCdebt to a new value keeping the real number of allocated ** objects (GCtotalobjs - GCdebt) invariant and avoiding overflows in ** 'GCtotalobj
src/lua/lstate.c:61
↓ 7 callersFunctionluaF_close
** Close all upvalues and to-be-closed variables up to the given stack ** level. Return restored 'level'. */
src/lua/lfunc.c:230
↓ 7 callersFunctionluaG_getfuncline
** Get the line corresponding to instruction 'pc' in function 'f'; ** first gets a base line and from there does the increments until ** the desired i
src/lua/ldebug.c:85
↓ 7 callersFunctionluaH_Hgetshortstr
** search function for short strings */
src/lua/ltable.c:975
↓ 7 callersFunctionluaH_setint
** Ditto for a GC barrier. (No need to invalidate the TM cache, as ** integers cannot be keys to metamethods.) */
src/lua/ltable.c:1206
↓ 7 callersFunctionluaK_code
** Emit instruction 'i', checking for array sizes and saving also its ** line information. Return 'i' position. */
src/lua/lcode.c:384
↓ 7 callersFunctionluaK_getlabel
** returns current 'pc' and marks it as a jump target (to avoid wrong ** optimizations with consecutive instructions not in the same basic block). */
src/lua/lcode.c:234
↓ 7 callersFunctionluaL_getmetafield
src/lua/lauxlib.c:884
↓ 7 callersFunctionluaL_setfuncs
** set functions from list 'l' into table at top - 'nup'; each ** function gets the 'nup' elements at the top as upvalues. ** Returns with only the ta
src/lua/lauxlib.c:965
↓ 7 callersFunctionluaV_finishset
** Finish a table assignment 't[key] = val'. ** About anchoring the table before the call to 'luaH_finishset': ** This call may trigger an emergency c
src/lua/lvm.c:334
↓ 7 callersFunctionlua_isstring
src/lua/lapi.c:314
↓ 7 callersFunctionlua_seti
src/lua/lapi.c:908
↓ 7 callersFunctionmatch
src/lua/lstrlib.c:572
↓ 7 callersFunctionreglevel
** Convert 'nvar', a compiler index level, to its corresponding ** register. For that, search for the highest variable below that level ** that is in
src/lua/lparser.c:236
↓ 7 callersFunctionremove_tick_event
src/chimera/event/tick.cpp:51
↓ 7 callersFunctionround_fn
src/blake3/blake3_portable.c:20
↓ 7 callersFunctiontonumeral
** If expression is a numeric constant, fills 'v' with its value ** and returns 1. Otherwise, returns 0. */
src/lua/lcode.c:57
↓ 6 callersFunctioncheckformat
** Check whether a conversion specification is valid. When called, ** first character in 'form' must be '%' and last character must ** be a valid conv
src/lua/lstrlib.c:1229
↓ 6 callersFunctioncopywithendian
** Copy 'size' bytes from 'src' to 'dest', correcting endianness if ** given 'islittle' is different from native endianness. */
src/lua/lstrlib.c:1599
↓ 6 callersFunctionesccheck
src/lua/llex.c:336
↓ 6 callersFunctionexplist
src/lua/lparser.c:1125
↓ 6 callersMethodget_map_path
src/chimera/chimera.cpp:616
↓ 6 callersFunctiongetfield
src/lua/loslib.c:254
↓ 6 callersFunctiongettable
src/lua/lapi.c:753
↓ 6 callersFunctiongetthread
** Auxiliary function used by several library functions: check for ** an optional thread as function's first argument and set 'arg' with ** 1 if this
src/lua/ldblib.c:95
↓ 6 callersFunctionkname
** Find a "name" for the constant 'c'. */
src/lua/ldebug.c:492
↓ 6 callersFunctionluaD_call
** External interface for 'ccall' */
src/lua/ldo.c:775
↓ 6 callersFunctionluaE_warning
src/lua/lstate.c:398
↓ 6 callersFunctionluaH_resize
** Resize table 't' for the new given sizes. Both allocations (for ** the hash part and for the array part) can fail, which creates some ** subtleties
src/lua/ltable.c:716
↓ 6 callersFunctionluaK_codeABx
** Format and emit an 'iABx' instruction. */
src/lua/lcode.c:418
↓ 6 callersFunctionluaK_concat
** Concatenate jump-list 'l2' into jump-list 'l1' */
src/lua/lcode.c:182
↓ 6 callersFunctionluaK_jump
** Create a jump instruction and return its position, so its destination ** can be fixed later (with 'fixjump'). */
src/lua/lcode.c:200
↓ 6 callersFunctionluaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
src/lua/lauxlib.c:986
↓ 6 callersFunctionluaL_tolstring
src/lua/lauxlib.c:922
↓ 6 callersFunctionluaT_trybinTM
src/lua/ltm.c:150
↓ 6 callersFunctionluaY_checklimit
src/lua/lparser.c:87
↓ 6 callersFunctionlua_checkstack
src/lua/lapi.c:109
↓ 6 callersFunctionlua_close
src/lua/lstate.c:391
↓ 6 callersFunctionlua_createtable
src/lua/lapi.c:792
↓ 6 callersFunctionlua_getinfo
src/lua/ldebug.c:395
↓ 6 callersFunctionlua_rotate
** Let x = AB, where A is a prefix of length 'n'. Then, ** rotate x n == BA. But BA == (A^r . B^r)^r. */
src/lua/lapi.c:238
↓ 6 callersFunctionlua_setmetatable
src/lua/lapi.c:964
↓ 6 callersFunctionlua_warning
src/lua/lapi.c:1345
↓ 6 callersFunctionnext_cursor_pos
src/chimera/custom_chat/custom_chat.cpp:654
↓ 6 callersFunctionset2
src/lua/ltablib.c:261
↓ 6 callersFunctionswapexps
src/lua/lcode.c:1564
↓ 6 callersFunctiontest2
** Accept current char if it is in 'set' (of size 2) */
src/lua/liolib.c:456
↓ 5 callersFunctionIxor
i1 ^= i2 */
src/lua/lmathlib.c:435
← previousnext →101–200 of 2,117, ranked by callers