mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
1be926f3db
Improve compatibility with other addons
11 lines
342 B
C++
11 lines
342 B
C++
class ACE_Settings {
|
|
class GVAR(rotateModifierKey) {
|
|
value = 1;
|
|
typeName = "SCALAR";
|
|
isClientSettable = 1;
|
|
displayName = CSTRING(rotateModifierKey_displayName);
|
|
description = CSTRING(rotateModifierKey_description);
|
|
values[] = {"$STR_A3_OPTIONS_DISABLED", "ALT", "CTRL", "SHIFT"};
|
|
};
|
|
};
|