MCPcopy Create free account

hub / github.com/crawl/crawl / functions

Functions17,100 in github.com/crawl/crawl

↓ 8 callersFunctionadd_spell_to_memory
crawl-ref/source/spl-util.cc:306
↓ 8 callersFunctionany_items_of_type
* Does the player have any items of the given type? * * @param selector A object_selector. * @param excluded_slot An item slot to igno
crawl-ref/source/invent.cc:1393
↓ 8 callersMethodappend_message
(self, msg, # type: str send=True # type: bool
crawl-ref/source/webserver/webtiles/ws_handler.py:1465
↓ 8 callersFunctionbad_attack
crawl-ref/source/fight.cc:1309
↓ 8 callersMethodbeheld_by
Whether player is mesmerised by the given monster.
crawl-ref/source/behold.cc:59
↓ 8 callersFunctionbest_skill
crawl-ref/source/skills.cc:2318
↓ 8 callersFunctionbranch_has_monsters
crawl-ref/source/mon-pick.cc:178
↓ 8 callersFunctionbranch_is_unfinished
crawl-ref/source/branch.cc:293
↓ 8 callersMethodcallbooleanfn
crawl-ref/source/clua.cc:647
↓ 8 callersFunctioncancel_beam_prompt
returns true if the player wishes to cancel firing the bolt, false otherwise
crawl-ref/source/beam.cc:7877
↓ 8 callersFunctioncannot_evoke_item_reason
crawl-ref/source/evoke.cc:997
↓ 8 callersFunctioncannot_read_item_reason
* If the player is unable to (r)ead the item in the given slot, return the * reason why. Otherwise (if they are able to read it), returns "", the emp
crawl-ref/source/item-name.cc:3091
↓ 8 callersFunctioncell_vetoes_teleport
Should return true if we don't want anyone to teleport here.
crawl-ref/source/spl-transloc.cc:970
↓ 8 callersFunctioncheck_training_targets
* Check the training target (if any) for all skills, and change state * appropriately. * * @return whether any target was reached. * * @see check
crawl-ref/source/skills.cc:1410
↓ 8 callersFunctionchei_stat_boost
crawl-ref/source/god-passive.cc:319
↓ 8 callersMethodclear_beholders
Clear the list of beholders. Doesn't message.
crawl-ref/source/behold.cc:105
↓ 8 callersFunctionclear_to_end_of_line
crawl-ref/source/libgui.cc:80
↓ 8 callersFunctioncompanion_is_elsewhere
crawl-ref/source/god-companions.cc:179
↓ 8 callersFunctioncopy_item_to_grid
Returns the mitm index of the item. If the item was copied but destroyed, returns -1. If there was no space to copy it, returns NON_ITEM.
crawl-ref/source/items.cc:2686
↓ 8 callersFunctiondec_mitm_item_quantity
Reduce quantity of a monster/grid item, do cleanup if item goes away. Returns true if stack of items no longer exists.
crawl-ref/source/items.cc:406
↓ 8 callersMethoddescribe
crawl-ref/source/melee-attack.cc:5232
↓ 8 callersFunctiondetermine_jewellery_plus
* Generate an appropriate 'plus' value for a given type of jewellery. * Currently only rings use non-zero plus values, with stat rings usings * GOOD
crawl-ref/source/makeitem.cc:1680
↓ 8 callersMethoddevice_to_logical
crawl-ref/source/glwrapper-ogl.cc:358
↓ 8 callersFunctiondgl_account_hold
(flags)
crawl-ref/source/webserver/webtiles/userdb.py:242
↓ 8 callersFunctiondgn_find_feature_marker
crawl-ref/source/dungeon.cc:6767
↓ 8 callersFunctiondgn_place_monster
crawl-ref/source/dungeon.cc:5283
↓ 8 callersMethoddid_trigger
crawl-ref/source/player.cc:9520
↓ 8 callersFunctiondrain_mp
crawl-ref/source/player.cc:3931
↓ 8 callersMethodemit
crawl-ref/source/ui.h:249
↓ 8 callersMethodempty
crawl-ref/source/exclude.cc:291
↓ 8 callersMethodempty
crawl-ref/source/format.cc:554
↓ 8 callersMethodeof
crawl-ref/source/unicode.h:81
↓ 8 callersFunctionexists_ray
crawl-ref/source/los.cc:654
↓ 8 callersFunctionfail_severity
* Compute the tier of maximum severity of a miscast * @param spell The spell to be checked. * * Tiers are defined by the relation between the m
crawl-ref/source/spl-cast.cc:2946
↓ 8 callersFunctionfeat_at_no_mimic
crawl-ref/source/terrain.cc:2751
↓ 8 callersMethodfeat_colour
crawl-ref/source/map-cell.h:172
↓ 8 callersFunctionfeat_destroys_items
Does this feature destroy any items that fall into it? */
crawl-ref/source/terrain.cc:1017
↓ 8 callersFunctionfeat_is_hell_subbranch_exit
Is this the exit from a sub-branch of Hell? */
crawl-ref/source/terrain.cc:136
↓ 8 callersFunctionfeat_is_permarock
Is this feature permanent, unalterable rock? */
crawl-ref/source/terrain.cc:492
↓ 8 callersFunctionfeat_is_sealed
Has this feature been sealed by a vault warden? */
crawl-ref/source/terrain.cc:457
↓ 8 callersFunctionfeat_is_stone_stair_down
Is this feature one of the main stone downstairs of a level? */
crawl-ref/source/terrain.cc:88
↓ 8 callersMethodfill
crawl-ref/source/viewgeom.cc:278
↓ 8 callersFunctionfill_doll_equipment
crawl-ref/source/tiledoll.cc:313
↓ 8 callersFunctionfill_status_info
crawl-ref/source/status.cc:208
↓ 8 callersFunctionfiltered_lang
crawl-ref/source/lang-fake.cc:591
↓ 8 callersFunctionfind_newmons_square
crawl-ref/source/mon-place.cc:3063
↓ 8 callersFunctionfind_recovery_token
Returns tuple (userid, username, error)
crawl-ref/source/webserver/webtiles/userdb.py:522
↓ 8 callersFunctionfind_up_level
crawl-ref/source/travel.cc:2595
↓ 8 callersMethodfire_event
crawl-ref/source/dgn-event.cc:83
↓ 8 callersFunctionfire_final_effects
Effects that occur after all other effects, even if the monster is dead. For example, explosions that would hit other creatures, but we want to deal w
crawl-ref/source/fineff.cc:1853
↓ 8 callersMethodforbids_flight
* Does this form disable flight? * * @return Whether flight is always impossible while in this form. */
crawl-ref/source/transform.cc:497
↓ 8 callersMethodformat
(self)
crawl-ref/source/util/form-gen.py:191
↓ 8 callersMethodfrac_part
* Give the fractional part of the fixedp. * * @param signed whether to provide a signed or absolute version. This is * safe with unsign
crawl-ref/source/fixedp.h:242
↓ 8 callersMethodgame_is_hints_tutorial
crawl-ref/source/state.cc:601
↓ 8 callersMethodget
crawl-ref/source/tilemcache.cc:225
↓ 8 callersMethodget
(self, key, default)
crawl-ref/source/webserver/webtiles/config.py:148
↓ 8 callersMethodget_active_item
crawl-ref/source/precision-menu.cc:357
↓ 8 callersFunctionget_cleave_targets
* List potential cleave targets (adjacent hostile creatures), including the * defender itself. * * @param attacker[in] The attacking creature. *
crawl-ref/source/fight.cc:1204
↓ 8 callersMethodget_exclude_root
crawl-ref/source/exclude.cc:281
↓ 8 callersFunctionget_focused_widget
crawl-ref/source/ui.cc:3583
↓ 8 callersMethodget_forced_removal_list
* Returns a list of all items that might need to be forced off the player due * to a decrease their number of equipment slots (or hat/helmet eligabil
crawl-ref/source/player-equip.cc:908
↓ 8 callersMethodget_int64
crawl-ref/source/store.cc:889
↓ 8 callersFunctionget_job_abbrev
crawl-ref/source/jobs.cc:25
↓ 8 callersFunctionget_primary_action
* Return an action corresponding to the wielded item. This action will * handle melee attacks, reaching attacks, or firing depending on what is
crawl-ref/source/quiver.cc:2299
↓ 8 callersMethodget_shared
crawl-ref/source/ui.h:323
↓ 8 callersMethodglyph
crawl-ref/source/mapdef.cc:1095
↓ 8 callersFunctiongod_hates_spell
* Will your god put you under penance if you actually cast spell? * * @param spell The spell to check against * @param god The go
crawl-ref/source/religion.cc:4169
↓ 8 callersMethodgood_neutral
crawl-ref/source/monster.cc:3019
↓ 8 callersFunctionhand_name
crawl-ref/source/species.cc:498
↓ 8 callersMethodhas_temporary_mutation
* Does the player have mutation `mut` with at least one temporary level? * * Reminder: temporary mutations can coexist with innate or normal mutatio
crawl-ref/source/mutation.cc:404
↓ 8 callersFunctionheal_flayed_effect
crawl-ref/source/mon-death.cc:3667
↓ 8 callersMethodhelpless
crawl-ref/source/player.cc:6039
↓ 8 callersMethodis_bool
crawl-ref/source/maybe-bool.h:83
↓ 8 callersMethodis_constricting
crawl-ref/source/actor.cc:681
↓ 8 callersFunctionis_demonic
* Is the provided item a demon weapon? * * @param item The item under consideration. * @return Whether the given item is a demon weapon. */
crawl-ref/source/item-prop.cc:1862
↓ 8 callersFunctionis_feature
Determines if the given feature is present at (x, y) in _feat_ coordinates. If you have map coords, add (1, 1) to get grid coords. Use one of 1. '<' a
crawl-ref/source/viewmap.cc:123
↓ 8 callersFunctionis_magic_skill
crawl-ref/source/skills.cc:1004
↓ 8 callersMethodis_player
(self, username)
crawl-ref/source/webserver/webtiles/process_handler.py:382
↓ 8 callersFunctionis_processing_macro
crawl-ref/source/macro.cc:678
↓ 8 callersMethodis_repeating_cmd
crawl-ref/source/state.cc:109
↓ 8 callersMethodis_set
crawl-ref/source/menu.cc:1599
↓ 8 callersFunctionis_shop_item
crawl-ref/source/shopping.cc:1701
↓ 8 callersFunctionis_travelsafe_square
Returns true if the square at (x,y) is okay to travel over. If ignore_hostile is true, returns true even for dungeon features the character can normal
crawl-ref/source/travel.cc:480
↓ 8 callersFunctionis_valid_feature_type
Does an entry matching this type exist in feat_defs? * * Since there is a gap in the dungeon_feature_type enum, a loop that iterates * over all i
crawl-ref/source/feature.cc:214
↓ 8 callersFunctionitem_is_collectible
Is this item a unique collectible which doesn't take inventory space?
crawl-ref/source/item-prop.cc:2351
↓ 8 callersFunctionitem_is_melded
crawl-ref/source/items.cc:3665
↓ 8 callersFunctionitem_skills
crawl-ref/source/item-prop.cc:2071
↓ 8 callersFunctionitems_stack
crawl-ref/source/items.cc:1614
↓ 8 callersFunctionjson_mkobject
crawl-ref/source/json.cc:570
↓ 8 callersFunctionland_player
* Handle the player's flight ending. Apply emergency flight if needed. * * @param quiet Should we notify the player flight is ending? * @re
crawl-ref/source/player.cc:5365
↓ 8 callersFunctionlayout
(params, force)
crawl-ref/source/webserver/game_data/static/game.js:90
↓ 8 callersFunctionlibrary_add_spells
crawl-ref/source/spl-book.cc:431
↓ 8 callersFunctionlk_open
* Attempts to open & lock a file. * * @param mode The file access mode. ('r', 'ab+', etc) * @param file The path to the file to be opened
crawl-ref/source/files.cc:3954
↓ 8 callersMethodload
crawl-ref/source/dlua.cc:151
↓ 8 callersMethodlogical_to_device
crawl-ref/source/glwrapper-ogl.cc:353
↓ 8 callersFunctionlose_piety
Reduce piety and handle side-effects. * * Appropriate for cases where the player has not sinned, but must lose piety * anyway, such as costs for ab
crawl-ref/source/religion.cc:2711
↓ 8 callersFunctionluaL_safe_tointeger
crawl-ref/source/cluautil.cc:123
↓ 8 callersFunctionmacro_colour
crawl-ref/source/options.h:1045
↓ 8 callersFunctionmake_list
(list_str, is_spell_list = False)
crawl-ref/source/util/genutil.py:74
↓ 8 callersFunctionmarshallString2
This one must stay with a 16 bit signed big-endian length tag, to allow older versions to browse and list newer saves.
crawl-ref/source/tags.cc:944
← previousnext →1,401–1,500 of 17,100, ranked by callers