Elin Decompiled Documentation
EA 23.344.1 Nightly
Loading...
Searching...
No Matches
CustomObjContent.cs
Go to the documentation of this file.
1
public
class
CustomObjContent
:
CustomSourceContent
2
{
3
public
override
string
SourceType
=>
"SourceObj"
;
4
5
public
static
CustomObjContent
CreateFromRow
(
SourceObj
.
Row
r,
ModPackage
owner =
null
)
6
{
7
if
(owner ==
null
)
8
{
9
owner = ModUtil.FindSourceRowPackage(r);
10
}
11
return
new
CustomObjContent
12
{
13
ContentId
=
"Obj/"
+ r.alias,
14
SourceId
= r.alias,
15
Owner
= owner
16
};
17
}
18
}
CustomContent.Owner
EMod Owner
Definition:
CustomContent.cs:9
CustomContent.ContentId
string ContentId
Definition:
CustomContent.cs:6
CustomObjContent
Definition:
CustomObjContent.cs:2
CustomObjContent.CreateFromRow
static CustomObjContent CreateFromRow(SourceObj.Row r, ModPackage owner=null)
Definition:
CustomObjContent.cs:5
CustomObjContent.SourceType
override string SourceType
Definition:
CustomObjContent.cs:3
CustomSourceContent
Definition:
CustomSourceContent.cs:5
CustomSourceContent.SourceId
string SourceId
Definition:
CustomSourceContent.cs:10
ModPackage
Definition:
ModPackage.cs:11
SourceObj.Row
Definition:
SourceObj.cs:9
SourceObj
Definition:
SourceObj.cs:6
Elin
CustomObjContent.cs
Generated by
1.9.6