LifeEventParams class
- Implementers
- Annotations
Constructors
- LifeEventParams()
-
const
Properties
- emotionCategory → LifeEventEmotionCategory
-
感情の Category を取得する
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isBranch → bool
-
分岐かどうか
read-only
- mustStop → bool
-
止まることを強制されるかどうか
現状は、ユーザアクションを伴う分岐時のみ
read-only
-
noticeCategories
→ List<
LifeEventNoticeCategory> -
read-only
- requireDiceRoll → bool
-
サイコロを振るアクションを求めるかどうか
read-only
- requireToSelectDirectionManually → bool
-
方向選択のアクションを求めるかどうか
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selectableForExecution → bool
-
実行が選択制かどうか
read-only
- type → LifeEventType
-
read-only
Methods
-
itemType2NoticeCategory(
LifeItemType type) → LifeEventNoticeCategory -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited