MCPcopy Create free account

hub / github.com/Squalr/Squally / functions

Functions31,708 in github.com/Squalr/Squally

↓ 2 callersFunction_release
Source/Engine/External/asmjit/core/zonevector.h:51
↓ 2 callersMethod_setBase
\cond INTERNAL
Source/Engine/External/asmjit/core/operand.h:1307
↓ 2 callersMethod_setSize
Source/Engine/External/asmjit/core/string.h:332
↓ 2 callersFunction_swap
Source/Engine/External/asmjit/core/zonevector.h:62
↓ 2 callersFunctionactiveTexture
Source/Engine/Core/renderer/ccGLStateCache.cpp:218
↓ 2 callersFunctionadd
Source/Engine/Utils/tinyexpr.c:143
↓ 2 callersFunctionadd
Source/Engine/External/asmjit/core/cpuinfo.h:676
↓ 2 callersMethodadd
Source/Engine/External/asmjit/core/cpuinfo.h:108
↓ 2 callersMethodadd
Source/Engine/External/asmjit/core/rapass_p.h:468
↓ 2 callersMethodaddAttributes
Adds attributes `attrs` to the FuncFrame.
Source/Engine/External/asmjit/core/func.h:1052
↓ 2 callersMethodaddCallRet
Source/Engine/External/asmjit/core/rapass_p.h:574
↓ 2 callersMethodaddCascadeChild
Source/Engine/Animations/Spriter/Events/SpriterAnimationTimelineEventAnimation.cpp:213
↓ 2 callersMethodaddDefaultGoodbyeOption
Source/Scenes/Platformer/Components/Entities/Dialogue/EntityDialogueBehavior.cpp:124
↓ 2 callersMethodaddDialogueSet
Source/Scenes/Platformer/Components/Entities/Dialogue/EntityDialogueBehavior.cpp:207
↓ 2 callersMethodaddEntryScratchGpRegs
Source/Engine/External/asmjit/core/rapass_p.h:209
↓ 2 callersMethodaddEventListener
Source/Engine/UI/Controls/UITextField.cpp:679
↓ 2 callersMethodaddExitBlock
Source/Engine/External/asmjit/core/rapass_p.h:876
↓ 2 callersMethodaddHealth
Source/Scenes/Platformer/Components/Squalr/KnownValueScanInt32/KnownValueBarInt32Behavior.cpp:120
↓ 2 callersMethodaddHealth
Source/Scenes/Platformer/Components/Squalr/UnknownValueScanFloat/UnknownValueBarFloatBehavior.cpp:112
↓ 2 callersMethodaddHealth
Source/Scenes/Platformer/Components/Squalr/KnownValueScanFloat/KnownValueBarFloatBehavior.cpp:121
↓ 2 callersMethodaddHealth
Source/Scenes/Platformer/Components/Squalr/KnownValueScanDouble/KnownValueBarDoubleBehavior.cpp:121
↓ 2 callersMethodaddHealth
Source/Scenes/Platformer/Components/Squalr/UnknownValueScanInt32/UnknownValueBarInt32Behavior.cpp:111
↓ 2 callersFunctionaddIf
Source/Engine/External/asmjit/core/cpuinfo.h:680
↓ 2 callersMethodaddInitSpeed
Source/Scenes/Platformer/Level/Combat/TimelineEntry.cpp:553
↓ 2 callersFunctionaddInstOptions
Adds options of the next instruction.
Source/Engine/External/asmjit/core/emitter.h:513
↓ 2 callersMethodaddLayerDeserializers
Source/Scenes/Platformer/Level/Huds/MiniMap/MiniMap.cpp:291
↓ 2 callersMethodaddMana
Source/Scenes/Platformer/Components/Entities/Stats/EntityManaBehavior.cpp:90
↓ 2 callersMethodaddPass
Source/Engine/Core/renderer/CCTechnique.cpp:99
↓ 2 callersMethodaddTrackingObject
Source/Engine/Animations/AnimationPart.cpp:113
↓ 2 callersMethodadvance
Source/Engine/Animations/Spriter/Events/SpriterAnimationTimelineEventBase.cpp:33
↓ 2 callersMethodalignMode
Returns align mode.
Source/Engine/External/asmjit/core/builder.h:1043
↓ 2 callersMethodallocate
Source/Engine/External/asmjit/core/virtmem.cpp:443
↓ 2 callersMethodappendChild
addChild helper, faster than insertChild
Source/Engine/Core/2d/CCSpriteBatchNode.cpp:538
↓ 2 callersMethodappendHex
Appends the given `data` converted to a HEX string.
Source/Engine/External/asmjit/core/string.h:295
↓ 2 callersMethodapplyAnimationOffset
Source/Engine/Animations/Spriter/SpriterAnimationPart.cpp:203
↓ 2 callersMethodapplyAnimationState
Source/Engine/Animations/Spriter/SpriterAnimationPart.cpp:56
↓ 2 callersMethodapplyCallOfTheAncients
Source/Scenes/Platformer/Level/Combat/Attacks/Buffs/CallOfTheAncients/CallOfTheAncients.cpp:195
↓ 2 callersMethodapplyCurrentAnimationState
Source/Engine/Animations/Spriter/Events/SpriterAnimationTimeline.cpp:102
↓ 2 callersMethodapplyCurrentState
Source/Engine/Animations/Spriter/Events/SpriterAnimationTimelineEventAnimation.cpp:127
↓ 2 callersMethodapplyFBO
Source/Engine/Core/renderer/CCFrameBuffer.cpp:362
↓ 2 callersMethodapplyOperation
Source/Scenes/Hexus/Card.cpp:364
↓ 2 callersMethodapplyUnholyProtection
Source/Scenes/Platformer/Level/Combat/Attacks/Buffs/UnholyProtection/UnholyProtection.cpp:221
↓ 2 callersMethodareaSizeFromByteSize
Source/Engine/External/asmjit/core/jitallocator.cpp:188
↓ 2 callersMethodargValueIndex
Source/Engine/External/asmjit/core/radefs_p.h:1148
↓ 2 callersMethodassignRegInPack
Source/Engine/External/asmjit/core/func.h:1401
↓ 2 callersMethodattachGuanoSpawnBehaviors
Source/Scenes/Platformer/Quests/UnderflowRuins/CureTown/ObtainMirror.cpp:262
↓ 2 callersMethodattachWithIME
Source/Engine/Core/2d/CCTextFieldTTF.cpp:244
↓ 2 callersFunctionbase
Source/Engine/Utils/tinyexpr.c:300
↓ 2 callersMethodbeginWithClear
Source/Engine/Core/2d/CCRenderTexture.cpp:288
↓ 2 callersFunctionbezierat
Bezier cubic formula: ((1 - t) + t)3 = 1 Expands to ... (1 - t)3 + 3t(1-t)2 + 3t2(1 - t) + t3 = 1
Source/Engine/Core/2d/CCActionInterval.cpp:1352
↓ 2 callersMethodbindItemUseCallback
Source/Scenes/Platformer/Inventory/Items/Consumables/Consumable.cpp:80
↓ 2 callersMethodbindStatlineToNonZeroFloat
Source/Menus/Inventory/ItemMenu/ItemPreview.cpp:355
↓ 2 callersMethodbindTo
Source/Engine/Physics/CollisionObject.cpp:510
↓ 2 callersMethodbindTo
Source/Objects/Platformer/MiniMap/Binders/BinderPortal.cpp:30
↓ 2 callersMethodbits
Returns all features as array of bitwords (see \ref Support::BitWord).
Source/Engine/External/asmjit/core/cpuinfo.h:70
↓ 2 callersFunctionblock
Returns the currently processed block.
Source/Engine/External/asmjit/core/ralocal_p.h:91
↓ 2 callersMethodblock
Returns the associated block with this RAInst.
Source/Engine/External/asmjit/core/rapass_p.h:342
↓ 2 callersFunctionblockAlignment
Returns the default block alignment.
Source/Engine/External/asmjit/core/zone.h:141
↓ 2 callersMethodboundCameraByMapBounds
Source/Engine/Camera/GameCamera.cpp:475
↓ 2 callersMethodbuildAllInventories
Source/Scenes/Platformer/Components/Entities/Inventory/EntityInventoryBehavior.cpp:88
↓ 2 callersMethodbuildAllStats
Source/Menus/Party/PartyMenu.cpp:373
↓ 2 callersMethodbuildAttackList
Source/Scenes/Platformer/Level/Combat/Menus/ChoicesMenu/DefendMenu.cpp:50
↓ 2 callersMethodbuildCart
Source/Objects/Platformer/Interactables/Chests/MineCartLootable.cpp:81
↓ 2 callersMethodbuildCodeLabel
Source/Engine/Hackables/Menus/CodeEditor/Lexicon/Pages/ControlFlow/ConditionalJumpExamplesPage.cpp:395
↓ 2 callersMethodbuildEntityFrame
Source/Menus/SaveSelect/SaveSelectMenu.cpp:363
↓ 2 callersMethodbuildPreview
Source/Menus/Crafting/CraftingPreview.cpp:124
↓ 2 callersMethodbuildSaveButtons
Source/Menus/SaveSelect/SaveSelectMenu.cpp:163
↓ 2 callersMethodbuildStats
Source/Menus/Party/PartyMenu.cpp:394
↓ 2 callersMethodbuildSurfaceTextures
Source/Engine/Terrain/TerrainObject.cpp:514
↓ 2 callersMethodbuildValueLabels
Source/Objects/Isometric/PointerTrace/MemoryGrid.cpp:412
↓ 2 callersMethodcalculateProbability
Source/Engine/Inventory/ItemChance.cpp:54
↓ 2 callersFunctioncalculateSpillCost
Source/Engine/External/asmjit/core/ralocal_p.h:160
↓ 2 callersMethodcameraFocusEntry
Source/Scenes/Platformer/Level/Combat/TimelineEntry.cpp:714
↓ 2 callersMethodcanAttachWithIME
Source/Engine/Core/2d/CCTextFieldTTF.cpp:284
↓ 2 callersMethodcanDetachWithIME
Source/Engine/Core/2d/CCTextFieldTTF.cpp:289
↓ 2 callersMethodcanInsertItemIfUnique
Source/Engine/Inventory/Inventory.cpp:356
↓ 2 callersMethodcanSellItem
Source/Objects/Platformer/Shops/ShopItem.cpp:178
↓ 2 callersMethodcanTakeGroupedItem
Source/Objects/Platformer/Interactables/Chests/GlassDisplays/GlassDisplayItem.cpp:221
↓ 2 callersMethodcanUseOutOfCombat
Source/Scenes/Platformer/Inventory/Items/Consumables/Consumable.cpp:53
↓ 2 callersMethodcancelPacing
Source/Scenes/Platformer/Components/Entities/Movement/EntityPacingBehavior.cpp:132
↓ 2 callersMethodcaptureOffsetLabAutomationFrame
Source/Scenes/Platformer/Components/Entities/Squally/Visual/SquallyEquipmentVisualBehavior.cpp:451
↓ 2 callersMethodcc
Returns the compiler casted to `arm::Compiler`.
Source/Engine/External/asmjit/arm/a64rapass_p.h:48
↓ 2 callersFunctionccArrayFree
Frees array after removing all remaining objects. Silently ignores nullptr arr. */
Source/Engine/Core/base/ccCArray.cpp:48
↓ 2 callersFunctionccArrayNew
Source/Engine/Core/base/ccCArray.cpp:31
↓ 2 callersFunctionccCArrayAppendValue
Appends an value. Behavior undefined if array doesn't have enough capacity. */
Source/Engine/Core/base/ccCArray.cpp:363
↓ 2 callersFunctionccCArrayDoubleCapacity
Doubles C array capacity */
Source/Engine/Core/base/ccCArray.cpp:313
↓ 2 callersFunctionccCArrayEnsureExtraCapacity
Increases array capacity such that max >= num + extra. */
Source/Engine/Core/base/ccCArray.cpp:319
↓ 2 callersFunctionccCArrayGetIndexOfValue
Returns index of first occurrence of value, CC_INVALID_INDEX if value not found. */
Source/Engine/Core/base/ccCArray.cpp:325
↓ 2 callersMethodcheckForRequiredItem
Source/Scenes/Platformer/Components/Objects/LockedPortal.cpp:85
↓ 2 callersFunctioncheckMemBase
Source/Engine/External/asmjit/arm/a64assembler.cpp:662
↓ 2 callersMethodcinematicRespawn
Source/Scenes/Platformer/Quests/CastleValgrind/CureKingLine/TalkToKingRedsong.cpp:302
↓ 2 callersMethodclearEffects
Source/Scenes/Hexus/CardEffects.cpp:200
↓ 2 callersMethodclearElements
Source/Engine/UI/Controls/UIRichText.cpp:894
↓ 2 callersMethodclearEntityClickCallbacks
Source/Scenes/Platformer/Components/Entities/EntitySelectionBehavior.cpp:123
↓ 2 callersMethodclearInteraction
Source/Scenes/Hexus/GameState.cpp:166
↓ 2 callersMethodclearMovementInput
Source/Scenes/Platformer/Components/Entities/Squally/Movement/SquallyMovementBehavior.cpp:179
↓ 2 callersMethodclearPreview
Source/Menus/Inventory/ItemMenu/ItemMenu.cpp:155
↓ 2 callersMethodclearPreview
Source/Scenes/Hexus/CardPreview.cpp:87
↓ 2 callersMethodclearRegHome
Marks this operand to not be a register home (only used by \ref asmjit_compiler).
Source/Engine/External/asmjit/core/operand.h:1238
↓ 2 callersMethodclearTargets
Source/Engine/Camera/GameCamera.cpp:580
← previousnext →2,101–2,200 of 31,708, ranked by callers