User Tools

Site Tools


en:tutorials:localization:locale

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:tutorials:localization:locale [2020/08/31 05:28 (5 years ago)] – ↷ Links adapted because of a move operation sausageen:tutorials:localization:locale [2020/08/31 05:44 (5 years ago)] (current) – ↷ Links adapted because of a move operation sausage
Line 5: Line 5:
 This is our first basic C++ tutorial. It also shows how the localization module (''orxLOCALE'') works. This is our first basic C++ tutorial. It also shows how the localization module (''orxLOCALE'') works.
  
-See previous basic tutorials for more info about basic [[..:objects:object|object creation]], [[..:clocks:clock|clock handling]], [[..:frame|frames hierarchy]], [[..:animation:anim|animations]], [[..:viewport:viewport|cameras & viewports]], [[..:sound|sounds & musics]], [[..:fx|FXs]], [[..:physics:physics]] and [[..:scrolling]].+See previous basic tutorials for more info about basic [[..:objects:object|object creation]], [[..:clocks:clock|clock handling]], [[..:objects:frame|frames hierarchy]], [[..:animation:anim|animations]], [[..:viewport:viewport|cameras & viewports]], [[..:audio:sound|sounds & musics]], [[..:fx:fx|FXs]], [[..:physics:physics]] and [[..:scrolling]].
  
 This code is a basic C++ example to show how to use orx without writing C code.\\ This code is a basic C++ example to show how to use orx without writing C code.\\
Line 344: Line 344:
 However, we won't have direct pointers on them, which means we won't be able to manipulate them directly.\\ However, we won't have direct pointers on them, which means we won't be able to manipulate them directly.\\
 That being said, for all non-interactive/background object it's usually not a problem.\\ That being said, for all non-interactive/background object it's usually not a problem.\\
-Be also aware that their frames (cf. [[..:frame|frame tutorial]]) will reflect the hierarchy of the ''ChildList'' 'chaining'.+Be also aware that their frames (cf. [[..:objects:frame|frame tutorial]]) will reflect the hierarchy of the ''ChildList'' 'chaining'.
  
 Ok, now let's get back to our two object, ''Legend1'' and ''Legend2''. Ok, now let's get back to our two object, ''Legend1'' and ''Legend2''.
en/tutorials/localization/locale.1598876889.txt.gz · Last modified: 2020/08/31 05:28 (5 years ago) by sausage