Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
BackerContentInspector.ContentCard Class Reference
Inheritance diagram for BackerContentInspector.ContentCard:
BackerContentInspector.Content

Public Member Functions

override void Apply ()
 
override void Remove ()
 
- Public Member Functions inherited from BackerContentInspector.Content
virtual void OnValidate ()
 
virtual void Apply ()
 
virtual void Remove ()
 

Public Attributes

Card c
 
- Public Attributes inherited from BackerContentInspector.Content
int id
 

Properties

override string name [get]
 
- Properties inherited from BackerContentInspector.Content
virtual string name [get]
 

Detailed Description

Definition at line 42 of file BackerContentInspector.cs.

Member Function Documentation

◆ Apply()

override void BackerContentInspector.ContentCard.Apply ( )
inlinevirtual

Reimplemented from BackerContentInspector.Content.

Definition at line 48 of file BackerContentInspector.cs.

49 {
50 c.ApplyBacker(id);
51 }
void ApplyBacker(int bid)
Definition: Card.cs:6193

References Card.ApplyBacker(), and BackerContentInspector.ContentCard.c.

◆ Remove()

override void BackerContentInspector.ContentCard.Remove ( )
inlinevirtual

Reimplemented from BackerContentInspector.Content.

Definition at line 53 of file BackerContentInspector.cs.

54 {
56 }
void RemoveBacker()
Definition: Card.cs:6229

References BackerContentInspector.ContentCard.c, and Card.RemoveBacker().

Member Data Documentation

◆ c

Card BackerContentInspector.ContentCard.c

Property Documentation

◆ name

override string BackerContentInspector.ContentCard.name
get

Definition at line 46 of file BackerContentInspector.cs.


The documentation for this class was generated from the following file: