Class EventProperty.Picker
EventProperty class for the Picker property.
Implements
Inherited Members
Namespace: Modding
Assembly: Assembly-CSharp.dll
Syntax
public class Picker : EventProperty, IValidatable
Constructors
Picker()
Declaration
public Picker()
Fields
Entities
The entities that were selected.
Declaration
public List<Entity> Entities
Field Value
Type | Description |
---|---|
List<Entity> |
Mode
The pick mode, as specified in the XML file.
Declaration
public StatMaster.Mode.PickMode Mode
Field Value
Type | Description |
---|---|
StatMaster.Mode.PickMode |