SwiftlyS2

CBaseClientUIEntity

Interface CBaseClientUIEntity

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CBaseClientUIEntity : CBaseModelEntity, CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CBaseModelEntity>, ISchemaClass<CBaseClientUIEntity>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

CustomOutput0

CEntityIOOutput CustomOutput0 { get; }
Property Value

CustomOutput1

CEntityIOOutput CustomOutput1 { get; }
Property Value

CustomOutput2

CEntityIOOutput CustomOutput2 { get; }
Property Value

CustomOutput3

CEntityIOOutput CustomOutput3 { get; }
Property Value

CustomOutput4

CEntityIOOutput CustomOutput4 { get; }
Property Value

CustomOutput5

CEntityIOOutput CustomOutput5 { get; }
Property Value

CustomOutput6

CEntityIOOutput CustomOutput6 { get; }
Property Value

CustomOutput7

CEntityIOOutput CustomOutput7 { get; }
Property Value

CustomOutput8

CEntityIOOutput CustomOutput8 { get; }
Property Value

CustomOutput9

CEntityIOOutput CustomOutput9 { get; }
Property Value

DialogXMLName

string DialogXMLName { get; set; }
Property Value

Enabled

ref bool Enabled { get; }
Property Value

PanelClassName

string PanelClassName { get; set; }
Property Value

PanelID

string PanelID { get; set; }
Property Value

Methods

DialogXMLNameUpdated()

void DialogXMLNameUpdated()

EnabledUpdated()

void EnabledUpdated()

PanelClassNameUpdated()

void PanelClassNameUpdated()

PanelIDUpdated()

void PanelIDUpdated()

On this page