Home
last modified time | relevance | path

Searched defs:skill_type (Results 1 – 5 of 5) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/widgets/
H A Dkart_stats_widget.cpp129 void KartStatsWidget::setSkillValues(Stats skill_type, float value, const std::string icon_name, in setSkillValues()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dskill-type.h10 enum skill_type enum
H A Dskills.cc599 static bool _cmp_rest(const pair<skill_type, int64_t>& a, in _cmp_rest()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/menu/menu_windows/
H A Dmenu_skills_window.cpp350 vt_utils::ustring skill_type; in Update() local
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h1775 typedef struct skill_type skill_type; typedef
1776 struct skill_type struct
1778 uintptr name; /* Name */
1779 uintptr desc; /* Description */
1780 uintptr action_desc; /* Action Description */
1782 s16b action_mkey; /* Action do to */
1784 s16b rate; /* Modifier decreasing rate */
1788 s16b father; /* Father in the skill tree */
1789 s16b order; /* Order in the tree */
1791 u32b flags1; /* Skill flags */
[all …]