Méthode retournant le nom du métier.
Dernière mise à jour il y a 3 ans
job:name(id)
Dans notre exemple, nous souhaitons obtenir le nom du métier ayant pour identifiant 1.
global:printMessage(job:name(1))
Résultat :
Bûcheron
Name
Type
Description
id
int
Identifiant du métier.
string
Nom du métier.