Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
LocalizedString.c File Reference

Go to the source code of this file.

Classes

class  LocalizedString

Typedefs

typedef string LocalizedString

Typedef Documentation

◆ LocalizedString

typedef string LocalizedString

Type definition for texts that ought to be localized.

! Always prefer strong typed usage instead of 'auto'. ! ! This will make searches and parses easier and more reliable. !

Always prefer the usage of this type instead of 'string' when dealing with texts that will be localized (user interface, ...)

Definition at line 10 of file LocalizedString.c.