- Introduce client phone addon, UI, and XEH handlers - Route actor phone interaction to the new phone UI - Add initial phone state, event handling, and persistence
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
#include "\forge\forge_client\addons\main\data\hpp\defineDIKCodes.hpp"
|
|
|
|
[
|
|
_category, QGVAR(ForgePhone),
|
|
[LSTRING(phone), LSTRING(phoneTooltip)], {
|
|
[] call FUNC(openUI)
|
|
}, {}, [DIK_P, [false, false, false]]
|
|
] call CFUNC(addKeybind);
|