MCPcopy Create free account

hub / github.com/TheForceEngine/TheForceEngine / functions

Functions10,550 in github.com/TheForceEngine/TheForceEngine

↓ 2 callersMethodChannelsMerge
TheForceEngine/TFE_Ui/imGUI/imgui.h:2944
↓ 2 callersMethodChannelsSetCurrent
TheForceEngine/TFE_Ui/imGUI/imgui.h:2945
↓ 2 callersMethodCheckIdx
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_symboltable.h:447
↓ 2 callersMethodCheckNameConflictMember
TODO: This should use SymbolLookupMember, which should be available in the TypeInfo class
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_builder.cpp:1408
↓ 2 callersFunctionCheckShader
If you get an error please report on github. You may try different GL context version or GLSL version. See GL<>GLSL version table at the top of this f
TheForceEngine/TFE_Ui/imGUI/imgui_impl_opengl3.cpp:710
↓ 2 callersFunctionCheckShader
If you get an error please report on github. You may try different GL context version or GLSL version. See GL<>GLSL version table at the top of this f
TheForceEngine/TFE_RenderBackend/Win32OpenGL/shader.cpp:33
↓ 2 callersMethodClearAll
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_bytecode.cpp:85
↓ 2 callersMethodClearInputKeys
Clear current keyboard/gamepad state + current frame text input buffer. Equivalent to releasing all keys/buttons.
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:1473
↓ 2 callersMethodCompileFactory
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_compiler.cpp:191
↓ 2 callersMethodCompileFunction
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_builder.cpp:513
↓ 2 callersMethodCompileGlobalVariable
Entry
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_compiler.cpp:1212
↓ 2 callersFunctionConnectedEndpointName
This function was submitted by Douglas Casey Tucker and apparently derived largely from PortMidi.
TheForceEngine/TFE_Audio/RtMidi.cpp:1255
↓ 2 callersFunctionConvertToUTF8
Convert a null-terminated wide string or ANSI-encoded string to UTF-8.
TheForceEngine/TFE_Audio/RtMidi.cpp:2516
↓ 2 callersMethodCopyFrom
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptobject.cpp:1042
↓ 2 callersMethodCreate
TheForceEngine/TFE_ForceScript/Angelscript/add_on/scriptarray/scriptarray.cpp:64
↓ 2 callersMethodCreateContext
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:1469
↓ 2 callersMethodCreatePrimitive
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:123
↓ 2 callersFunctionDebugFlashStyleColorStop
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:14600
↓ 2 callersMethodDeclColumns
TheForceEngine/TFE_Ui/imGUI/imgui_widgets.cpp:7427
↓ 2 callersMethodDestroyList
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:6484
↓ 2 callersFunctionDrawFileListCombo
TheForceEngine/TFE_FrontEndUI/frontEndUi.cpp:3622
↓ 2 callersFunctionDrawFontSizeCombo
TheForceEngine/TFE_FrontEndUI/frontEndUi.cpp:3566
↓ 2 callersFunctionDrawRGBFields
TheForceEngine/TFE_FrontEndUI/frontEndUi.cpp:3575
↓ 2 callersFunctionE2InsertsBeforeE1
TheForceEngine/TFE_Polygon/clipper.cpp:3278
↓ 2 callersFunctionEdgesAdjacent
TheForceEngine/TFE_Polygon/clipper.cpp:2927
↓ 2 callersFunctionEndpointName
This function was submitted by Douglas Casey Tucker and apparently derived largely from PortMidi.
TheForceEngine/TFE_Audio/RtMidi.cpp:1179
↓ 2 callersMethodFind
TheForceEngine/TFE_ForceScript/Angelscript/add_on/scriptarray/scriptarray.cpp:1268
↓ 2 callersMethodFindByRef
TheForceEngine/TFE_ForceScript/Angelscript/add_on/scriptarray/scriptarray.cpp:1236
↓ 2 callersMethodFindConfigGroupForGlobalVar
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:5626
↓ 2 callersMethodFindMatchingFuncdef
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:5847
↓ 2 callersMethodFindNewOwnerForSharedFunc
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:962
↓ 2 callersFunctionFirstIsBottomPt
TheForceEngine/TFE_Polygon/clipper.cpp:798
↓ 2 callersFunctionFixRectCornerFlags
TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:1347
↓ 2 callersMethodGetAddressOfVar
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_context.cpp:5835
↓ 2 callersMethodGetAlignment
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:665
↓ 2 callersMethodGetAliveCount
To iterate a ImPool: for (int n = 0; n < pool.GetMapSize(); n++) if (T* t = pool.TryGetMapData(n)) { ... } Can be avoided if you know .Remove() has ne
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:696
↓ 2 callersMethodGetArenaSizeInBytes
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:661
↓ 2 callersMethodGetArgOnStack
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_context.cpp:6206
↓ 2 callersMethodGetArgQWord
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_generic.cpp:172
↓ 2 callersMethodGetArgsOnStackCount
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_context.cpp:6087
↓ 2 callersFunctionGetBottomPt
TheForceEngine/TFE_Polygon/clipper.cpp:822
↓ 2 callersMethodGetBounds
TheForceEngine/TFE_Polygon/clipper.cpp:1295
↓ 2 callersMethodGetCalledFunction
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptfunction.cpp:1787
↓ 2 callersMethodGetCustomRectByIndex
TheForceEngine/TFE_Ui/imGUI/imgui.h:3158
↓ 2 callersMethodGetDebugName
TheForceEngine/TFE_Ui/imGUI/imgui.h:3239
↓ 2 callersMethodGetEngine
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_module.cpp:192
↓ 2 callersMethodGetEngine
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptfunction.cpp:1468
↓ 2 callersMethodGetFuncDef
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_builder.cpp:6426
↓ 2 callersMethodGetFuncdefSignature
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_typeinfo.cpp:463
↓ 2 callersMethodGetFunctionById
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:6241
↓ 2 callersMethodGetFunctionDeclaration
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:1448
↓ 2 callersMethodGetGlobalProperty
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_builder.cpp:1151
↓ 2 callersMethodGetGlobalVar
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_module.cpp:1122
↓ 2 callersMethodGetGlobalVarCount
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_module.cpp:1008
↓ 2 callersFunctionGetHorzDirection
TheForceEngine/TFE_Polygon/clipper.cpp:2610
↓ 2 callersFunctionGetInputSourceName
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:9518
↓ 2 callersMethodGetListPatternType
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:6458
↓ 2 callersFunctionGetLowermostRec
TheForceEngine/TFE_Polygon/clipper.cpp:2327
↓ 2 callersFunctionGetMaximaPair
TheForceEngine/TFE_Polygon/clipper.cpp:2538
↓ 2 callersFunctionGetMaximaPairEx
TheForceEngine/TFE_Polygon/clipper.cpp:2548
↓ 2 callersFunctionGetMergedModsFromKeys
[Internal] Do not use directly
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:9138
↓ 2 callersMethodGetMethodByName
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_objecttype.cpp:280
↓ 2 callersMethodGetMethodCount
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_objecttype.cpp:258
↓ 2 callersFunctionGetModForModKey
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:8425
↓ 2 callersMethodGetModuleName
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptfunction.cpp:586
↓ 2 callersMethodGetName
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptfunction.cpp:616
↓ 2 callersFunctionGetNextInAEL
TheForceEngine/TFE_Polygon/clipper.cpp:2604
↓ 2 callersMethodGetNextTriangle
TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:1831
↓ 2 callersMethodGetOrAddByKey
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:686
↓ 2 callersMethodGetProperty
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_typeinfo.cpp:254
↓ 2 callersMethodGetPropertyCount
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_objecttype.cpp:334
↓ 2 callersMethodGetReturnAddress
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_context.cpp:900
↓ 2 callersMethodGetReturnDWord
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_context.cpp:856
↓ 2 callersFunctionGetReturnedDouble
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_callfunc_x86.cpp:1489
↓ 2 callersFunctionGetReturnedDouble
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_callfunc_mips.cpp:268
↓ 2 callersFunctionGetReturnedFloat
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_callfunc_x86.cpp:1471
↓ 2 callersFunctionGetReturnedFloat
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_callfunc_mips.cpp:259
↓ 2 callersFunctionGetRoutingIdFromOwnerId
owner_id may be None/Any, but routing_id needs to be always be set, so we default to GetCurrentFocusScope().
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:8643
↓ 2 callersMethodGetScopeFromNode
TODO: child funcdef: Should try to eliminate this function. GetNameSpaceFromNode is more complete
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_builder.cpp:5634
↓ 2 callersFunctionGetStdStringFactorySingleton
TODO: Make this public so the application can also use the string factory and share the string constants if so desired, or to monitor the size of the
TheForceEngine/TFE_ForceScript/Angelscript/add_on/scriptstdstring/scriptstdstring.cpp:110
↓ 2 callersMethodGetSubTypeCount
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_objecttype.cpp:208
↓ 2 callersMethodGetTypeDeclaration
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:4968
↓ 2 callersMethodGetTypeInfoOfLocalVar
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptfunction.cpp:982
↓ 2 callersFunctionGetUnitNormal
TheForceEngine/TFE_Polygon/clipper.cpp:3769
↓ 2 callersMethodGetVarCount
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_context.cpp:5732
↓ 2 callersFunctionGetViewportBgFgDrawList
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:4417
↓ 2 callersFunctionImAdvanceMidi
Advance the current sound to the next tick.
TheForceEngine/TFE_Jedi/IMuse/imMidiPlayer.cpp:28
↓ 2 callersFunctionImAlphaBlendColors
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:2448
↓ 2 callersFunctionImBezierCubicCalc
TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:1252
↓ 2 callersFunctionImBitArraySetBitRange
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:574
↓ 2 callersFunctionImClearAllSoundFaders
TheForceEngine/TFE_Jedi/IMuse/imSoundFader.cpp:82
↓ 2 callersFunctionImClearTriggersAndCmds
TheForceEngine/TFE_Jedi/IMuse/imTrigger.cpp:108
↓ 2 callersFunctionImComputeAudioNormalization
TheForceEngine/TFE_Jedi/IMuse/imDigitalSound.cpp:235
↓ 2 callersFunctionImExponentialMovingAverage
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:493
↓ 2 callersFunctionImFileLoadToMemory
Helper: Load file content into memory Memory allocated with IM_ALLOC(), must be freed by user using IM_FREE() == ImGui::MemFree() This can't really be
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:2206
↓ 2 callersFunctionImFileWrite
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:2200
↓ 2 callersFunctionImFindNextMidiSound
Search a list for the smallest non-zero value that is atleast minValue.
TheForceEngine/TFE_Jedi/IMuse/imuse.cpp:1554
↓ 2 callersFunctionImFindNextWaveSound
TheForceEngine/TFE_Jedi/IMuse/imDigitalSound.cpp:649
↓ 2 callersFunctionImFontAtlasBuildRender32bppRectFromString
TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:3104
↓ 2 callersFunctionImFontAtlasBuildRender8bppRectFromString
TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:3094
← previousnext →2,201–2,300 of 10,550, ranked by callers