Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
PropSetCategory.cs
Go to the documentation of this file.
1
public
class
PropSetCategory
:
PropSet
2
{
3
public
SourceCategory.Row
source
;
4
5
public
PropSetCategory
parent
;
6
7
public
int
sum
;
8
9
public
override
void
ModNum
(
int
a)
10
{
11
num
+= a;
12
ModSum
(a);
13
}
14
15
public
void
ModSum
(
int
a)
16
{
17
if
(
parent
!=
null
)
18
{
19
parent
.
ModSum
(a);
20
}
21
sum
+= a;
22
}
23
}
PropSetCategory
Definition:
PropSetCategory.cs:2
PropSetCategory.parent
PropSetCategory parent
Definition:
PropSetCategory.cs:5
PropSetCategory.ModSum
void ModSum(int a)
Definition:
PropSetCategory.cs:15
PropSetCategory.sum
int sum
Definition:
PropSetCategory.cs:7
PropSetCategory.ModNum
override void ModNum(int a)
Definition:
PropSetCategory.cs:9
PropSetCategory.source
SourceCategory.Row source
Definition:
PropSetCategory.cs:3
PropSet
Definition:
PropSet.cs:4
PropSet.num
int num
Definition:
PropSet.cs:5
SourceCategory.Row
Definition:
SourceCategory.cs:8
Elin
PropSetCategory.cs
Generated by
1.9.6