MCPcopy Create free account

hub / github.com/alexbatalov/fallout2-ce / functions

Functions4,196 in github.com/alexbatalov/fallout2-ce

↓ 36 callersFunctionobjectDestroy
0x48B0FC
src/object.cc:1963
↓ 36 callersFunctionperkHasRank
Returns true if critter has at least one rank in specified perk. NOTE: Most perks have only 1 rank, which means dude either have perk, or not. On th
src/perk.h:43
↓ 35 callersFunctionitemRemove
0x477490
src/item.cc:401
↓ 35 callersFunctionmouseGetPosition
0x4CA9DC
src/mouse.cc:628
↓ 35 callersFunctionobjectSetLocation
0x48A568
src/object.cc:1348
↓ 35 callersFunctionreg_anim_clear
0x413C4C
src/animation.cc:439
↓ 35 callersFunctionskillGetValue
0x4AA558
src/skill.cc:230
↓ 35 callersFunctionstackReadInt32
0x4672A4
src/interpreter.cc:284
↓ 35 callersFunctiontraitIsSelected
Returns `true` if the specified trait is selected. 0x4B3BC8
src/trait.cc:172
↓ 34 callersFunctionmessageListLoad
message_load 0x484AA4
src/message.cc:205
↓ 33 callersFunctioncritterGetName
0x42D0A8
src/critter.cc:235
↓ 33 callersFunctionprogramStackPushPointer
src/interpreter.cc:3148
↓ 31 callersFunctioncritterIsDead
0x42DD18
src/critter.cc:950
↓ 31 callersFunctionisoEnable
0x4820C0
src/map.cc:322
↓ 31 callersFunctionobjectGetName
0x48C8E4
src/object.cc:3105
↓ 31 callersFunctionpipboyDrawText
0x497A40
src/pipboy.cc:789
↓ 30 callersFunctioncritterGetItem2
0x471B70
src/inventory.cc:2763
↓ 29 callersFunctionartExists
0x4198C8
src/art.cc:854
↓ 29 callersFunctionartGetHeight
0x4197B8
src/art.cc:748
↓ 29 callersFunctionartGetWidth
0x4197A0
src/art.cc:735
↓ 29 callersFunctionfileReadString
0x4C5F70
src/db.cc:185
↓ 29 callersFunctionrectCopy
src/geometry.h:36
↓ 29 callersFunctionscriptSetObjects
0x4A3B0C
src/scripts.cc:624
↓ 28 callersFunctionammoGetQuantity
0x4786A0
src/item.cc:1377
↓ 28 callersFunctioninternal_realloc
0x4C5B50
src/memory.cc:106
↓ 28 callersFunctionmessageListRepositorySetStandardMessageList
src/message.cc:726
↓ 28 callersFunctionmouseHideCursor
0x4CA534
src/mouse.cc:353
↓ 27 callersFunction_check_registry
0x413E2C
src/animation.cc:544
↓ 27 callersFunctionsoundDelete
0x4AD8DC
src/sound.cc:796
↓ 26 callersFunctionaiGetPacket
Get ai from object 0x4280B4
src/combat_ai.cc:731
↓ 26 callersFunctionpcGetStat
0x4AF8FC
src/stat.cc:605
↓ 26 callersFunctionprogramStackPushString
src/interpreter.cc:3140
↓ 25 callersFunction_display_target_inventory
Render inventory item. [a1] is likely an index of the first visible item in the scrolling view. [a2] is likely an index of selected item or moving it
src/inventory.cc:1802
↓ 25 callersFunctioninterfaceUpdateItems
0x45EFEC
src/interface.cc:1042
↓ 25 callersFunctionprogramStackPushValue
src/interpreter.cc:3110
↓ 25 callersMethodsize
src/sfall_arrays.cc:263
↓ 24 callersFunction_button_draw
0x4D9808
src/window_manager.cc:2476
↓ 24 callersFunction_critter_flag_check
Checks proto critter flag. 0x42E6AC
src/critter.cc:1384
↓ 24 callersFunction_obj_blocking_at
0x48B848
src/object.cc:2378
↓ 24 callersFunctionbuttonDisable
0x4D94D0
src/window_manager.cc:2281
↓ 24 callersFunctionfileNameListFree
0x4C6868
src/db.cc:664
↓ 24 callersFunctionmouseHitTestInWindow
src/mouse.cc:719
↓ 24 callersFunctionscriptGetSid
0x4A390C
src/scripts.cc:553
↓ 24 callersFunctionsoundDecoderRequireBits
src/sound_decoder.cc:1256
↓ 24 callersFunctiontileWindowRefresh
0x4B12D8
src/tile.cc:529
↓ 23 callersFunction_anim_set_continue
0x415B44
src/animation.cc:1539
↓ 23 callersFunctioncharacterSelectorWindowFatalError
NOTE: Inlined. 0x4A8BD0
src/character_selector.cc:894
↓ 23 callersFunctiongameTimeGetTime
Returns game time in ticks (1/10 second). 0x4A3330
src/scripts.cc:283
↓ 23 callersFunctionobjectIsPartyMember
Returns `true` if specified object is a party member. 0x494FC4
src/party_member.cc:875
↓ 23 callersFunctionsoundContinueAll
0x4AEBE0
src/sound.cc:1631
↓ 23 callersFunctionstrParseStrFromList
strParseStrFromList 0x4AFE08
src/string_parsers.cc:56
↓ 23 callersFunctiontileFromScreenXY
CE: Added optional `ignoreBounds` param to return tile number without validating hex grid bounds. The resulting invalid tile number serves as an origi
src/tile.cc:718
↓ 22 callersFunction_interpretMangleName
0x4670B8
src/interpreter.cc:185
↓ 22 callersFunctionammoGetCapacity
0x478674
src/item.cc:1360
↓ 22 callersFunctionanimationRegisterCallbackForced
0x414FAC
src/animation.cc:1085
↓ 22 callersFunctionbuttonSetMouseCallbacks
Sets primitive callbacks on the button. 0x4D8758
src/window_manager.cc:1593
↓ 22 callersFunctioncolorCycleEnable
0x42E93C
src/cycle.cc:166
↓ 22 callersFunctioncritterGetItem1
0x471BBC
src/inventory.cc:2785
↓ 22 callersFunctionfileReadInt32List
NOTE: Not sure about signed/unsigned int/long. 0x4C63BC
src/db.cc:490
↓ 22 callersFunctionfileSeek
0x4C60C0
src/db.cc:251
↓ 22 callersFunctionfileWrite
0x4C60B8
src/db.cc:245
↓ 22 callersFunctiongameGetGlobalVar
0x443C68
src/game.cc:985
↓ 22 callersFunctionobjectGetInventoryWeight
Calculates total weight of the items in inventory. 0x477E98
src/item.cc:921
↓ 21 callersFunction_selectWindowID
0x4B81C4
src/window.cc:885
↓ 21 callersFunctioncharacterEditorDrawCardWithOptions
0x43AAEC
src/character_editor.cc:4931
↓ 21 callersFunctioncompat_fopen
src/platform_compat.cc:228
↓ 21 callersFunctionfileTell
0x4C60C8
src/db.cc:257
↓ 21 callersFunctiongetTicksBetween
0x4C9400
src/input.cc:658
↓ 21 callersFunctiongetTicksSince
0x4C93E0
src/input.cc:649
↓ 21 callersFunctioninventoryWindowRenderInnerInventories
0x475334
src/inventory.cc:4927
↓ 21 callersFunctionisoDisable
0x482104
src/map.cc:337
↓ 21 callersFunctionscriptError
0x45400C
src/interpreter_extra.cc:389
↓ 21 callersFunctionsfxBuildCharName
sfx_build_char_name 0x451604
src/game_sound.cc:1315
↓ 21 callersFunctiontickersRemove
0x4C8DC4
src/input.cc:357
↓ 20 callersFunction_obj_destroy
0x49B9A0
src/proto_instance.cc:723
↓ 20 callersFunctionbuttonEnable
0x4D9474
src/window_manager.cc:2260
↓ 20 callersFunctioncolorPaletteLoad
0x4C78E4
src/color.cc:392
↓ 20 callersFunctionfileWriteInt32List
NOTE: Can be either signed/unsigned + int/long variant. 0x4C64F8
src/db.cc:561
↓ 20 callersFunctiongameMouseObjectsHide
0x44CE34
src/game_mouse.cc:1573
↓ 20 callersFunctionmouseSetFrame
0x4CA0AC
src/mouse.cc:189
↓ 20 callersFunctionobjectSetFid
Sets object fid. 0x48AA3C
src/object.cc:1507
↓ 20 callersFunctionobjectSetRotation
0x48ABD4
src/object.cc:1651
↓ 20 callersFunctionshowQuitConfirmationDialog
0x4440B8
src/game.cc:1269
↓ 19 callersFunctionconfigFree
0x42BDBC
src/config.cc:46
↓ 19 callersFunctionconfigGetBool
NOTE: Boolean-typed variant of [configGetInt].
src/config.cc:552
↓ 19 callersFunctionconfigRead
Reads .INI file into config. 0x42C280
src/config.cc:273
↓ 19 callersFunctioncritterAdjustHitPoints
0x42D1A4
src/critter.cc:292
↓ 19 callersFunctioncursorIsHidden
0x4CAAA8
src/mouse.cc:667
↓ 19 callersFunctionfileReadChar
0x4C5F24
src/db.cc:167
↓ 19 callersFunctiongameMouseSetMode
0x44CA18
src/game_mouse.cc:1344
↓ 19 callersMethodgetContext
This method is called by SDL using JNI.
os/android/app/src/main/java/org/libsdl/app/SDLActivity.java:1125
↓ 19 callersFunctionhexGridTileIsValid
src/map_defs.h:26
↓ 19 callersFunctioninterfaceBarEnabled
0x45EB90
src/interface.cc:856
↓ 19 callersFunctioninventorySetCursor
0x470BCC
src/inventory.cc:2187
↓ 19 callersFunctionrectIntersection
Calculates intersection of two source rectangles and places it into third rectangle and returns 0. If two source rectangles do not have intersection i
src/geometry.cc:215
↓ 19 callersFunctionwindowFill
0x4D6CC8
src/window_manager.cc:627
↓ 18 callersFunction_GNW_win_refresh
0x4D6FD8
src/window_manager.cc:805
↓ 18 callersFunctioncritterGetBonusStat
0x4AF474
src/stat.cc:427
↓ 18 callersFunctioncritterGetHitPoints
0x42D18C
src/critter.cc:286
↓ 18 callersFunctionobjectCreateWithFidPid
0x489A84
src/object.cc:884
← previousnext →101–200 of 4,196, ranked by callers