42 layoutRoot =
g_Game.GetWorkspace().CreateWidgets(
"gui/layouts/day_z_invite_dialog.layout");
45 m_DescriptionText = MultilineTextWidget.Cast(layoutRoot.FindAnyWidget(
"txtDescription"));
46 m_bCancel = ButtonWidget.Cast(layoutRoot.FindAnyWidget(
"bCancel"));
53 if (player && player.GetEmoteManager() && !player.IsRestrained() && !player.IsUnconscious())
static proto string Format(string fmt, void param1=NULL, void param2=NULL, void param3=NULL, void param4=NULL, void param5=NULL, void param6=NULL, void param7=NULL, void param8=NULL, void param9=NULL)
Gets n-th character from string.