Skip to content

MNGuiAvatarImage class ​

No description available

Functions ​

mnscript
MNGuiAvatarImage.DockBottom() 
  • Docks the element to the bottom.
mnscript
MNGuiAvatarImage.DockFill() 
  • Docks the element to fill.
mnscript
MNGuiAvatarImage.DockLeft() 
  • Docks the element to the left.
mnscript
MNGuiAvatarImage.DockRight() 
  • Docks the element to the right.
mnscript
MNGuiAvatarImage.DockTop() 
  • Docks the element to the top.
mnscript
bool MNGuiAvatarImage.GetEnabled() 
  • Returns whether the UI element is enabled.
mnscript
bool MNGuiAvatarImage.IsValid() 
  • Returns whether the UI element is valid.
mnscript
MNGuiAvatarImage.Remove() 
  • Removes the UI element.
mnscript
MNGuiAvatarImage.SetBackgroundColor(Color) 
  • Sets the UI element background color.
mnscript
MNGuiAvatarImage.SetDockMargin(number, number, number, number) 
  • Sets the UI element dock margin.
mnscript
MNGuiAvatarImage.SetEnabled(bool) 
  • Sets whether the UI element is enabled.
mnscript
MNGuiAvatarImage.SetHeight(number) 
  • Sets the height of the UI element.
mnscript
MNGuiAvatarImage.SetPlayer(string) 
  • Sets the avatar's player.
mnscript
MNGuiAvatarImage.SetPos(number, number) 
  • Sets the position of the UI element.
mnscript
MNGuiAvatarImage.SetRounded(number) 
  • Sets the roundedness.
mnscript
MNGuiAvatarImage.SetScalePos(number, number) 
  • Sets the position of the UI element using a percentage (0-1).
mnscript
MNGuiAvatarImage.SetScaleSize(number, number) 
  • Sets the size of the UI element using a percentage (0-1).
mnscript
MNGuiAvatarImage.SetSize(number, number) 
  • Sets the width and height of the UI element.
mnscript
MNGuiAvatarImage.SetWidth(number) 
  • Sets the width of the UI element.