Elin Modding Docs Doc
|
Public Types | |
enum | RelationType { Default , Owner , Member } |
Public Member Functions | |
int | GetSalary () |
string | GetTextRelation () |
void | SetTextHostility (UIText text) |
bool | IsMember () |
void | Promote () |
Public Attributes | |
int | affinity |
int | exp |
int | rank |
FactionRelation.RelationType | type |
Faction | faction |
Properties | |
int | ExpToNext [get] |
int | MaxRank [get] |
string | TextTitle [get] |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Faction | Wilds [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
static int | curve (int a, int start, int step, int rate=75) |
static int | rndHalf (int a) |
static float | rndf (float a) |
static int | rndSqrt (int a) |
static void | Wait (float a, Card c) |
static void | Wait (float a, Point p) |
static int | Bigger (int a, int b) |
static int | Smaller (int a, int b) |
![]() | |
static Core | core |
Definition at line 6 of file FactionRelation.cs.
enum FactionRelation.RelationType |
Definition at line 105 of file FactionRelation.cs.
int FactionRelation.GetSalary | ( | ) |
Definition at line 29 of file FactionRelation.cs.
string FactionRelation.GetTextRelation | ( | ) |
Definition at line 49 of file FactionRelation.cs.
bool FactionRelation.IsMember | ( | ) |
Definition at line 71 of file FactionRelation.cs.
void FactionRelation.Promote | ( | ) |
Definition at line 77 of file FactionRelation.cs.
void FactionRelation.SetTextHostility | ( | UIText | text | ) |
Definition at line 55 of file FactionRelation.cs.
int FactionRelation.affinity |
Definition at line 87 of file FactionRelation.cs.
int FactionRelation.exp |
Definition at line 91 of file FactionRelation.cs.
Faction FactionRelation.faction |
Definition at line 102 of file FactionRelation.cs.
int FactionRelation.rank |
Definition at line 95 of file FactionRelation.cs.
FactionRelation.RelationType FactionRelation.type |
Definition at line 99 of file FactionRelation.cs.
|
get |
Definition at line 10 of file FactionRelation.cs.
|
get |
Definition at line 20 of file FactionRelation.cs.
|
get |
Definition at line 40 of file FactionRelation.cs.