3753 {
3754 ListOptionsAccess language_option;
3755 GameOptions options = new GameOptions();
3757 int idx = -1;
3758 if (language_option)
3759 {
3760 idx = language_option.GetIndex();
3761 }
3762
3763 return idx;
3764 }
proto native OptionsAccess GetOptionByType(int accessType)
Get option by AccessType.
OptionAccessType
C++ OptionAccessType.