13 m_Root =
GetGame().GetWorkspace().CreateWidgets(
"gui/layouts/xbox/ingamemenu_xbox/players_info_panel.layout", parent);
15 m_Content =
m_Root.FindAnyWidget(
"Content");
19 m_ScrollContainer.VScrollToPos01(0);
29 if (m_Content && m_Content.GetChildren())
30 SetFocus(m_Content.GetChildren().FindAnyWidget(
"Button"));
31 m_ScrollContainer.VScrollToPos01(0);
66 return (m_Entries.Count() == 0);
174 if (m_Entries.Get(
UID) == m_SelectedEntry)
176 for (
int i = 0;
i < m_Entries.Count() - 1;
i++)
178 if (m_Entries.GetElement(
i) == m_Entries.Get(
UID))
183 m_Entries.Remove(
UID);
192 if (m_Entries && m_Entries.Get(
UID))
193 return m_Entries.Get(
UID).IsMuted();
199 if (m_Entries && m_Entries.Get(
UID))
200 return m_Entries.Get(
UID).IsGloballyMuted();
206 if (m_Entries && m_Entries.Get(
UID))
207 m_Entries.Get(
UID).SetMute(
mute);
212 if (m_Entries && m_Entries.Get(
UID))
213 m_Entries.Get(
UID).ToggleMute();
224 m_SelectedEntry.Deselect();
225 m_SelectedEntry = entry;
226 if (
GetGame().GetUIManager().GetMenu())
227 GetGame().GetUIManager().GetMenu().Refresh();
239 Widget root = entry.GetButtonWidget().GetParent();
250 root.GetParent().Update();
253 m_ScrollContainer.GetScreenPos(
x,
y);
254 m_ScrollContainer.GetScreenSize(
x_s,
y_s);
262 m_ScrollContainer.VScrollToPos01(0);
264 m_ScrollContainer.VScrollToPos01(1);
266 m_ScrollContainer.VScrollToPos(m_ScrollContainer.GetVScrollPos() +
y_s);
268 m_ScrollContainer.VScrollToPos(m_ScrollContainer.GetVScrollPos() -
y_s);
EBiosError
Possible Error codes for bios API. This is the list of errors that can be returned from bios API....
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
BiosFriendInfo represents friend information.
BiosPrivacyUidResult represents the per user result of the GetPermissionsAsync request.
GetServersResult the output structure of the GetServers operation.
static bool IsPlayerMuted(string id)
proto native CGame GetGame()