MCPcopy Create free account

hub / github.com/TheForceEngine/TheForceEngine / functions

Functions10,550 in github.com/TheForceEngine/TheForceEngine

↓ 1,320 callersMethodsize
TheForceEngine/TFE_Audio/RtMidi.cpp:734
↓ 1,222 callersMethodGetLength
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_array.h:142
↓ 1,080 callersMethoddata
TheForceEngine/TFE_FileSystem/memorystream.cpp:67
↓ 1,053 callersFunctionload
TheForceEngine/TFE_Asset/levelList.cpp:26
↓ 1,018 callersFunctionImVec2
TheForceEngine/TFE_Ui/imGUI/imgui.h:278
↓ 884 callersMethodc_str
TheForceEngine/TFE_Ui/imGUI/imgui.h:2515
↓ 770 callersFunctionmul16
multiplies 2 fixed point numbers, the result is fixed point. 16.16 * 16.16 overflows 32 bit, so the calculation is done in 64 bit and then shifted bac
TheForceEngine/TFE_Jedi/Math/fixedPoint.h:39
↓ 736 callersMethodpush_back
TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:1749
↓ 663 callersMethodGetTypeInfo
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.h:125
↓ 630 callersMethodRegisterObjectMethod
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:2760
↓ 629 callersMethodAddressOf
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_array.h:95
↓ 430 callersFunctionlogWrite
TheForceEngine/TFE_System/log.cpp:80
↓ 405 callersMethodFormat
Returns the length
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_string.cpp:281
↓ 399 callersMethodresize
TheForceEngine/TFE_RenderBackend/Win32OpenGL/screenCapture.cpp:48
↓ 379 callersFunctionmax
TheForceEngine/TFE_Jedi/Math/core_math.h:43
↓ 376 callersFunctionmin
TheForceEngine/TFE_Jedi/Math/core_math.h:38
↓ 375 callersMethodPushLast
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_array.h:164
↓ 333 callersFunctionintToFixed16
converts an integer to a fixed point number: x << 16
TheForceEngine/TFE_Jedi/Math/fixedPoint.h:101
↓ 262 callersFunctionfixed16ToFloat
TheForceEngine/TFE_Jedi/Math/fixedPoint.h:111
↓ 254 callersFunctionImMax
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:466
↓ 254 callersMethodempty
TheForceEngine/TFE_Ui/imGUI/imgui.h:2512
↓ 237 callersMethodIsReference
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.h:90
↓ 222 callersMethodclear
TheForceEngine/TFE_System/memoryPool.cpp:22
↓ 218 callersFunctiondiv16
divides 2 fixed point numbers, the result is fixed point. 16.16 * FIXED_ONE overflows 32 bit, so the calculation is done in 64 bit but the result can
TheForceEngine/TFE_Jedi/Math/fixedPoint.h:54
↓ 208 callersMethodend
TheForceEngine/TFE_Ui/imGUI/imgui.h:2510
↓ 206 callersFunctionCastToObjectType
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_typeinfo.cpp:270
↓ 205 callersMethodreadLine
Read the next non-comment/whitespace line.
TheForceEngine/TFE_System/parser.cpp:77
↓ 202 callersMethodAddChildLast
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptnode.cpp:131
↓ 199 callersMethodIsObjectHandle
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.h:98
↓ 194 callersMethodread
TheForceEngine/TFE_FileSystem/filestream.h:36
↓ 193 callersFunctionfloor16
truncates a 16.16 fixed point number, returns an int: x >> 16
TheForceEngine/TFE_Jedi/Math/fixedPoint.h:68
↓ 175 callersFunctionserialization_getMode
TheForceEngine/TFE_Jedi/Serialization/serialization.h:103
↓ 171 callersFunctionHelpMarker
Helper to display a little (?) mark which shows a tooltip when hovered. In your own code you may want to display an actual icon if you are using a mer
TheForceEngine/TFE_Ui/imGUI/imgui_demo.cpp:229
↓ 171 callersMethodwrite
TheForceEngine/TFE_FileSystem/filestream.h:49
↓ 166 callersMethodGetSizeInMemoryBytes
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:607
↓ 158 callersMethodInstrSHORT
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_bytecode.cpp:2751
↓ 149 callersMethodIsObject
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:586
↓ 146 callersMethodSetLength
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_array.h:342
↓ 144 callersFunctionsound_load
TheForceEngine/TFE_DarkForces/sound.cpp:181
↓ 144 callersFunctionstbi__get8
TheForceEngine/sdl2_win32/include/stb_image.h:1684
↓ 142 callersFunctionfree
TheForceEngine/TFE_Asset/gmidAsset.cpp:59
↓ 138 callersMethodInstr
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_bytecode.cpp:2523
↓ 137 callersFunctionabs
Int/Fixed Point
TheForceEngine/TFE_Jedi/Math/core_math.h:33
↓ 129 callersFunctionstbi__err
TheForceEngine/sdl2_win32/include/stb_image.h:1016
↓ 127 callersFunctionclamp
TheForceEngine/TFE_Jedi/Math/core_math.h:58
↓ 127 callersMethodclose
TheForceEngine/TFE_Archive/zipArchive.cpp:93
↓ 125 callersMethodreadBuffer
TheForceEngine/TFE_FileSystem/filestream.cpp:202
↓ 124 callersFunctionfloatToFixed16
TheForceEngine/TFE_Jedi/Math/fixedPoint.h:106
↓ 117 callersMethodGetSizeInMemoryDWords
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:638
↓ 114 callersMethodopen
TheForceEngine/TFE_Archive/zipArchive.cpp:46
↓ 113 callersMethodMakeReference
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:310
↓ 112 callersMethodIsFuncdef
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:599
↓ 106 callersFunctionerror
TheForceEngine/EditorDef/Scripts/scriptConsole.h:12
↓ 102 callersFunctionttUSHORT
TheForceEngine/TFE_Ui/imGUI/imstb_truetype.h:1291
↓ 101 callersMethodGetTokenType
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.h:124
↓ 98 callersMethodAddRefInternal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_typeinfo.cpp:107
↓ 98 callersMethodGetSizeOnStackDWords
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:651
↓ 98 callersMethodgetVariableId
TheForceEngine/TFE_RenderBackend/Win32OpenGL/shader.cpp:168
↓ 97 callersFunctionImMin
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:465
↓ 95 callersFunctionrandom
Generate a random value as: 1) random_next() or 2) fixed16_16(value) * fract(random_next())
TheForceEngine/TFE_DarkForces/random.cpp:45
↓ 93 callersFunctionround16
rounds a 16.16 fixed point number, returns an int: (x + HALF_16) >> 16
TheForceEngine/TFE_Jedi/Math/fixedPoint.h:95
↓ 92 callersMethodIsReadOnly
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:412
↓ 91 callersFunctioneditor_getUniqueLabel
TheForceEngine/TFE_Editor/editor.cpp:1315
↓ 90 callersMethodsetVariable
TheForceEngine/TFE_RenderBackend/Win32OpenGL/shader.cpp:214
↓ 89 callersMethodGetObject
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_generic.cpp:84
↓ 89 callersMethodbind
TheForceEngine/TFE_RenderBackend/Win32OpenGL/shader.cpp:157
↓ 88 callersMethodGetConstantDW
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_compiler.cpp:16429
↓ 85 callersMethodbegin
TheForceEngine/TFE_Ui/imGUI/imgui.h:2509
↓ 83 callersFunctiondot
TheForceEngine/TFE_System/math.h:68
↓ 82 callersMethodReleaseInternal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_typeinfo.cpp:112
↓ 81 callersFunctionsound_playCued
TheForceEngine/TFE_DarkForces/sound.cpp:316
↓ 79 callersFunctionImTrunc
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:483
↓ 78 callersMethodIsIntegerType
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:539
↓ 77 callersFunctionGetCurrentWindow
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:3027
↓ 77 callersMethodwriteBuffer
TheForceEngine/TFE_FileSystem/filestream.cpp:217
↓ 75 callersMethodIsPrimitive
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:512
↓ 75 callersMethodWriteMessage
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:1248
↓ 75 callersMethodgetSize
TheForceEngine/TFE_FileSystem/filestream.cpp:175
↓ 74 callersMethodGetConstantQW
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_compiler.cpp:16423
↓ 74 callersMethodUpdateSourcePos
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptnode.cpp:107
↓ 73 callersFunctiongetGraphicsSettings
TheForceEngine/TFE_Settings/settings.cpp:349
↓ 73 callersFunctionhud_sendTextMessage
////////////////////////////////////// API Implementation //////////////////////////////////////
TheForceEngine/TFE_DarkForces/hud.cpp:191
↓ 72 callersFunctionroundFloat
TheForceEngine/TFE_Jedi/Math/core_math.h:271
↓ 71 callersMethodAddRectFilled
TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:1421
↓ 71 callersFunctionkeyPressed
TheForceEngine/TFE_Input/input.cpp:245
↓ 71 callersFunctionsound_stop
TheForceEngine/TFE_DarkForces/sound.cpp:344
↓ 70 callersMethodAddCode
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_builder.cpp:210
↓ 70 callersMethodGetName
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_module.cpp:204
↓ 70 callersMethodIsShared
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_typeinfo.cpp:335
↓ 70 callersMethodreserve
TheForceEngine/TFE_Ui/imGUI/imgui.h:2514
↓ 69 callersMethodclear
TheForceEngine/TFE_Ui/imGUI/imgui.h:2513
↓ 68 callersFunctionallocator_getHead
TheForceEngine/TFE_Jedi/Memory/allocator.cpp:297
↓ 68 callersFunctionvtxEqual
TheForceEngine/TFE_Polygon/polygon.cpp:1674
↓ 67 callersFunctionnormalize
TheForceEngine/TFE_System/math.h:107
↓ 66 callersFunctioninputMapping_getActionState
TheForceEngine/TFE_Input/inputMapping.cpp:478
↓ 65 callersMethodIsUnsignedType
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:551
↓ 65 callersMethodPopLast
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_array.h:184
↓ 64 callersMethodSetVariable
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_compiler.cpp:16330
↓ 64 callersFunctionaddKeyboardShortcut
TheForceEngine/TFE_Editor/LevelEditor/hotkeys.cpp:312
↓ 63 callersFunctionallocator_getNext
TheForceEngine/TFE_Jedi/Memory/allocator.cpp:328
next →1–100 of 10,550, ranked by callers