Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BobbyAnguelov/Esoterica
/ functions
Functions
15,937 in github.com/BobbyAnguelov/Esoterica
⨍
Functions
15,937
◇
Types & classes
3,969
↓ 7 callers
Function
ImFileClose
We should in theory be using fseeko()/ftello() with off_t and _fseeki64()/_ftelli64() with __int64, waiting for the PR that does that in a very portab
Code/Base/ThirdParty/imgui/imgui.cpp:2327
↓ 7 callers
Function
ImNanOrInf
Returns true if val is NAN or INFINITY
Code/Base/ThirdParty/implot/implot_internal.h:125
↓ 7 callers
Function
ImRotate
Code/Base/ThirdParty/imgui/imgui_internal.h:482
↓ 7 callers
Function
Image
Code/Base/Imgui/ImguiX.h:294
↓ 7 callers
Function
InOut
Code/Base/Math/Easing.h:142
↓ 7 callers
Function
InputTextEx
Code/Base/Imgui/ImguiX.cpp:476
↓ 7 callers
Method
InsertChars
Code/Base/ThirdParty/imgui/imgui_widgets.cpp:4203
↓ 7 callers
Function
InternalDrawTriangle
Code/Base/Drawing/DebugDrawing.h:267
↓ 7 callers
Method
IsAnimationClipReferenceNode
Code/EngineTools/Animation/ToolsGraph/Nodes/Animation_ToolsGraphNode_AnimationClip.h:37
↓ 7 callers
Method
IsBitFlagsProperty
Code/Applications/Reflector/TypeReflection/ReflectedProperty.h:32
↓ 7 callers
Method
IsBoneTarget
Code/Engine/Animation/AnimationTarget.h:93
↓ 7 callers
Function
IsDirty
Has any modifications been made to this file?
Code/EngineTools/Core/EditorTool.h:236
↓ 7 callers
Method
IsEdgeFixed
Code/EngineTools/ThirdParty/delabella/delabella.h:45
↓ 7 callers
Function
IsEven
Code/Base/Math/Math.h:213
↓ 7 callers
Function
IsGraphEvent
Code/Engine/Animation/Graph/Animation_RuntimeGraph_SampledEvents.h:106
↓ 7 callers
Function
IsSourceACachedPose
Code/Engine/Animation/Graph/Nodes/Animation_RuntimeGraphNode_Transition.h:122
↓ 7 callers
Function
IsSourceATransition
Code/Engine/Animation/Graph/Nodes/Animation_RuntimeGraphNode_Transition.h:120
↓ 7 callers
Function
IsValid
Code/Engine/Input/GameInputUpdaters.h:22
↓ 7 callers
Method
IsValid
Code/Base/Math/ViewVolume.cpp:265
↓ 7 callers
Method
IsValidVariation
Code/EngineTools/Animation/ToolsGraph/Animation_ToolsGraph_Variations.cpp:62
↓ 7 callers
Method
LerpTable
Code/Base/ThirdParty/implot/implot_internal.h:412
↓ 7 callers
Function
MakeTime
Code/Base/ThirdParty/implot/implot.cpp:964
↓ 7 callers
Function
ModF
Decomposes a float into integer and remainder portions, remainder is return and the integer result is stored in the integer portion
Code/Base/Math/Math.h:104
↓ 7 callers
Method
PathStroke
Code/Base/ThirdParty/imgui/imgui.h:3267
↓ 7 callers
Function
PlotShaded
Code/Base/ThirdParty/implot/implot_items.cpp:1775
↓ 7 callers
Function
PopColormap
Code/Base/ThirdParty/implot/implot.cpp:4533
↓ 7 callers
Function
PopFont
Code/Base/Imgui/ImguiFont.h:67
↓ 7 callers
Function
PostDeserialize
Called whenever we finish deserializing a type
Code/Base/TypeSystem/ReflectedType.h:40
↓ 7 callers
Function
PushColormap
Code/Base/ThirdParty/implot/implot.cpp:4519
↓ 7 callers
Method
Rename
Code/EngineTools/NodeGraph/NodeGraph_BaseGraph.cpp:80
↓ 7 callers
Method
ReplaceExtension
Code/Base/FileSystem/DataPath.cpp:387
↓ 7 callers
Function
Reset
Reset all settings to default
Code/Engine/Physics/PhysicsRagdoll.h:99
↓ 7 callers
Function
SListNodeInsertAfter
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/slist.h:450
↓ 7 callers
Function
STB_TEXTEDIT_LAYOUTROW
Code/Base/ThirdParty/imgui/imgui_widgets.cpp:3941
↓ 7 callers
Method
SetCharacterState
Code/Game/Player/Animation/PlayerAnimationController.cpp:227
↓ 7 callers
Function
SetCurrentContext
Code/Base/ThirdParty/implot/implot.cpp:448
↓ 7 callers
Method
SetDrawChannel
Set the draw list channel to use
Code/EngineTools/NodeGraph/NodeGraph_DrawingContext.h:126
↓ 7 callers
Method
SetMax
Code/Base/ThirdParty/implot/implot_internal.h:736
↓ 7 callers
Method
SetMin
Code/Base/ThirdParty/implot/implot_internal.h:717
↓ 7 callers
Method
SetString
Code/Base/Settings/IniFile.cpp:234
↓ 7 callers
Method
Stop
Called to stop this action
Code/Game/Player/StateMachine/PlayerAction.h:131
↓ 7 callers
Method
ToSeconds
Code/Base/Time/Time.h:264
↓ 7 callers
Method
TryGetMapData
It is the map we need iterate to find valid items, since we don't have "alive" storage anywhere
Code/Base/ThirdParty/imgui/imgui_internal.h:693
↓ 7 callers
Method
UpdateAndDraw
Code/EngineTools/Resource/ResourceImportSettings.cpp:16
↓ 7 callers
Function
Vsnprintf
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/string.h:183
↓ 7 callers
Function
WindowRectAbsToRel
You may also use SetNextWindowClass()'s FocusRouteParentWindowId field.
Code/Base/ThirdParty/imgui/imgui_internal.h:3192
↓ 7 callers
Method
WriteQuantizedFloat
Code/Base/Serialization/BitSerialization.h:134
↓ 7 callers
Function
XXH64_avalanche
! @copydoc XXH32_avalanche */
Code/Base/ThirdParty/xxhash/xxhash.h:3125
↓ 7 callers
Function
XXH_mult32to64
! * @brief Calculates a 32-bit to 64-bit long multiply. * * Implemented as a macro. * * Wraps `__emulu` on MSVC x86 because it tends to call `__a
Code/Base/ThirdParty/xxhash/xxhash.h:4014
↓ 7 callers
Function
XXH_swap32
Code/Base/ThirdParty/xxhash/xxhash.h:2470
↓ 7 callers
Function
_rpmalloc_allocate
Allocate a block of the given size
Code/Base/ThirdParty/rpmalloc/rpmalloc.c:2287
↓ 7 callers
Function
_rpmalloc_heap_cache_adopt_deferred
Adopt the deferred span cache list, optionally extracting the first single span for immediate re-use
Code/Base/ThirdParty/rpmalloc/rpmalloc.c:1599
↓ 7 callers
Function
cgltf_write_sizeprop
Code/EngineTools/ThirdParty/cgltf/cgltf_write.h:239
↓ 7 callers
Function
convert_buffer_output_generic
Code/Base/ThirdParty/pugixml/src/pugixml.cpp:3632
↓ 7 callers
Method
fill
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/array.h:146
↓ 7 callers
Method
find_last_of
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/string.h:2808
↓ 7 callers
Method
get
get Returns the owned pointer. Note that this class does not provide an operator T() function. This is because such a thing (automatic conversion) is
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/shared_array.h:291
↓ 7 callers
Method
get
get Returns the owned pointer. Note that this class does not provide an operator T() function. This is because such a thing (automatic conversion) is
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/linked_ptr.h:268
↓ 7 callers
Method
get
get Returns the owned pointer. Note that this class does not provide an operator T() function. This is because such a thing (automatic conversion) is
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/linked_array.h:203
↓ 7 callers
Function
iniparser_set
-------------------------------------------------------------------------*/ @brief Set an entry in a dictionary. @param ini Dictionary to
Code/Base/ThirdParty/iniparser/iniparser.c:532
↓ 7 callers
Function
mpack_builder_page_size
Code/Base/ThirdParty/mpack/mpack.c:2355
↓ 7 callers
Function
mpack_done_bin
* @fn mpack_done_bin(mpack_reader_t* reader) * * Finishes reading a binary data blob. * * This will track reads to ensure that the correct number
Code/Base/ThirdParty/mpack/mpack.h:5111
↓ 7 callers
Function
mpack_print_flush
Code/Base/ThirdParty/mpack/mpack.c:958
↓ 7 callers
Function
mpack_store_u16
Code/Base/ThirdParty/mpack/mpack.h:2738
↓ 7 callers
Function
mpack_write_cstr_or_nil
Code/Base/ThirdParty/mpack/mpack.c:2246
↓ 7 callers
Function
mpack_write_i64
Code/Base/ThirdParty/mpack/mpack.c:1947
↓ 7 callers
Function
mpack_write_native
Writes encoded bytes to the buffer, flushing if necessary.
Code/Base/ThirdParty/mpack/mpack.c:1473
↓ 7 callers
Method
owner_before
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/shared_ptr.h:1588
↓ 7 callers
Function
rend
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/iterator.h:1179
↓ 7 callers
Method
rtrim
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/string.h:3077
↓ 7 callers
Function
starts_with
Code/Base/ThirdParty/pugixml/src/pugixml.cpp:8147
↓ 7 callers
Function
stbi__compute_y
Code/Base/ThirdParty/stb/stb_image.h:1605
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
Code/Base/ThirdParty/stb/stb_image.h:755
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
Code/Base/ThirdParty/stb/stb_image.h:746
↓ 7 callers
Function
stbtt_GetGlyphBitmapBoxSubpixel
Code/Base/ThirdParty/imgui/imstb_truetype.h:2726
↓ 7 callers
Function
stbtt__cff_get_index
Code/Base/ThirdParty/imgui/imstb_truetype.h:1195
↓ 7 callers
Function
uSec
Code/EngineTools/ThirdParty/delabella/delabella.cpp:43
↓ 6 callers
Function
AddToLog
Code/EngineTools/Animation/ToolsGraph/Animation_ToolsGraph_Compilation.h:266
↓ 6 callers
Method
AddTrackedPath
Add a new item path
Code/Engine/Animation/AnimationDebug.h:78
↓ 6 callers
Method
CalculateModelSpaceTransforms
Code/EngineTools/Import/ImportedSkeleton.cpp:44
↓ 6 callers
Function
CharTypeAssignN
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/internal/char_traits.h:446
↓ 6 callers
Method
CloseConnection
Code/Base/Network/NetworkSystem.cpp:100
↓ 6 callers
Function
ConvertSingleModFlagToKey
Code/Base/ThirdParty/imgui/imgui_internal.h:3382
↓ 6 callers
Method
CreateBlendState
Code/Base/Render/Platform/RenderDevice_DX11.cpp:794
↓ 6 callers
Method
CreateEntity
Code/EngineTools/Entity/ResourceEditors/ResourceEditor_EntityEditor.cpp:1477
↓ 6 callers
Method
CreateRasterizerState
Code/Base/Render/Platform/RenderDevice_DX11.cpp:714
↓ 6 callers
Method
DestroyBlendState
Code/Base/Render/Platform/RenderDevice_DX11.cpp:829
↓ 6 callers
Method
DestroyRasterizerState
Code/Base/Render/Platform/RenderDevice_DX11.cpp:741
↓ 6 callers
Function
DrawArrow
Code/Base/Imgui/ImguiX.cpp:629
↓ 6 callers
Method
End
Code/Base/ThirdParty/imgui/imgui.cpp:3085
↓ 6 callers
Method
Evaluate
Code/Engine/Animation/Graph/Nodes/Animation_RuntimeGraphNode_Blend2D.cpp:83
↓ 6 callers
Method
FinalizePose
Code/Engine/Render/Components/Component_SkeletalMesh.cpp:165
↓ 6 callers
Function
FindItem
Find an item based on its unique ID
Code/EngineTools/Widgets/TreeListView.h:379
↓ 6 callers
Function
FindLatestInputEvent
Code/Base/ThirdParty/imgui/imgui.cpp:1620
↓ 6 callers
Function
FloorToInt
Code/Base/Math/Math.h:156
↓ 6 callers
Method
GetArraySize
Code/Applications/Reflector/TypeReflection/ReflectedProperty.h:38
↓ 6 callers
Function
GetAspectRatio
Code/Base/Math/ViewVolume.h:101
↓ 6 callers
Function
GetBR
Get bottom right point
Code/Base/Math/Rectangle.h:47
↓ 6 callers
Method
GetColumnSettings
Code/Base/ThirdParty/imgui/imgui_internal.h:3159
↓ 6 callers
Function
GetCurrentPlot
Code/Base/ThirdParty/implot/implot.cpp:534
← previous
next →
1,001–1,100 of 15,937, ranked by callers