Translations:Development/32/fr: Difference between revisions
Created page with "* [https://github.com/ddnet/ddnet/blob/master/src/game/server/entities/character.h CCharacter] qui représente un Tee vivant. Elle est instanciée quand un tee apparaît et supprimée quand il meurt. * [https://github.com/ddnet/ddnet/blob/master/src/game/server/player.h CPlayer] contient les informations non liées au Tee (pseudo, drapeau, etc.)." |
No edit summary |
||
Line 1: | Line 1: | ||
* [https://github.com/ddnet/ddnet/blob/master/src/game/server/entities/character.h CCharacter] qui représente un [[Common Terminology/fr#Tee|Tee]] vivant. Elle est instanciée quand un tee apparaît et supprimée quand il meurt. | * [https://github.com/ddnet/ddnet/blob/master/src/game/server/entities/character.h CCharacter] qui représente un [[Special:MyLanguage/Common Terminology/fr#Tee|Tee]] vivant. Elle est instanciée quand un tee apparaît et supprimée quand il meurt. | ||
* [https://github.com/ddnet/ddnet/blob/master/src/game/server/player.h CPlayer] contient les informations non liées au [[Common Terminology/fr#Tee|Tee]] (pseudo, drapeau, etc.). | * [https://github.com/ddnet/ddnet/blob/master/src/game/server/player.h CPlayer] contient les informations non liées au [[Special:MyLanguage/Common Terminology/fr#Tee|Tee]] (pseudo, drapeau, etc.). |
Latest revision as of 14:36, 5 May 2024
- CCharacter qui représente un Tee vivant. Elle est instanciée quand un tee apparaît et supprimée quand il meurt.
- CPlayer contient les informations non liées au Tee (pseudo, drapeau, etc.).