Show / Hide Table of Contents

Class EventProperty.TeamButton

EventProperty class for the TeamButton property.

Inheritance
Object
Element
EventProperty
EventProperty.TeamButton
Implements
IValidatable
Inherited Members
EventProperty.Name
EventProperty.nameRequired
EventProperty.XSpecified
EventProperty.Row
EventProperty.Logic
EventProperty.Event
EventProperty.OnEdit()
EventProperty.CopyAttributes(EventProperty)
EventProperty.Validate(String)
EventProperty.ToString()
EventProperty.X
Element.Validate()
Element.MissingElement(String, String)
Element.MissingAttribute(String, String)
Element.InvalidData(String, String)
Element.Warn(String, String)
Element.LineNumber
Element.LinePosition
Element.AttributesUsed
Element.ElementsUsed
Element.FileName
Namespace: Modding
Assembly: Assembly-CSharp.dll
Syntax
public class TeamButton : EventProperty, IValidatable

Constructors

TeamButton()

Declaration
public TeamButton()

Properties

Team

Currently selected team.

Declaration
public MPTeam Team { get; set; }
Property Value
Type Description
MPTeam

Implements

IValidatable
Back to top Generated by DocFX