View Single Post
10/02/23, 01:32 AM   #2
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
Originally Posted by sinnereso View Post
hey guys..

im looking for a way to boolean if social setting "PvP Kill Feed" is enabled or disabled, preferably a ZO_something if it exists similar to "ZO_ShouldPreferUserId()" but for the kill feed.

Ive been going through /zgoo but cant find either in there when mousing over the control.
Just find the setting with
GetSetting_Bool(*[SettingSystemType|#SettingSystemType]* _system_, *integer* _settingId_)
** _Returns:_ *bool* _value_
?

SETTING_TYPE_UI
UI_SETTING_SHOW_PVP_KILL_FEED_NOTIFICATIONS

local ShowPvpKillFeedEnabled = GetSetting_Bool(SETTING_TYPE_UI, UI_SETTING_SHOW_PVP_KILL_FEED_NOTIFICATIONS)

Last edited by Masteroshi430 : 10/02/23 at 01:36 AM.
  Reply With Quote