-
Notifications
You must be signed in to change notification settings - Fork 5
Utils advutil
AdvNS extension utility functions.
These utility functions are only used in AdvNS, and the code that uses this utility function does not guarantee compatibility with existing NS 1.0.
-
AdvNut.util.GetPlayerTraceEntity(client)
-
AdvNut.util.CreateIdentifier(subIdentifier, caller)
-
AdvNut.util.LoadCachedConfigs()
-
AdvNut.util.DrawOutline(panel, th, color)
-
AdvNut.util.DrawBackgroundBlur(panel)
-
AdvNut.util.RemoveBackgroundBlur(panel)
-
AdvNut.util.GetScreenScaleFontSize(fontSize)
-
AdvNut.util.DrawRoundedBox(panel, corner, x, y, w, h)
-
AdvNut.util.GetCurrentMenuSize()
-
AdvNut.util.GetCurrentMenuPos()
-
AdvNut.util.GetPanelScreenCenterPosition(panel, width, height)
-
AdvNut.util.DrawCenterGradient(x, y, w, h, color)
-
AdvNut.util.Draw3DText(text, font, x, y, color, alignX, alignY)
-
AdvNut.util.GetTextSize(font, text)
-
AdvNut.util.WriteTable(uniqueID, value)
-
AdvNut.util.ReadTable(uniqueID)