Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ functions
Functions
17,100 in github.com/crawl/crawl
⨍
Functions
17,100
◇
Types & classes
2,250
↳
Endpoints
3
↓ 23 callers
Method
finish_message
crawl-ref/source/tileweb.cc:189
↓ 23 callers
Method
has_bane
crawl-ref/source/mutation.cc:496
↓ 23 callers
Method
is_replaying_keys
crawl-ref/source/state.cc:103
↓ 23 callers
Method
is_silenced
crawl-ref/source/player.cc:6049
↓ 23 callers
Function
mons_adjust_flavoured
Returns damage taken by a monster from a "flavoured" (fire, ice, etc.) attack -- damage from clouds and branded weapons handled elsewhere.
crawl-ref/source/beam.cc:1488
↓ 23 callers
Function
mons_check_flag
crawl-ref/source/util/monster/monster-main.cc:215
↓ 23 callers
Function
mons_is_mons_class
* Determine if a specified monster is or was a specified monster type. * * Checks both the monster type and the ORIGINAL_TYPE_KEY prop, thus allowin
crawl-ref/source/mon-death.cc:4000
↓ 23 callers
Function
move_item_to_grid
Moves env.item[obj] to p... will modify the value of obj to be the index of the final object (possibly different). Done this way in the hopes that it
crawl-ref/source/items.cc:2562
↓ 23 callers
Function
mutation_name
crawl-ref/source/mutation.cc:2508
↓ 23 callers
Function
random_iterator
crawl-ref/source/random.h:129
↓ 23 callers
Method
render
crawl-ref/source/ui.cc:274
↓ 23 callers
Method
res_fire
crawl-ref/source/player.cc:6954
↓ 23 callers
Function
run_layout
crawl-ref/source/ui.cc:3314
↓ 23 callers
Method
sgn
crawl-ref/source/coord-def.h:159
↓ 23 callers
Function
size
crawl-ref/source/species.cc:330
↓ 23 callers
Function
sqrt
crawl-ref/source/AppHdr.h:33
↓ 23 callers
Function
update_menu
(data)
crawl-ref/source/webserver/game_data/static/menu.js:813
↓ 23 callers
Function
write
crawl-ref/source/catch2-tests/catch_amalgamated.cc:7398
↓ 22 callers
Function
_hex_logic
* Create the appropriate casting logic for a simple mr-checking hex. * * @param spell The hex in question; e.g. SPELL_CORONA. * @param
crawl-ref/source/mon-cast.cc:1162
↓ 22 callers
Function
_mut_has_flag
crawl-ref/source/mutation.cc:276
↓ 22 callers
Method
check_willpower
crawl-ref/source/actor.cc:104
↓ 22 callers
Function
command_to_string
crawl-ref/source/macro.cc:2336
↓ 22 callers
Function
evoker_charges
* How many remaining charges does the given XP evoker have? * * @param evoker_type The item subtype of the evoker. * @returns The number of remaini
crawl-ref/source/item-prop.cc:3439
↓ 22 callers
Method
game_is_tutorial
crawl-ref/source/state.cc:571
↓ 22 callers
Method
get_all
crawl-ref/source/mapmark.cc:1182
↓ 22 callers
Function
get_tile_texture
crawl-ref/source/tilepick.cc:78
↓ 22 callers
Function
get_uint32
crawl-ref/source/random.cc:125
↓ 22 callers
Function
i_feel_safe
crawl-ref/source/nearby-danger.cc:239
↓ 22 callers
Function
isadigit
Chinese rod numerals are _not_ digits for our purposes.
crawl-ref/source/libutil.h:37
↓ 22 callers
Function
item_prefix
crawl-ref/source/item-name.cc:3531
↓ 22 callers
Function
mons_is_hepliaklqana_ancestor
* Is the given type one of Hepliaklqana's granted ancestors? * * @param mc The type of monster in question. * @return Whether that monster
crawl-ref/source/mon-util.cc:1356
↓ 22 callers
Function
player_has_orb
* Return true if the player has the Orb of Zot. * @return True if the player has the Orb, false otherwise. */
crawl-ref/source/player.cc:8670
↓ 22 callers
Function
process_command
Note that in some actions, you don't want to clear afterwards. e.g. list_jewellery, etc. calling this directly will not record the command for later r
crawl-ref/source/main.cc:2094
↓ 22 callers
Function
reset_training
* Reset the training array. Disabled skills are skipped. * In automatic mode, we use values from the exercise queue. * In manual mode, all enabled s
crawl-ref/source/skills.cc:873
↓ 22 callers
Function
spell_typematch
crawl-ref/source/spl-util.cc:613
↓ 22 callers
Function
spelltype_long_name
crawl-ref/source/spl-util.cc:922
↓ 22 callers
Function
stringize_glyph
crawl-ref/source/viewchar.cc:166
↓ 22 callers
Function
unmarshallCoord
crawl-ref/source/tags.cc:684
↓ 21 callers
Function
_coords
Read a set of box coords (x1, y1, x2, y2) from the table. Return true if coords are valid.
crawl-ref/source/l-dgnbld.cc:110
↓ 21 callers
Function
c
(a,f,C)
crawl-ref/source/webserver/static/scripts/contrib/require.js:8
↓ 21 callers
Function
calc_skill_cost
skill_cost_level makes skills more expensive for more experienced characters
crawl-ref/source/skills.cc:166
↓ 21 callers
Function
can_equip_item
* Returns whether the player is capable of wearing a given item. * * This does not consider cursed items occupying the relevant slots (or * two-han
crawl-ref/source/player-equip.cc:465
↓ 21 callers
Method
cancel_cmd_again
crawl-ref/source/state.cc:148
↓ 21 callers
Method
char_width
* Find the (max) width of a character, in device or logical pixels. * * This will round up if a font uses logically fractional advances! It is * be
crawl-ref/source/fontwrapper-ft.cc:931
↓ 21 callers
Method
clarity
crawl-ref/source/actor.cc:263
↓ 21 callers
Method
close
(self)
crawl-ref/source/webserver/webtiles/userdb.py:34
↓ 21 callers
Function
delete_cloud
crawl-ref/source/cloud.cc:684
↓ 21 callers
Function
dungeon_terrain_changed
* Change a given feature to a new type, cleaning up associated issues * (monsters/items in walls, blood on water, etc) in the process. * * @param p
crawl-ref/source/terrain.cc:1397
↓ 21 callers
Method
empty
crawl-ref/source/travel.cc:3678
↓ 21 callers
Method
getMessage
crawl-ref/source/catch2-tests/catch_amalgamated.cc:496
↓ 21 callers
Method
has_chunk
crawl-ref/source/package.cc:565
↓ 21 callers
Function
invalid_monster
crawl-ref/source/mon-util.cc:932
↓ 21 callers
Method
is_shapeshifter
crawl-ref/source/monster.cc:4856
↓ 21 callers
Function
is_throwable
Returns true if item can be reasonably thrown without a launcher.
crawl-ref/source/item-prop.cc:2217
↓ 21 callers
Function
json_mkstring
crawl-ref/source/json.cc:548
↓ 21 callers
Function
linebreak_string
crawl-ref/source/menu.cc:3646
↓ 21 callers
Function
marshallCoord
crawl-ref/source/tags.cc:678
↓ 21 callers
Function
mons_att_changed
Called whenever an already existing monster changes its attitude, possibly temporarily.
crawl-ref/source/attitude-change.cc:32
↓ 21 callers
Function
mons_class_hit_dice
This function returns the standard number of hit dice for a type of monster, not a particular monster's current hit dice. - bwr
crawl-ref/source/mon-util.cc:2265
↓ 21 callers
Function
mons_is_confused
crawl-ref/source/mon-util.cc:3331
↓ 21 callers
Function
mons_is_ghost_demon
crawl-ref/source/mon-util.cc:1293
↓ 21 callers
Function
orig_terrain
crawl-ref/source/terrain.cc:2114
↓ 21 callers
Method
pacified
crawl-ref/source/monster.cc:3029
↓ 21 callers
Function
pow
crawl-ref/source/AppHdr.h:35
↓ 21 callers
Method
save
crawl-ref/source/tags.cc:2587
↓ 21 callers
Method
set_hit_dice
* Sets the monster's "hit dice". Doesn't currently handle adjusting HP, etc. * * @param new_hit_dice The new value to set HD to. */
crawl-ref/source/monster.cc:2590
↓ 21 callers
Method
set_more
crawl-ref/source/menu.cc:1284
↓ 21 callers
Method
size
crawl-ref/source/shopping.cc:2238
↓ 21 callers
Function
str_to_colour
Returns default_colour (default -1) if unmatched else returns 0-15.
crawl-ref/source/colour.cc:777
↓ 21 callers
Function
transform
* Attempts to transform the player into the specified form. * * If the player is already in that form, attempt to refresh its duration and * power.
crawl-ref/source/transform.cc:2132
↓ 20 callers
Function
_add_tip
crawl-ref/source/tilereg-dgn.cc:851
↓ 20 callers
Function
_mon_hex_zap
Boilerplate monster hex.
crawl-ref/source/zap-data.h:29
↓ 20 callers
Function
_pal_data
crawl-ref/source/spl-summoning.cc:107
↓ 20 callers
Function
_xom_feels_nasty
crawl-ref/source/xom.cc:223
↓ 20 callers
Method
antimagic_susceptible
crawl-ref/source/monster.cc:4042
↓ 20 callers
Function
cycle_hover
(reverse)
crawl-ref/source/webserver/game_data/static/menu.js:393
↓ 20 callers
Function
direction
crawl-ref/source/directn.cc:400
↓ 20 callers
Function
exp_value
* How much XP will the given monster give out by dying? * * @param mon The monster in question. * @param real If false, calculate XP fo
crawl-ref/source/mon-util.cc:2418
↓ 20 callers
Function
feat_is_traversable
Returns true if a generic character can cross this dungeon feature. Ignores swimming, flying, and travel_avoid_terrain.
crawl-ref/source/travel.cc:310
↓ 20 callers
Function
getRandNameString
//////////////////////////////////////////////////////////////////////// Randname DB specific functions.
crawl-ref/source/database.cc:866
↓ 20 callers
Function
get_mitm_slot
Returns an unused env.item slot, or NON_ITEM if none available. The reserve is the number of item slots to not check. Items may be culled if a reserve
crawl-ref/source/items.cc:452
↓ 20 callers
Method
has_innate_mutation
* Does the player have mutation `mut` with at least one innate level? * * Reminder: innate mutations can coexist with temporary or normal mutations.
crawl-ref/source/mutation.cc:414
↓ 20 callers
Function
is_melee_weapon
crawl-ref/source/item-prop.cc:1851
↓ 20 callers
Method
is_valid
crawl-ref/source/quiver.cc:807
↓ 20 callers
Function
item_is_stationary
* Is the item stationary (unmovable)? * * Currently only carrion and nets with a trapped victim are stationary. * @param item The item. * @return
crawl-ref/source/item-prop.cc:1159
↓ 20 callers
Function
key_exits_popup
crawl-ref/source/ui.cc:61
↓ 20 callers
Function
make_item_unrandart
crawl-ref/source/artefact.cc:2315
↓ 20 callers
Method
name
crawl-ref/source/monster.cc:2158
↓ 20 callers
Function
player_spell_levels
* How many spell levels does the player currently have available for * memorising new spells? */
crawl-ref/source/player.cc:1344
↓ 20 callers
Function
pluralise_monster
crawl-ref/source/english.cc:191
↓ 20 callers
Method
property
crawl-ref/source/mapmark.cc:88
↓ 20 callers
Method
reach_range
crawl-ref/source/player.cc:7286
↓ 20 callers
Method
res_cold
crawl-ref/source/player.cc:6964
↓ 20 callers
Method
set_feature
crawl-ref/source/map-cell.h:177
↓ 20 callers
Method
stat_hp
crawl-ref/source/player.h:931
↓ 20 callers
Method
trim
crawl-ref/source/format.cc:493
↓ 20 callers
Method
valid
crawl-ref/source/tags.cc:161
↓ 20 callers
Function
wcwidth
crawl-ref/source/wcwidth.cc:127
↓ 20 callers
Function
your_talents
* Return all relevant talents that the player has. * * Currently the only abilities that are affected by include_unusable are god * abilities (affe
crawl-ref/source/ability.cc:4425
↓ 19 callers
Function
SLOTF
transform slot enums into flags
crawl-ref/source/transform.cc:59
← previous
next →
501–600 of 17,100, ranked by callers