MCPcopy Create free account

hub / github.com/BobbyAnguelov/Esoterica / functions

Functions15,937 in github.com/BobbyAnguelov/Esoterica

↓ 7 callersFunctionImFileClose
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 callersFunctionImNanOrInf
Returns true if val is NAN or INFINITY
Code/Base/ThirdParty/implot/implot_internal.h:125
↓ 7 callersFunctionImRotate
Code/Base/ThirdParty/imgui/imgui_internal.h:482
↓ 7 callersFunctionImage
Code/Base/Imgui/ImguiX.h:294
↓ 7 callersFunctionInOut
Code/Base/Math/Easing.h:142
↓ 7 callersFunctionInputTextEx
Code/Base/Imgui/ImguiX.cpp:476
↓ 7 callersMethodInsertChars
Code/Base/ThirdParty/imgui/imgui_widgets.cpp:4203
↓ 7 callersFunctionInternalDrawTriangle
Code/Base/Drawing/DebugDrawing.h:267
↓ 7 callersMethodIsAnimationClipReferenceNode
Code/EngineTools/Animation/ToolsGraph/Nodes/Animation_ToolsGraphNode_AnimationClip.h:37
↓ 7 callersMethodIsBitFlagsProperty
Code/Applications/Reflector/TypeReflection/ReflectedProperty.h:32
↓ 7 callersMethodIsBoneTarget
Code/Engine/Animation/AnimationTarget.h:93
↓ 7 callersFunctionIsDirty
Has any modifications been made to this file?
Code/EngineTools/Core/EditorTool.h:236
↓ 7 callersMethodIsEdgeFixed
Code/EngineTools/ThirdParty/delabella/delabella.h:45
↓ 7 callersFunctionIsEven
Code/Base/Math/Math.h:213
↓ 7 callersFunctionIsGraphEvent
Code/Engine/Animation/Graph/Animation_RuntimeGraph_SampledEvents.h:106
↓ 7 callersFunctionIsSourceACachedPose
Code/Engine/Animation/Graph/Nodes/Animation_RuntimeGraphNode_Transition.h:122
↓ 7 callersFunctionIsSourceATransition
Code/Engine/Animation/Graph/Nodes/Animation_RuntimeGraphNode_Transition.h:120
↓ 7 callersFunctionIsValid
Code/Engine/Input/GameInputUpdaters.h:22
↓ 7 callersMethodIsValid
Code/Base/Math/ViewVolume.cpp:265
↓ 7 callersMethodIsValidVariation
Code/EngineTools/Animation/ToolsGraph/Animation_ToolsGraph_Variations.cpp:62
↓ 7 callersMethodLerpTable
Code/Base/ThirdParty/implot/implot_internal.h:412
↓ 7 callersFunctionMakeTime
Code/Base/ThirdParty/implot/implot.cpp:964
↓ 7 callersFunctionModF
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 callersMethodPathStroke
Code/Base/ThirdParty/imgui/imgui.h:3267
↓ 7 callersFunctionPlotShaded
Code/Base/ThirdParty/implot/implot_items.cpp:1775
↓ 7 callersFunctionPopColormap
Code/Base/ThirdParty/implot/implot.cpp:4533
↓ 7 callersFunctionPopFont
Code/Base/Imgui/ImguiFont.h:67
↓ 7 callersFunctionPostDeserialize
Called whenever we finish deserializing a type
Code/Base/TypeSystem/ReflectedType.h:40
↓ 7 callersFunctionPushColormap
Code/Base/ThirdParty/implot/implot.cpp:4519
↓ 7 callersMethodRename
Code/EngineTools/NodeGraph/NodeGraph_BaseGraph.cpp:80
↓ 7 callersMethodReplaceExtension
Code/Base/FileSystem/DataPath.cpp:387
↓ 7 callersFunctionReset
Reset all settings to default
Code/Engine/Physics/PhysicsRagdoll.h:99
↓ 7 callersFunctionSListNodeInsertAfter
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/slist.h:450
↓ 7 callersFunctionSTB_TEXTEDIT_LAYOUTROW
Code/Base/ThirdParty/imgui/imgui_widgets.cpp:3941
↓ 7 callersMethodSetCharacterState
Code/Game/Player/Animation/PlayerAnimationController.cpp:227
↓ 7 callersFunctionSetCurrentContext
Code/Base/ThirdParty/implot/implot.cpp:448
↓ 7 callersMethodSetDrawChannel
Set the draw list channel to use
Code/EngineTools/NodeGraph/NodeGraph_DrawingContext.h:126
↓ 7 callersMethodSetMax
Code/Base/ThirdParty/implot/implot_internal.h:736
↓ 7 callersMethodSetMin
Code/Base/ThirdParty/implot/implot_internal.h:717
↓ 7 callersMethodSetString
Code/Base/Settings/IniFile.cpp:234
↓ 7 callersMethodStop
Called to stop this action
Code/Game/Player/StateMachine/PlayerAction.h:131
↓ 7 callersMethodToSeconds
Code/Base/Time/Time.h:264
↓ 7 callersMethodTryGetMapData
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 callersMethodUpdateAndDraw
Code/EngineTools/Resource/ResourceImportSettings.cpp:16
↓ 7 callersFunctionVsnprintf
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/string.h:183
↓ 7 callersFunctionWindowRectAbsToRel
You may also use SetNextWindowClass()'s FocusRouteParentWindowId field.
Code/Base/ThirdParty/imgui/imgui_internal.h:3192
↓ 7 callersMethodWriteQuantizedFloat
Code/Base/Serialization/BitSerialization.h:134
↓ 7 callersFunctionXXH64_avalanche
! @copydoc XXH32_avalanche */
Code/Base/ThirdParty/xxhash/xxhash.h:3125
↓ 7 callersFunctionXXH_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 callersFunctionXXH_swap32
Code/Base/ThirdParty/xxhash/xxhash.h:2470
↓ 7 callersFunction_rpmalloc_allocate
Allocate a block of the given size
Code/Base/ThirdParty/rpmalloc/rpmalloc.c:2287
↓ 7 callersFunction_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 callersFunctioncgltf_write_sizeprop
Code/EngineTools/ThirdParty/cgltf/cgltf_write.h:239
↓ 7 callersFunctionconvert_buffer_output_generic
Code/Base/ThirdParty/pugixml/src/pugixml.cpp:3632
↓ 7 callersMethodfill
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/array.h:146
↓ 7 callersMethodfind_last_of
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/string.h:2808
↓ 7 callersMethodget
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 callersMethodget
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 callersMethodget
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 callersFunctioniniparser_set
-------------------------------------------------------------------------*/ @brief Set an entry in a dictionary. @param ini Dictionary to
Code/Base/ThirdParty/iniparser/iniparser.c:532
↓ 7 callersFunctionmpack_builder_page_size
Code/Base/ThirdParty/mpack/mpack.c:2355
↓ 7 callersFunctionmpack_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 callersFunctionmpack_print_flush
Code/Base/ThirdParty/mpack/mpack.c:958
↓ 7 callersFunctionmpack_store_u16
Code/Base/ThirdParty/mpack/mpack.h:2738
↓ 7 callersFunctionmpack_write_cstr_or_nil
Code/Base/ThirdParty/mpack/mpack.c:2246
↓ 7 callersFunctionmpack_write_i64
Code/Base/ThirdParty/mpack/mpack.c:1947
↓ 7 callersFunctionmpack_write_native
Writes encoded bytes to the buffer, flushing if necessary.
Code/Base/ThirdParty/mpack/mpack.c:1473
↓ 7 callersMethodowner_before
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/shared_ptr.h:1588
↓ 7 callersFunctionrend
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/iterator.h:1179
↓ 7 callersMethodrtrim
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/string.h:3077
↓ 7 callersFunctionstarts_with
Code/Base/ThirdParty/pugixml/src/pugixml.cpp:8147
↓ 7 callersFunctionstbi__compute_y
Code/Base/ThirdParty/stb/stb_image.h:1605
↓ 7 callersFunctionstbi__start_callbacks
initialize a callback-based context
Code/Base/ThirdParty/stb/stb_image.h:755
↓ 7 callersFunctionstbi__start_mem
initialize a memory-decode context
Code/Base/ThirdParty/stb/stb_image.h:746
↓ 7 callersFunctionstbtt_GetGlyphBitmapBoxSubpixel
Code/Base/ThirdParty/imgui/imstb_truetype.h:2726
↓ 7 callersFunctionstbtt__cff_get_index
Code/Base/ThirdParty/imgui/imstb_truetype.h:1195
↓ 7 callersFunctionuSec
Code/EngineTools/ThirdParty/delabella/delabella.cpp:43
↓ 6 callersFunctionAddToLog
Code/EngineTools/Animation/ToolsGraph/Animation_ToolsGraph_Compilation.h:266
↓ 6 callersMethodAddTrackedPath
Add a new item path
Code/Engine/Animation/AnimationDebug.h:78
↓ 6 callersMethodCalculateModelSpaceTransforms
Code/EngineTools/Import/ImportedSkeleton.cpp:44
↓ 6 callersFunctionCharTypeAssignN
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/internal/char_traits.h:446
↓ 6 callersMethodCloseConnection
Code/Base/Network/NetworkSystem.cpp:100
↓ 6 callersFunctionConvertSingleModFlagToKey
Code/Base/ThirdParty/imgui/imgui_internal.h:3382
↓ 6 callersMethodCreateBlendState
Code/Base/Render/Platform/RenderDevice_DX11.cpp:794
↓ 6 callersMethodCreateEntity
Code/EngineTools/Entity/ResourceEditors/ResourceEditor_EntityEditor.cpp:1477
↓ 6 callersMethodCreateRasterizerState
Code/Base/Render/Platform/RenderDevice_DX11.cpp:714
↓ 6 callersMethodDestroyBlendState
Code/Base/Render/Platform/RenderDevice_DX11.cpp:829
↓ 6 callersMethodDestroyRasterizerState
Code/Base/Render/Platform/RenderDevice_DX11.cpp:741
↓ 6 callersFunctionDrawArrow
Code/Base/Imgui/ImguiX.cpp:629
↓ 6 callersMethodEnd
Code/Base/ThirdParty/imgui/imgui.cpp:3085
↓ 6 callersMethodEvaluate
Code/Engine/Animation/Graph/Nodes/Animation_RuntimeGraphNode_Blend2D.cpp:83
↓ 6 callersMethodFinalizePose
Code/Engine/Render/Components/Component_SkeletalMesh.cpp:165
↓ 6 callersFunctionFindItem
Find an item based on its unique ID
Code/EngineTools/Widgets/TreeListView.h:379
↓ 6 callersFunctionFindLatestInputEvent
Code/Base/ThirdParty/imgui/imgui.cpp:1620
↓ 6 callersFunctionFloorToInt
Code/Base/Math/Math.h:156
↓ 6 callersMethodGetArraySize
Code/Applications/Reflector/TypeReflection/ReflectedProperty.h:38
↓ 6 callersFunctionGetAspectRatio
Code/Base/Math/ViewVolume.h:101
↓ 6 callersFunctionGetBR
Get bottom right point
Code/Base/Math/Rectangle.h:47
↓ 6 callersMethodGetColumnSettings
Code/Base/ThirdParty/imgui/imgui_internal.h:3159
↓ 6 callersFunctionGetCurrentPlot
Code/Base/ThirdParty/implot/implot.cpp:534
← previousnext →1,001–1,100 of 15,937, ranked by callers