Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ functions
Functions
10,550 in github.com/TheForceEngine/TheForceEngine
⨍
Functions
10,550
◇
Types & classes
1,850
↓ 2 callers
Method
ChannelsMerge
TheForceEngine/TFE_Ui/imGUI/imgui.h:2944
↓ 2 callers
Method
ChannelsSetCurrent
TheForceEngine/TFE_Ui/imGUI/imgui.h:2945
↓ 2 callers
Method
CheckIdx
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_symboltable.h:447
↓ 2 callers
Method
CheckNameConflictMember
TODO: This should use SymbolLookupMember, which should be available in the TypeInfo class
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_builder.cpp:1408
↓ 2 callers
Function
CheckShader
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 callers
Function
CheckShader
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 callers
Method
ClearAll
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_bytecode.cpp:85
↓ 2 callers
Method
ClearInputKeys
Clear current keyboard/gamepad state + current frame text input buffer. Equivalent to releasing all keys/buttons.
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:1473
↓ 2 callers
Method
CompileFactory
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_compiler.cpp:191
↓ 2 callers
Method
CompileFunction
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_builder.cpp:513
↓ 2 callers
Method
CompileGlobalVariable
Entry
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_compiler.cpp:1212
↓ 2 callers
Function
ConnectedEndpointName
This function was submitted by Douglas Casey Tucker and apparently derived largely from PortMidi.
TheForceEngine/TFE_Audio/RtMidi.cpp:1255
↓ 2 callers
Function
ConvertToUTF8
Convert a null-terminated wide string or ANSI-encoded string to UTF-8.
TheForceEngine/TFE_Audio/RtMidi.cpp:2516
↓ 2 callers
Method
CopyFrom
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptobject.cpp:1042
↓ 2 callers
Method
Create
TheForceEngine/TFE_ForceScript/Angelscript/add_on/scriptarray/scriptarray.cpp:64
↓ 2 callers
Method
CreateContext
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:1469
↓ 2 callers
Method
CreatePrimitive
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:123
↓ 2 callers
Function
DebugFlashStyleColorStop
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:14600
↓ 2 callers
Method
DeclColumns
TheForceEngine/TFE_Ui/imGUI/imgui_widgets.cpp:7427
↓ 2 callers
Method
DestroyList
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:6484
↓ 2 callers
Function
DrawFileListCombo
TheForceEngine/TFE_FrontEndUI/frontEndUi.cpp:3622
↓ 2 callers
Function
DrawFontSizeCombo
TheForceEngine/TFE_FrontEndUI/frontEndUi.cpp:3566
↓ 2 callers
Function
DrawRGBFields
TheForceEngine/TFE_FrontEndUI/frontEndUi.cpp:3575
↓ 2 callers
Function
E2InsertsBeforeE1
TheForceEngine/TFE_Polygon/clipper.cpp:3278
↓ 2 callers
Function
EdgesAdjacent
TheForceEngine/TFE_Polygon/clipper.cpp:2927
↓ 2 callers
Function
EndpointName
This function was submitted by Douglas Casey Tucker and apparently derived largely from PortMidi.
TheForceEngine/TFE_Audio/RtMidi.cpp:1179
↓ 2 callers
Method
Find
TheForceEngine/TFE_ForceScript/Angelscript/add_on/scriptarray/scriptarray.cpp:1268
↓ 2 callers
Method
FindByRef
TheForceEngine/TFE_ForceScript/Angelscript/add_on/scriptarray/scriptarray.cpp:1236
↓ 2 callers
Method
FindConfigGroupForGlobalVar
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:5626
↓ 2 callers
Method
FindMatchingFuncdef
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:5847
↓ 2 callers
Method
FindNewOwnerForSharedFunc
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:962
↓ 2 callers
Function
FirstIsBottomPt
TheForceEngine/TFE_Polygon/clipper.cpp:798
↓ 2 callers
Function
FixRectCornerFlags
TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:1347
↓ 2 callers
Method
GetAddressOfVar
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_context.cpp:5835
↓ 2 callers
Method
GetAlignment
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_datatype.cpp:665
↓ 2 callers
Method
GetAliveCount
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 callers
Method
GetArenaSizeInBytes
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:661
↓ 2 callers
Method
GetArgOnStack
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_context.cpp:6206
↓ 2 callers
Method
GetArgQWord
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_generic.cpp:172
↓ 2 callers
Method
GetArgsOnStackCount
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_context.cpp:6087
↓ 2 callers
Function
GetBottomPt
TheForceEngine/TFE_Polygon/clipper.cpp:822
↓ 2 callers
Method
GetBounds
TheForceEngine/TFE_Polygon/clipper.cpp:1295
↓ 2 callers
Method
GetCalledFunction
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptfunction.cpp:1787
↓ 2 callers
Method
GetCustomRectByIndex
TheForceEngine/TFE_Ui/imGUI/imgui.h:3158
↓ 2 callers
Method
GetDebugName
TheForceEngine/TFE_Ui/imGUI/imgui.h:3239
↓ 2 callers
Method
GetEngine
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_module.cpp:192
↓ 2 callers
Method
GetEngine
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptfunction.cpp:1468
↓ 2 callers
Method
GetFuncDef
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_builder.cpp:6426
↓ 2 callers
Method
GetFuncdefSignature
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_typeinfo.cpp:463
↓ 2 callers
Method
GetFunctionById
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:6241
↓ 2 callers
Method
GetFunctionDeclaration
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:1448
↓ 2 callers
Method
GetGlobalProperty
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_builder.cpp:1151
↓ 2 callers
Method
GetGlobalVar
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_module.cpp:1122
↓ 2 callers
Method
GetGlobalVarCount
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_module.cpp:1008
↓ 2 callers
Function
GetHorzDirection
TheForceEngine/TFE_Polygon/clipper.cpp:2610
↓ 2 callers
Function
GetInputSourceName
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:9518
↓ 2 callers
Method
GetListPatternType
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:6458
↓ 2 callers
Function
GetLowermostRec
TheForceEngine/TFE_Polygon/clipper.cpp:2327
↓ 2 callers
Function
GetMaximaPair
TheForceEngine/TFE_Polygon/clipper.cpp:2538
↓ 2 callers
Function
GetMaximaPairEx
TheForceEngine/TFE_Polygon/clipper.cpp:2548
↓ 2 callers
Function
GetMergedModsFromKeys
[Internal] Do not use directly
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:9138
↓ 2 callers
Method
GetMethodByName
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_objecttype.cpp:280
↓ 2 callers
Method
GetMethodCount
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_objecttype.cpp:258
↓ 2 callers
Function
GetModForModKey
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:8425
↓ 2 callers
Method
GetModuleName
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptfunction.cpp:586
↓ 2 callers
Method
GetName
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptfunction.cpp:616
↓ 2 callers
Function
GetNextInAEL
TheForceEngine/TFE_Polygon/clipper.cpp:2604
↓ 2 callers
Method
GetNextTriangle
TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:1831
↓ 2 callers
Method
GetOrAddByKey
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:686
↓ 2 callers
Method
GetProperty
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_typeinfo.cpp:254
↓ 2 callers
Method
GetPropertyCount
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_objecttype.cpp:334
↓ 2 callers
Method
GetReturnAddress
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_context.cpp:900
↓ 2 callers
Method
GetReturnDWord
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_context.cpp:856
↓ 2 callers
Function
GetReturnedDouble
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_callfunc_x86.cpp:1489
↓ 2 callers
Function
GetReturnedDouble
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_callfunc_mips.cpp:268
↓ 2 callers
Function
GetReturnedFloat
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_callfunc_x86.cpp:1471
↓ 2 callers
Function
GetReturnedFloat
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_callfunc_mips.cpp:259
↓ 2 callers
Function
GetRoutingIdFromOwnerId
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 callers
Method
GetScopeFromNode
TODO: child funcdef: Should try to eliminate this function. GetNameSpaceFromNode is more complete
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_builder.cpp:5634
↓ 2 callers
Function
GetStdStringFactorySingleton
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 callers
Method
GetSubTypeCount
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_objecttype.cpp:208
↓ 2 callers
Method
GetTypeDeclaration
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptengine.cpp:4968
↓ 2 callers
Method
GetTypeInfoOfLocalVar
internal
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_scriptfunction.cpp:982
↓ 2 callers
Function
GetUnitNormal
TheForceEngine/TFE_Polygon/clipper.cpp:3769
↓ 2 callers
Method
GetVarCount
interface
TheForceEngine/TFE_ForceScript/Angelscript/angelscript/source/as_context.cpp:5732
↓ 2 callers
Function
GetViewportBgFgDrawList
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:4417
↓ 2 callers
Function
ImAdvanceMidi
Advance the current sound to the next tick.
TheForceEngine/TFE_Jedi/IMuse/imMidiPlayer.cpp:28
↓ 2 callers
Function
ImAlphaBlendColors
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:2448
↓ 2 callers
Function
ImBezierCubicCalc
TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:1252
↓ 2 callers
Function
ImBitArraySetBitRange
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:574
↓ 2 callers
Function
ImClearAllSoundFaders
TheForceEngine/TFE_Jedi/IMuse/imSoundFader.cpp:82
↓ 2 callers
Function
ImClearTriggersAndCmds
TheForceEngine/TFE_Jedi/IMuse/imTrigger.cpp:108
↓ 2 callers
Function
ImComputeAudioNormalization
TheForceEngine/TFE_Jedi/IMuse/imDigitalSound.cpp:235
↓ 2 callers
Function
ImExponentialMovingAverage
TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:493
↓ 2 callers
Function
ImFileLoadToMemory
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 callers
Function
ImFileWrite
TheForceEngine/TFE_Ui/imGUI/imgui.cpp:2200
↓ 2 callers
Function
ImFindNextMidiSound
Search a list for the smallest non-zero value that is atleast minValue.
TheForceEngine/TFE_Jedi/IMuse/imuse.cpp:1554
↓ 2 callers
Function
ImFindNextWaveSound
TheForceEngine/TFE_Jedi/IMuse/imDigitalSound.cpp:649
↓ 2 callers
Function
ImFontAtlasBuildRender32bppRectFromString
TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:3104
↓ 2 callers
Function
ImFontAtlasBuildRender8bppRectFromString
TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:3094
← previous
next →
2,201–2,300 of 10,550, ranked by callers