TinyLifeWeb/docs/api/TinyLife.Actions.yml

391 lines
12 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
id: TinyLife.Actions
children:
- TinyLife.Actions.Action
- TinyLife.Actions.ActionInfo
- TinyLife.Actions.ActionType
- TinyLife.Actions.ActionType.AiSettings
- TinyLife.Actions.ActionType.CanExecuteDelegate
- TinyLife.Actions.ActionType.TypeSettings
- TinyLife.Actions.ActionVariety
2022-12-20 13:25:03 +01:00
- TinyLife.Actions.BehaviorAction
2022-01-01 17:06:03 +01:00
- TinyLife.Actions.BehaviorAction`1
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.CanExecuteResult
- TinyLife.Actions.CanExecuteResult.ResultType
2021-10-14 20:30:40 +02:00
- TinyLife.Actions.CompletionType
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.DieAction
- TinyLife.Actions.Emote
- TinyLife.Actions.EmoteCategory
- TinyLife.Actions.GoHereAction
- TinyLife.Actions.MultiAction
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.MultiAction.Stage
2022-05-24 13:36:05 +02:00
- TinyLife.Actions.OrderFromStaffAction
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.OutOfTownAction
- TinyLife.Actions.PathfindAction
2021-10-14 20:30:40 +02:00
- TinyLife.Actions.PutAwayAction
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.SellAction
- TinyLife.Actions.SitAction
- TinyLife.Actions.SocialAction
2022-07-04 16:50:43 +02:00
- TinyLife.Actions.SocialAction.StartPartnerAction
2022-01-01 17:06:03 +01:00
- TinyLife.Actions.StoreAction
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.TalkAction
- TinyLife.Actions.TalkAction.TalkSettings
- TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
- TinyLife.Actions.WalkAction
- TinyLife.Actions.WatchTvAction
- TinyLife.Actions.WatchTvAction.Channel
2021-10-14 20:30:40 +02:00
- TinyLife.Actions.WorkAction
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
type: Namespace
assemblies:
- Tiny Life
references:
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
parent: TinyLife.Actions
name: ActionType
nameWithType: ActionType
fullName: TinyLife.Actions.ActionType
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate
parent: TinyLife.Actions
name: ActionType.CanExecuteDelegate
nameWithType: ActionType.CanExecuteDelegate
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType.TypeSettings
commentId: T:TinyLife.Actions.ActionType.TypeSettings
parent: TinyLife.Actions
name: ActionType.TypeSettings
nameWithType: ActionType.TypeSettings
fullName: TinyLife.Actions.ActionType.TypeSettings
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.TypeSettings
name: TypeSettings
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.TypeSettings
name: TypeSettings
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType.AiSettings
commentId: T:TinyLife.Actions.ActionType.AiSettings
parent: TinyLife.Actions
name: ActionType.AiSettings
nameWithType: ActionType.AiSettings
fullName: TinyLife.Actions.ActionType.AiSettings
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.AiSettings
name: AiSettings
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.AiSettings
name: AiSettings
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionVariety
commentId: T:TinyLife.Actions.ActionVariety
parent: TinyLife.Actions
name: ActionVariety
nameWithType: ActionVariety
fullName: TinyLife.Actions.ActionVariety
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction
commentId: T:TinyLife.Actions.BehaviorAction
parent: TinyLife.Actions
name: BehaviorAction
nameWithType: BehaviorAction
fullName: TinyLife.Actions.BehaviorAction
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.BehaviorAction`1
commentId: T:TinyLife.Actions.BehaviorAction`1
name: BehaviorAction<T>
nameWithType: BehaviorAction<T>
fullName: TinyLife.Actions.BehaviorAction<T>
nameWithType.vb: BehaviorAction(Of T)
fullName.vb: TinyLife.Actions.BehaviorAction(Of T)
name.vb: BehaviorAction(Of T)
spec.csharp:
- uid: TinyLife.Actions.BehaviorAction`1
name: BehaviorAction
- name: <
- name: T
- name: '>'
spec.vb:
- uid: TinyLife.Actions.BehaviorAction`1
name: BehaviorAction
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
2022-01-01 17:06:03 +01:00
- name: T
- name: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.CanExecuteResult
commentId: T:TinyLife.Actions.CanExecuteResult
parent: TinyLife.Actions
name: CanExecuteResult
nameWithType: CanExecuteResult
fullName: TinyLife.Actions.CanExecuteResult
- uid: TinyLife.Actions.CanExecuteResult.ResultType
commentId: T:TinyLife.Actions.CanExecuteResult.ResultType
2022-05-24 13:36:05 +02:00
parent: TinyLife.Actions
2023-03-30 18:07:55 +02:00
name: CanExecuteResult.ResultType
nameWithType: CanExecuteResult.ResultType
fullName: TinyLife.Actions.CanExecuteResult.ResultType
spec.csharp:
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: .
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType
spec.vb:
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
- name: .
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.DieAction
commentId: T:TinyLife.Actions.DieAction
name: DieAction
nameWithType: DieAction
fullName: TinyLife.Actions.DieAction
- uid: TinyLife.Actions.Emote
commentId: T:TinyLife.Actions.Emote
parent: TinyLife.Actions
name: Emote
nameWithType: Emote
fullName: TinyLife.Actions.Emote
- uid: TinyLife.Actions.EmoteCategory
commentId: T:TinyLife.Actions.EmoteCategory
parent: TinyLife.Actions
name: EmoteCategory
nameWithType: EmoteCategory
fullName: TinyLife.Actions.EmoteCategory
- uid: TinyLife.Actions.GoHereAction
commentId: T:TinyLife.Actions.GoHereAction
name: GoHereAction
nameWithType: GoHereAction
fullName: TinyLife.Actions.GoHereAction
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.MultiAction
commentId: T:TinyLife.Actions.MultiAction
parent: TinyLife.Actions
name: MultiAction
nameWithType: MultiAction
fullName: TinyLife.Actions.MultiAction
- uid: TinyLife.Actions.MultiAction.Stage
commentId: T:TinyLife.Actions.MultiAction.Stage
parent: TinyLife.Actions
name: MultiAction.Stage
nameWithType: MultiAction.Stage
fullName: TinyLife.Actions.MultiAction.Stage
spec.csharp:
- uid: TinyLife.Actions.MultiAction
name: MultiAction
- name: .
- uid: TinyLife.Actions.MultiAction.Stage
name: Stage
spec.vb:
- uid: TinyLife.Actions.MultiAction
name: MultiAction
- name: .
- uid: TinyLife.Actions.MultiAction.Stage
name: Stage
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.OrderFromStaffAction
commentId: T:TinyLife.Actions.OrderFromStaffAction
name: OrderFromStaffAction
nameWithType: OrderFromStaffAction
fullName: TinyLife.Actions.OrderFromStaffAction
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.OutOfTownAction
commentId: T:TinyLife.Actions.OutOfTownAction
2021-10-14 20:30:40 +02:00
parent: TinyLife.Actions
2021-08-04 06:51:12 +02:00
name: OutOfTownAction
nameWithType: OutOfTownAction
fullName: TinyLife.Actions.OutOfTownAction
- uid: TinyLife.Actions.PathfindAction
commentId: T:TinyLife.Actions.PathfindAction
parent: TinyLife.Actions
name: PathfindAction
nameWithType: PathfindAction
fullName: TinyLife.Actions.PathfindAction
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.PutAwayAction
commentId: T:TinyLife.Actions.PutAwayAction
name: PutAwayAction
nameWithType: PutAwayAction
fullName: TinyLife.Actions.PutAwayAction
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.SellAction
commentId: T:TinyLife.Actions.SellAction
name: SellAction
nameWithType: SellAction
fullName: TinyLife.Actions.SellAction
- uid: TinyLife.Actions.SitAction
commentId: T:TinyLife.Actions.SitAction
name: SitAction
nameWithType: SitAction
fullName: TinyLife.Actions.SitAction
- uid: TinyLife.Actions.SocialAction
commentId: T:TinyLife.Actions.SocialAction
parent: TinyLife.Actions
name: SocialAction
nameWithType: SocialAction
fullName: TinyLife.Actions.SocialAction
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.SocialAction.StartPartnerAction
commentId: T:TinyLife.Actions.SocialAction.StartPartnerAction
name: SocialAction.StartPartnerAction
nameWithType: SocialAction.StartPartnerAction
fullName: TinyLife.Actions.SocialAction.StartPartnerAction
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Actions.SocialAction
name: SocialAction
- name: .
- uid: TinyLife.Actions.SocialAction.StartPartnerAction
name: StartPartnerAction
spec.vb:
- uid: TinyLife.Actions.SocialAction
name: SocialAction
- name: .
- uid: TinyLife.Actions.SocialAction.StartPartnerAction
name: StartPartnerAction
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.StoreAction
commentId: T:TinyLife.Actions.StoreAction
name: StoreAction
nameWithType: StoreAction
fullName: TinyLife.Actions.StoreAction
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction
commentId: T:TinyLife.Actions.TalkAction
name: TalkAction
nameWithType: TalkAction
fullName: TinyLife.Actions.TalkAction
- uid: TinyLife.Actions.TalkAction.TalkSettings
commentId: T:TinyLife.Actions.TalkAction.TalkSettings
parent: TinyLife.Actions
name: TalkAction.TalkSettings
nameWithType: TalkAction.TalkSettings
fullName: TinyLife.Actions.TalkAction.TalkSettings
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Actions.TalkAction
name: TalkAction
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
spec.vb:
- uid: TinyLife.Actions.TalkAction
name: TalkAction
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
commentId: T:TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
parent: TinyLife.Actions
name: TalkAction.TalkSettings.EvaluationResult
nameWithType: TalkAction.TalkSettings.EvaluationResult
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Actions.TalkAction
name: TalkAction
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
name: EvaluationResult
spec.vb:
- uid: TinyLife.Actions.TalkAction
name: TalkAction
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
name: EvaluationResult
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.WalkAction
commentId: T:TinyLife.Actions.WalkAction
name: WalkAction
nameWithType: WalkAction
fullName: TinyLife.Actions.WalkAction
- uid: TinyLife.Actions.WatchTvAction
commentId: T:TinyLife.Actions.WatchTvAction
name: WatchTvAction
nameWithType: WatchTvAction
fullName: TinyLife.Actions.WatchTvAction
- uid: TinyLife.Actions.WatchTvAction.Channel
commentId: T:TinyLife.Actions.WatchTvAction.Channel
parent: TinyLife.Actions
name: WatchTvAction.Channel
nameWithType: WatchTvAction.Channel
fullName: TinyLife.Actions.WatchTvAction.Channel
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Actions.WatchTvAction
name: WatchTvAction
- name: .
- uid: TinyLife.Actions.WatchTvAction.Channel
name: Channel
spec.vb:
- uid: TinyLife.Actions.WatchTvAction
name: WatchTvAction
- name: .
- uid: TinyLife.Actions.WatchTvAction.Channel
name: Channel
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.WorkAction
commentId: T:TinyLife.Actions.WorkAction
parent: TinyLife.Actions
name: WorkAction
nameWithType: WorkAction
fullName: TinyLife.Actions.WorkAction
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions