|
Elin Decompiled Documentation EA 23.315 Nightly
|
Go to the source code of this file.
Classes | |
| class | DramaValueExpression |
Functions | |
| publicramaValueExpression (stringexpression) | |
| publicstaticboolTryParse (stringexpression, outramaValueExpressionvalueExpr) | |
| publicstaticimplicitoperatorramaValueExpression (stringexpr) | |
| publicstaticimplicitoperatorstring (ramaValueExpressionexpr) | |
| publicintCalc (intlhs) | |
| float | Calc (float lhs) |
| float | Diff (float lhs) |
| int | Diff (int lhs) |
| float | ModOrSet (float lhs) |
| int | ModOrSet (int lhs) |
| bool | Compare (float lhs) |
| bool | Compare (int lhs) |
Variables | |
| $ | |
| RegexOptions. | Compiled |
| publicstringExpression { get | |
| publicstringOp { get | |
| publicstringRhs { get | |
| float Calc | ( | float | lhs | ) |
Definition at line 13 of file DramaValueExpression.cs.
Referenced by Element._WriteNote().
| bool Compare | ( | float | lhs | ) |
Definition at line 116 of file DramaValueExpression.cs.
Referenced by ThingContainer.FindStealable(), BuildMenu.RefreshCategory(), and ActEffect.Wish().
| bool Compare | ( | int | lhs | ) |
Definition at line 154 of file DramaValueExpression.cs.
| float Diff | ( | float | lhs | ) |
Definition at line 26 of file DramaValueExpression.cs.
| int Diff | ( | int | lhs | ) |
Definition at line 31 of file DramaValueExpression.cs.
| float ModOrSet | ( | float | lhs | ) |
Definition at line 36 of file DramaValueExpression.cs.
| int ModOrSet | ( | int | lhs | ) |
Definition at line 76 of file DramaValueExpression.cs.
| _listSyntaxRegex.publicintCalc | ( | intlhs | ) |
Definition at line 38 of file DramaValueExpression.cs.
References $.
| _listSyntaxRegex.publicramaValueExpression | ( | stringexpression | ) |
Definition at line 14 of file DramaValueExpression.cs.
References DramaValueExpression._listSyntaxRegex.
| _listSyntaxRegex.publicstaticboolTryParse | ( | stringexpression | , |
| outramaValueExpressionvalueExpr | |||
| ) |
Definition at line 22 of file DramaValueExpression.cs.
| _listSyntaxRegex.publicstaticimplicitoperatorramaValueExpression | ( | stringexpr | ) |
Definition at line 28 of file DramaValueExpression.cs.
| _listSyntaxRegex.publicstaticimplicitoperatorstring | ( | ramaValueExpressionexpr | ) |
Definition at line 33 of file DramaValueExpression.cs.
| $ |
Definition at line 6 of file DramaValueExpression.cs.
Referenced by publicintCalc().
| RegexOptions. Compiled |
Definition at line 6 of file DramaValueExpression.cs.
| publicstringExpression { get |
Definition at line 8 of file DramaValueExpression.cs.
| publicstringOp { get |
Definition at line 10 of file DramaValueExpression.cs.
| publicstringRhs { get |
Definition at line 12 of file DramaValueExpression.cs.