Home
last modified time | relevance | path

Searched refs:training_attempted (Results 1 – 3 of 3) sorted by relevance

/dports/games/widelands/widelands-build21/src/logic/map_objects/tribes/
H A Dtrainingsite.h198 void training_attempted(TrainingAttribute type, uint32_t level);
H A Dtrainingsite.cc348 training_attempted(art, t); in init_kick_state()
995 void TrainingSite::training_attempted(TrainingAttribute type, uint32_t level) { in training_attempted() function in Widelands::TrainingSite
H A Dproduction_program.cc1118 ts->training_attempted(attribute_, level_); in execute()