Struct EditSkillTargetInfo
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public struct EditSkillTargetInfo
Fields
actionTypeRawText
Text to show on action button.
Declaration
public string actionTypeRawText
Field Value
| Type | Description |
|---|---|
| string |
cost
Providing null denotes the cost is irrelevant here.
You don't need to provide rejectReason when the player cannot afford the action,
Declaration
public Cost? cost
Field Value
| Type | Description |
|---|---|
| Cost? |
nextLevel
Next level to show by comparison.
Declaration
public int? nextLevel
Field Value
| Type | Description |
|---|---|
| int? |
rejectReasonRawText
If not null, the action will be rejected and center message will be shown. You don't need to set this for the cost affordability.
Declaration
public string rejectReasonRawText
Field Value
| Type | Description |
|---|---|
| string |
tooltipRawText
Text to show on tooltip as a description of this action.
Declaration
public string tooltipRawText
Field Value
| Type | Description |
|---|---|
| string |