Elin Modding Docs Doc
Loading...
Searching...
No Matches
SourcePref Class Reference
Inheritance diagram for SourcePref:
EClass SourcePrefCard SourcePrefTile

Public Member Functions

void OnAfterDeserialize ()
 
void OnBeforeSerialize ()
 
void Validate ()
 

Public Attributes

int[] ints = new int[25]
 
BitArray32 _bits1
 

Properties

int test [get]
 
PrefFlag flags [get, set]
 
int shadow [get, set]
 
float height [get, set]
 
int liquidMod [get, set]
 
int liquidModMax [get, set]
 
float hatY [get, set]
 
float stackX [get, set]
 
float x [get, set]
 
float y [get, set]
 
float z [get, set]
 
int pivotX [get, set]
 
int pivotY [get, set]
 
int shadowX [get, set]
 
int shadowY [get, set]
 
int shadowRX [get, set]
 
int shadowRY [get, set]
 
int shadowBX [get, set]
 
int shadowBY [get, set]
 
int shadowBRX [get, set]
 
int shadowBRY [get, set]
 
int equipX [get, set]
 
int equipY [get, set]
 
int scaleIcon [get, set]
 
bool bypassShadow [get, set]
 
bool UsePref [get]
 
bool Float [get]
 
bool Surface [get]
 
- Properties inherited from EClass
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 Public Member Functions inherited from EClass
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 Public Attributes inherited from EClass
static Core core
 

Detailed Description

Definition at line 7 of file SourcePref.cs.

Member Function Documentation

◆ OnAfterDeserialize()

void SourcePref.OnAfterDeserialize ( )

Definition at line 411 of file SourcePref.cs.

◆ OnBeforeSerialize()

void SourcePref.OnBeforeSerialize ( )

Definition at line 422 of file SourcePref.cs.

◆ Validate()

void SourcePref.Validate ( )

Definition at line 428 of file SourcePref.cs.

Member Data Documentation

◆ _bits1

BitArray32 SourcePref._bits1

Definition at line 441 of file SourcePref.cs.

◆ ints

int [] SourcePref.ints = new int[25]

Definition at line 438 of file SourcePref.cs.

Property Documentation

◆ bypassShadow

bool SourcePref.bypassShadow
getset

Definition at line 368 of file SourcePref.cs.

◆ equipX

int SourcePref.equipX
getset

Definition at line 323 of file SourcePref.cs.

◆ equipY

int SourcePref.equipY
getset

Definition at line 338 of file SourcePref.cs.

◆ flags

PrefFlag SourcePref.flags
getset

Definition at line 23 of file SourcePref.cs.

◆ Float

bool SourcePref.Float
get

Definition at line 392 of file SourcePref.cs.

◆ hatY

float SourcePref.hatY
getset

Definition at line 98 of file SourcePref.cs.

◆ height

float SourcePref.height
getset

Definition at line 53 of file SourcePref.cs.

◆ liquidMod

int SourcePref.liquidMod
getset

Definition at line 68 of file SourcePref.cs.

◆ liquidModMax

int SourcePref.liquidModMax
getset

Definition at line 83 of file SourcePref.cs.

◆ pivotX

int SourcePref.pivotX
getset

Definition at line 173 of file SourcePref.cs.

◆ pivotY

int SourcePref.pivotY
getset

Definition at line 188 of file SourcePref.cs.

◆ scaleIcon

int SourcePref.scaleIcon
getset

Definition at line 353 of file SourcePref.cs.

◆ shadow

int SourcePref.shadow
getset

Definition at line 38 of file SourcePref.cs.

◆ shadowBRX

int SourcePref.shadowBRX
getset

Definition at line 293 of file SourcePref.cs.

◆ shadowBRY

int SourcePref.shadowBRY
getset

Definition at line 308 of file SourcePref.cs.

◆ shadowBX

int SourcePref.shadowBX
getset

Definition at line 263 of file SourcePref.cs.

◆ shadowBY

int SourcePref.shadowBY
getset

Definition at line 278 of file SourcePref.cs.

◆ shadowRX

int SourcePref.shadowRX
getset

Definition at line 233 of file SourcePref.cs.

◆ shadowRY

int SourcePref.shadowRY
getset

Definition at line 248 of file SourcePref.cs.

◆ shadowX

int SourcePref.shadowX
getset

Definition at line 203 of file SourcePref.cs.

◆ shadowY

int SourcePref.shadowY
getset

Definition at line 218 of file SourcePref.cs.

◆ stackX

float SourcePref.stackX
getset

Definition at line 113 of file SourcePref.cs.

◆ Surface

bool SourcePref.Surface
get

Definition at line 402 of file SourcePref.cs.

◆ test

int SourcePref.test
get

Definition at line 11 of file SourcePref.cs.

◆ UsePref

bool SourcePref.UsePref
get

Definition at line 382 of file SourcePref.cs.

◆ x

float SourcePref.x
getset

Definition at line 128 of file SourcePref.cs.

◆ y

float SourcePref.y
getset

Definition at line 143 of file SourcePref.cs.

◆ z

float SourcePref.z
getset

Definition at line 158 of file SourcePref.cs.


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