Elin Modding Docs Doc
|
Public Types | |
enum | Type { None , Default = 5 , DefaultNoTop , Flat , FlatFloor , Triangle } |
Public Member Functions | |
string | GetName (int i) |
Public Attributes | |
RoofStyle.Type | type |
int | w |
int | h |
int | flatW |
bool | useDefBlock |
bool | reverse |
bool | wing |
bool | maxHeight |
bool | coverLot |
Vector3 | posFix |
Vector3 | posFixBlock |
Vector3 | lowRoofFix |
Vector3 | snowFix |
float | snowZ = -0.01f |
Definition at line 6 of file RoofStyle.cs.
enum RoofStyle.Type |
Definition at line 61 of file RoofStyle.cs.
string RoofStyle.GetName | ( | int | i | ) |
Definition at line 9 of file RoofStyle.cs.
bool RoofStyle.coverLot |
Definition at line 43 of file RoofStyle.cs.
int RoofStyle.flatW |
Definition at line 28 of file RoofStyle.cs.
int RoofStyle.h |
Definition at line 25 of file RoofStyle.cs.
Vector3 RoofStyle.lowRoofFix |
Definition at line 52 of file RoofStyle.cs.
bool RoofStyle.maxHeight |
Definition at line 40 of file RoofStyle.cs.
Vector3 RoofStyle.posFix |
Definition at line 46 of file RoofStyle.cs.
Vector3 RoofStyle.posFixBlock |
Definition at line 49 of file RoofStyle.cs.
bool RoofStyle.reverse |
Definition at line 34 of file RoofStyle.cs.
Vector3 RoofStyle.snowFix |
Definition at line 55 of file RoofStyle.cs.
float RoofStyle.snowZ = -0.01f |
Definition at line 58 of file RoofStyle.cs.
RoofStyle.Type RoofStyle.type |
Definition at line 19 of file RoofStyle.cs.
bool RoofStyle.useDefBlock |
Definition at line 31 of file RoofStyle.cs.
int RoofStyle.w |
Definition at line 22 of file RoofStyle.cs.
bool RoofStyle.wing |
Definition at line 37 of file RoofStyle.cs.