Translations:Development/32/fr: Difference between revisions

From DDraceNetwork
Nawretard (talk | contribs)
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.)."
 
Nawretard (talk | contribs)
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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development)
*[https://github.com/ddnet/ddnet/blob/master/src/game/server/entities/character.h CCharacter]: Represents a [[Special:MyLanguage/Common_Terminology#Tee|tee]] that is alive, it is instantiated when a tee spawns and deleted when it dies.
* [https://github.com/ddnet/ddnet/blob/master/src/game/server/player.h CPlayer] contains information not related to the [[Common Terminology/fr#Tee|Tee]] (nickname, flag, etc.).
  • 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.).