SteamUser: Difference between revisions

From Empires Wiki
Jump to navigation Jump to search
(Created page with "Displays the avatar and nickname for a given steam ID. == Properties == {{SteamDisplay_Properties}} == Example == <pre> "SteamDisplay" { "ControlName" "SteamUser" "fieldN...")
 
No edit summary
Line 15: Line 15:
"wide" "126"
"wide" "126"
"tall" "17"
"tall" "17"
"steamid" "STEAM_0:0:15161464"
"paintbackground" "0"
"paintbackground" "0"
}
}
</pre>
</pre>

Revision as of 05:54, 27 January 2019

Displays the avatar and nickname for a given steam ID.

Properties

Properties Inherited from SteamUser

  • steamid: The steam id of the user to display.

Properties Inherited from Panel

  • fieldName: Determines the name of the control.
  • xpos: Determines the horizontal offset from the top left (by default) of the parent panel.
  • ypos: Determines the vertical offset from the top left (by default) of the parent panel.
  • wide: Determines the width of the control.
  • tall: Determines the height of the control.
  • zpos: Determines the depth of the panel. Deeper panels are drawn first. Lower numbers = deeper.
  • pinCorner: The pinned corner is the one positioned at xpos/ypos. Values are: TOPLEFT (default), TOPRIGHT, BOTTOMLEFT, BOTTOMRIGHT
  • pinnedCornerOffsetX:
  • pinnedCornerOffsetY:
  • unpinnedCornerOffsetX:
  • unpinnedCornerOffsetY:
  • visible: Determines if the control will be drawn.
  • enabled: Determines if the control is enabled. Used by controls higher up the chain (like Buttons).
  • ignoreScheme:
  • tabPosition: Determines the tab order of the control.
  • tooltiptext: Determines the tooltip text to show when you hover over this control.
  • paintbackground: Paint the background color of this control.
  • paintBackgroundType:
  • paintborder: Paint the border of this control.
  • autoResize: Sets which edges of the panel can be resized. Values are: 0 (NO, default), 1 (RIGHT), 2 (DOWN), 3 (DOWNANDRIGHT)
  • fgcolor_override: Sets the foreground color
  • bgcolor_override: Sets the background color

Example

"SteamDisplay"
{
	"ControlName"		"SteamUser"
	"fieldName"		"SteamDisplay"
	"font" 		"HudMines"
	"xpos"		"2"
	"ypos"		"0"
	"wide"		"126"
	"tall"		"17"
	"steamid"	"STEAM_0:0:15161464"
	"paintbackground"	"0"
}