mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 12:29:09 +01:00
4696 lines
158 KiB
YAML
4696 lines
158 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Actions.SocialAction
|
|
commentId: T:TinyLife.Actions.SocialAction
|
|
id: SocialAction
|
|
parent: TinyLife.Actions
|
|
children:
|
|
- TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
|
- TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
|
- TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
|
|
- TinyLife.Actions.SocialAction.ConversationTime
|
|
- TinyLife.Actions.SocialAction.GetDisplayName
|
|
- TinyLife.Actions.SocialAction.GetInProgressTime
|
|
- TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner
|
|
- TinyLife.Actions.SocialAction.Id
|
|
- TinyLife.Actions.SocialAction.Initialize
|
|
- TinyLife.Actions.SocialAction.InitializeConversation
|
|
- TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
|
- TinyLife.Actions.SocialAction.IsCompleted
|
|
- TinyLife.Actions.SocialAction.IsConversationCompleted
|
|
- TinyLife.Actions.SocialAction.IsMain
|
|
- TinyLife.Actions.SocialAction.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
|
- TinyLife.Actions.SocialAction.Partner
|
|
- TinyLife.Actions.SocialAction.PartnerAction
|
|
- TinyLife.Actions.SocialAction.PartnerCompletion
|
|
- TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
|
- TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
- TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
- TinyLife.Actions.SocialAction.Validate(TinyLife.Objects.Person)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SocialAction
|
|
nameWithType: SocialAction
|
|
fullName: TinyLife.Actions.SocialAction
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: SocialAction
|
|
path: Actions/SocialAction.cs
|
|
startLine: 13
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nA social action is an action that involves two <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> instances.\nBefore a social action "actually" starts, both parties have to have the action as their current action.\nFor this to happen, the person that initiates the action follows the <xref href=\"TinyLife.Actions.SocialAction.Partner\" data-throw-if-not-resolved=\"false\"></xref> until they reach them (or give up).\n"
|
|
example: []
|
|
syntax:
|
|
content: 'public abstract class SocialAction : Action, IGenericDataHolder'
|
|
content.vb: >-
|
|
Public MustInherit Class SocialAction
|
|
Inherits Action
|
|
Implements IGenericDataHolder
|
|
inheritance:
|
|
- System.Object
|
|
- MLEM.Misc.GenericDataHolder
|
|
- TinyLife.Actions.Action
|
|
derivedClasses:
|
|
- TinyLife.Actions.TalkAction
|
|
implements:
|
|
- MLEM.Misc.IGenericDataHolder
|
|
inheritedMembers:
|
|
- TinyLife.Actions.Action.Random
|
|
- TinyLife.Actions.Action.Type
|
|
- TinyLife.Actions.Action.Info
|
|
- TinyLife.Actions.Action.StartedAutomatically
|
|
- TinyLife.Actions.Action.IsUnderlying
|
|
- TinyLife.Actions.Action.Map
|
|
- TinyLife.Actions.Action.Person
|
|
- TinyLife.Actions.Action.ElapsedTime
|
|
- TinyLife.Actions.Action.PlayerPromptOpen
|
|
- TinyLife.Actions.Action.ForceFail
|
|
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
|
|
- TinyLife.Actions.Action.GetIconObject
|
|
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
|
- TinyLife.Actions.Action.TryForceFail(TinyLife.Actions.ActionType.CanExecuteResult)
|
|
- TinyLife.Actions.Action.IsFullyInProgress
|
|
- TinyLife.Actions.Action.ApplyVariety(TinyLife.Actions.ActionVariety)
|
|
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
|
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Actions.Action.CompletionType)
|
|
- TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
|
- TinyLife.Actions.Action.GetPlaceDirection(TinyLife.Objects.FurnitureType)
|
|
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
|
|
- TinyLife.Actions.Action.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
|
- TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[])
|
|
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
|
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule)
|
|
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
|
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
|
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean)
|
|
- TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
|
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
|
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
|
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
|
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
|
- MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
- System.Object.Equals(System.Object)
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetHashCode
|
|
- System.Object.GetType
|
|
- System.Object.MemberwiseClone
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
- System.Object.ToString
|
|
extensionMethods:
|
|
- TinyLife.Actions.SocialAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
|
|
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
|
|
modifiers.csharp:
|
|
- public
|
|
- abstract
|
|
- class
|
|
modifiers.vb:
|
|
- Public
|
|
- MustInherit
|
|
- Class
|
|
- uid: TinyLife.Actions.SocialAction.IsMain
|
|
commentId: P:TinyLife.Actions.SocialAction.IsMain
|
|
id: IsMain
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsMain
|
|
nameWithType: SocialAction.IsMain
|
|
fullName: TinyLife.Actions.SocialAction.IsMain
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: IsMain
|
|
path: Actions/SocialAction.cs
|
|
startLine: 19
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nWhether or not this is the action that started the social interaction\nThe <xref href=\"TinyLife.Actions.SocialAction.PartnerAction\" data-throw-if-not-resolved=\"false\"></xref> will always have the inverse value of this value.\n"
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool IsMain { get; protected set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public Property IsMain As Boolean
|
|
overload: TinyLife.Actions.SocialAction.IsMain*
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
- protected set
|
|
modifiers.vb:
|
|
- Public
|
|
- Get
|
|
- Protected Set
|
|
- uid: TinyLife.Actions.SocialAction.Partner
|
|
commentId: P:TinyLife.Actions.SocialAction.Partner
|
|
id: Partner
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Partner
|
|
nameWithType: SocialAction.Partner
|
|
fullName: TinyLife.Actions.SocialAction.Partner
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: Partner
|
|
path: Actions/SocialAction.cs
|
|
startLine: 24
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nThe <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> that we're interacting with\n"
|
|
example: []
|
|
syntax:
|
|
content: public Person Partner { get; }
|
|
parameters: []
|
|
return:
|
|
type: TinyLife.Objects.Person
|
|
content.vb: Public ReadOnly Property Partner As Person
|
|
overload: TinyLife.Actions.SocialAction.Partner*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- uid: TinyLife.Actions.SocialAction.PartnerAction
|
|
commentId: P:TinyLife.Actions.SocialAction.PartnerAction
|
|
id: PartnerAction
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PartnerAction
|
|
nameWithType: SocialAction.PartnerAction
|
|
fullName: TinyLife.Actions.SocialAction.PartnerAction
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: PartnerAction
|
|
path: Actions/SocialAction.cs
|
|
startLine: 28
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nThe <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref> that the <xref href=\"TinyLife.Actions.SocialAction.Partner\" data-throw-if-not-resolved=\"false\"></xref> of this action instantiated as part of the interaction\n"
|
|
example: []
|
|
syntax:
|
|
content: public SocialAction PartnerAction { get; }
|
|
parameters: []
|
|
return:
|
|
type: TinyLife.Actions.SocialAction
|
|
content.vb: Public ReadOnly Property PartnerAction As SocialAction
|
|
overload: TinyLife.Actions.SocialAction.PartnerAction*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- uid: TinyLife.Actions.SocialAction.ConversationTime
|
|
commentId: P:TinyLife.Actions.SocialAction.ConversationTime
|
|
id: ConversationTime
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ConversationTime
|
|
nameWithType: SocialAction.ConversationTime
|
|
fullName: TinyLife.Actions.SocialAction.ConversationTime
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: ConversationTime
|
|
path: Actions/SocialAction.cs
|
|
startLine: 33
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nThe amount of time that the actual conversation has been going on for.\nThis is the total amount of time (<xref href=\"TinyLife.Actions.Action.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref>) minus the amount of time it took for the <xref href=\"TinyLife.Actions.SocialAction.IsMain\" data-throw-if-not-resolved=\"false\"></xref> <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> to reach the <xref href=\"TinyLife.Actions.SocialAction.Partner\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public TimeSpan ConversationTime { get; protected set; }
|
|
parameters: []
|
|
return:
|
|
type: System.TimeSpan
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public Property ConversationTime As TimeSpan
|
|
overload: TinyLife.Actions.SocialAction.ConversationTime*
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
- protected set
|
|
modifiers.vb:
|
|
- Public
|
|
- Get
|
|
- Protected Set
|
|
- uid: TinyLife.Actions.SocialAction.Id
|
|
commentId: P:TinyLife.Actions.SocialAction.Id
|
|
id: Id
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Id
|
|
nameWithType: SocialAction.Id
|
|
fullName: TinyLife.Actions.SocialAction.Id
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: Id
|
|
path: Actions/SocialAction.cs
|
|
startLine: 39
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nThe internal id of this action\n"
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
protected Guid Id { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.Guid
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Protected ReadOnly Property Id As Guid
|
|
overload: TinyLife.Actions.SocialAction.Id*
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
modifiers.csharp:
|
|
- protected
|
|
- get
|
|
modifiers.vb:
|
|
- Protected
|
|
- ReadOnly
|
|
- uid: TinyLife.Actions.SocialAction.PartnerCompletion
|
|
commentId: F:TinyLife.Actions.SocialAction.PartnerCompletion
|
|
id: PartnerCompletion
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PartnerCompletion
|
|
nameWithType: SocialAction.PartnerCompletion
|
|
fullName: TinyLife.Actions.SocialAction.PartnerCompletion
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: PartnerCompletion
|
|
path: Actions/SocialAction.cs
|
|
startLine: 45
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nThe current completion type of the <xref href=\"TinyLife.Actions.SocialAction.Partner\" data-throw-if-not-resolved=\"false\"></xref>'s action.\nIf this is not set, the partner completion is irrelevant for this action's completion behavior.\n"
|
|
example: []
|
|
syntax:
|
|
content: protected Action.CompletionType? PartnerCompletion
|
|
return:
|
|
type: System.Nullable{TinyLife.Actions.Action.CompletionType}
|
|
content.vb: Protected PartnerCompletion As Action.CompletionType?
|
|
modifiers.csharp:
|
|
- protected
|
|
modifiers.vb:
|
|
- Protected
|
|
- uid: TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
|
commentId: M:TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
|
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SocialAction(ActionType, ActionInfo)
|
|
nameWithType: SocialAction.SocialAction(ActionType, ActionInfo)
|
|
fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: .ctor
|
|
path: Actions/SocialAction.cs
|
|
startLine: 52
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nCreates a new action from the given <xref href=\"TinyLife.Actions.ActionType\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
|
example: []
|
|
syntax:
|
|
content: public SocialAction(ActionType type, ActionInfo info)
|
|
parameters:
|
|
- id: type
|
|
type: TinyLife.Actions.ActionType
|
|
description: The type to create this action from
|
|
- id: info
|
|
type: TinyLife.Actions.ActionInfo
|
|
description: The information for this action
|
|
content.vb: Public Sub New(type As ActionType, info As ActionInfo)
|
|
overload: TinyLife.Actions.SocialAction.#ctor*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
- uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateConversation(GameTime, TimeSpan, GameSpeed)
|
|
nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, GameSpeed)
|
|
fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: UpdateConversation
|
|
path: Actions/SocialAction.cs
|
|
startLine: 63
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nSocialAction version of <xref href=\"TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame during an active conversation for both conversation partners.\nBy default, this method only increases <xref href=\"TinyLife.Actions.SocialAction.ConversationTime\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
|
example: []
|
|
syntax:
|
|
content: protected virtual void UpdateConversation(GameTime time, TimeSpan passedInGame, GameSpeed speed)
|
|
parameters:
|
|
- id: time
|
|
type: Microsoft.Xna.Framework.GameTime
|
|
description: The game's time
|
|
- id: passedInGame
|
|
type: System.TimeSpan
|
|
description: The amount of time passed in game time
|
|
- id: speed
|
|
type: TinyLife.GameSpeed
|
|
description: The current game speed
|
|
content.vb: Protected Overridable Sub UpdateConversation(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
|
|
overload: TinyLife.Actions.SocialAction.UpdateConversation*
|
|
modifiers.csharp:
|
|
- protected
|
|
- virtual
|
|
modifiers.vb:
|
|
- Protected
|
|
- Overridable
|
|
- uid: TinyLife.Actions.SocialAction.IsConversationCompleted
|
|
commentId: M:TinyLife.Actions.SocialAction.IsConversationCompleted
|
|
id: IsConversationCompleted
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsConversationCompleted()
|
|
nameWithType: SocialAction.IsConversationCompleted()
|
|
fullName: TinyLife.Actions.SocialAction.IsConversationCompleted()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: IsConversationCompleted
|
|
path: Actions/SocialAction.cs
|
|
startLine: 73
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nSocialAction version of <xref href=\"TinyLife.Actions.SocialAction.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method returns whether or not the conversation should be marked as completed.\nNote that this method is only called for the <xref href=\"TinyLife.Actions.SocialAction.IsMain\" data-throw-if-not-resolved=\"false\"></xref> part of the conversation.\n"
|
|
example: []
|
|
syntax:
|
|
content: protected virtual Action.CompletionType IsConversationCompleted()
|
|
return:
|
|
type: TinyLife.Actions.Action.CompletionType
|
|
description: Whether or not this conversation is completed
|
|
content.vb: Protected Overridable Function IsConversationCompleted As Action.CompletionType
|
|
overload: TinyLife.Actions.SocialAction.IsConversationCompleted*
|
|
modifiers.csharp:
|
|
- protected
|
|
- virtual
|
|
modifiers.vb:
|
|
- Protected
|
|
- Overridable
|
|
- uid: TinyLife.Actions.SocialAction.InitializeConversation
|
|
commentId: M:TinyLife.Actions.SocialAction.InitializeConversation
|
|
id: InitializeConversation
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InitializeConversation()
|
|
nameWithType: SocialAction.InitializeConversation()
|
|
fullName: TinyLife.Actions.SocialAction.InitializeConversation()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: InitializeConversation
|
|
path: Actions/SocialAction.cs
|
|
startLine: 82
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nSocialAction version of <xref href=\"TinyLife.Actions.SocialAction.Initialize\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called when the conversation part of this action first starts.\nBy default, this method does nothing.\n"
|
|
example: []
|
|
syntax:
|
|
content: protected virtual void InitializeConversation()
|
|
content.vb: Protected Overridable Sub InitializeConversation
|
|
overload: TinyLife.Actions.SocialAction.InitializeConversation*
|
|
modifiers.csharp:
|
|
- protected
|
|
- virtual
|
|
modifiers.vb:
|
|
- Protected
|
|
- Overridable
|
|
- uid: TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner
|
|
commentId: M:TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner
|
|
id: GetTimeWeWaitForPartner
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetTimeWeWaitForPartner()
|
|
nameWithType: SocialAction.GetTimeWeWaitForPartner()
|
|
fullName: TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: GetTimeWeWaitForPartner
|
|
path: Actions/SocialAction.cs
|
|
startLine: 90
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nReturns the amount of time that the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> should wait for their <xref href=\"TinyLife.Actions.SocialAction.Partner\" data-throw-if-not-resolved=\"false\"></xref> for before the interaction is canceled.\nBy default, this method returns 30 minutes if the <xref href=\"TinyLife.Actions.SocialAction.Partner\" data-throw-if-not-resolved=\"false\"></xref> <xref href=\"TinyLife.Objects.Person.IsCloseForTalking(Microsoft.Xna.Framework.Vector2)\" data-throw-if-not-resolved=\"false\"></xref>, and 15 minutes otherwise.\n"
|
|
example: []
|
|
syntax:
|
|
content: protected virtual TimeSpan GetTimeWeWaitForPartner()
|
|
return:
|
|
type: System.TimeSpan
|
|
description: The amount of in-game time that this person should wait for their partner
|
|
content.vb: Protected Overridable Function GetTimeWeWaitForPartner As TimeSpan
|
|
overload: TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner*
|
|
modifiers.csharp:
|
|
- protected
|
|
- virtual
|
|
modifiers.vb:
|
|
- Protected
|
|
- Overridable
|
|
- uid: TinyLife.Actions.SocialAction.Initialize
|
|
commentId: M:TinyLife.Actions.SocialAction.Initialize
|
|
id: Initialize
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Initialize()
|
|
nameWithType: SocialAction.Initialize()
|
|
fullName: TinyLife.Actions.SocialAction.Initialize()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: Initialize
|
|
path: Actions/SocialAction.cs
|
|
startLine: 97
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nThis method is called when the action is first started by a <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that it is not called when the action gets added to the <xref href=\"TinyLife.Objects.Person.ActionQueue\" data-throw-if-not-resolved=\"false\"></xref>, but when it is moved to <xref href=\"TinyLife.Objects.Person.CurrentActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override void Initialize()
|
|
content.vb: Public Overrides Sub Initialize
|
|
overridden: TinyLife.Actions.Action.Initialize
|
|
overload: TinyLife.Actions.SocialAction.Initialize*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Actions.SocialAction.Validate(TinyLife.Objects.Person)
|
|
commentId: M:TinyLife.Actions.SocialAction.Validate(TinyLife.Objects.Person)
|
|
id: Validate(TinyLife.Objects.Person)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Validate(Person)
|
|
nameWithType: SocialAction.Validate(Person)
|
|
fullName: TinyLife.Actions.SocialAction.Validate(TinyLife.Objects.Person)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: Validate
|
|
path: Actions/SocialAction.cs
|
|
startLine: 106
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nValidates this action's data.\nThis is called when a map is loaded from disk.\nWhen returning false on this method, the action is removed from the <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override bool Validate(Person person)
|
|
parameters:
|
|
- id: person
|
|
type: TinyLife.Objects.Person
|
|
description: The person that this action belongs to
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether or not the action is still valid (or if it has invalid data)
|
|
content.vb: Public Overrides Function Validate(person As Person) As Boolean
|
|
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
|
overload: TinyLife.Actions.SocialAction.Validate*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Update(GameTime, TimeSpan, GameSpeed)
|
|
nameWithType: SocialAction.Update(GameTime, TimeSpan, GameSpeed)
|
|
fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: Update
|
|
path: Actions/SocialAction.cs
|
|
startLine: 112
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Action.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
|
|
parameters:
|
|
- id: time
|
|
type: Microsoft.Xna.Framework.GameTime
|
|
description: The current game time
|
|
- id: passedInGame
|
|
type: System.TimeSpan
|
|
description: The amount of time that has passed, in game time
|
|
- id: speed
|
|
type: TinyLife.GameSpeed
|
|
description: The game's current speed setting
|
|
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
|
|
overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
overload: TinyLife.Actions.SocialAction.Update*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Actions.SocialAction.IsCompleted
|
|
commentId: M:TinyLife.Actions.SocialAction.IsCompleted
|
|
id: IsCompleted
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsCompleted()
|
|
nameWithType: SocialAction.IsCompleted()
|
|
fullName: TinyLife.Actions.SocialAction.IsCompleted()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: IsCompleted
|
|
path: Actions/SocialAction.cs
|
|
startLine: 173
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nThis method is called every update frame by a <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> if this action is currently active to check if it should be stopped.\nIf this returns a result other than <xref href=\"TinyLife.Actions.Action.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> will be called and the action is stopped.\nBy default, only <xref href=\"TinyLife.Actions.Action.ForceFail\" data-throw-if-not-resolved=\"false\"></xref> modifies the completion type, otherwise <xref href=\"TinyLife.Actions.Action.CompletionType.Active\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
|
|
example: []
|
|
syntax:
|
|
content: public sealed override Action.CompletionType IsCompleted()
|
|
return:
|
|
type: TinyLife.Actions.Action.CompletionType
|
|
description: The current completion type of this action
|
|
content.vb: Public NotOverridable Overrides Function IsCompleted As Action.CompletionType
|
|
overridden: TinyLife.Actions.Action.IsCompleted
|
|
overload: TinyLife.Actions.SocialAction.IsCompleted*
|
|
modifiers.csharp:
|
|
- public
|
|
- sealed
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- NotOverridable
|
|
- uid: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
|
commentId: M:TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
|
id: CanCancel(TinyLife.Actions.Action)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CanCancel(Action)
|
|
nameWithType: SocialAction.CanCancel(Action)
|
|
fullName: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: CanCancel
|
|
path: Actions/SocialAction.cs
|
|
startLine: 200
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nReturns whether or not this action can be canceled by the given outside source.\nNote that the outside source can be null, and if it is, it means that the player canceled the action manually.\nBy default, actions can only be canceled if the <code data-dev-comment-type=\"paramref\" class=\"paramref\">cancelSource</code> is null.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override bool CanCancel(Action cancelSource)
|
|
parameters:
|
|
- id: cancelSource
|
|
type: TinyLife.Actions.Action
|
|
description: The source of the cancelation, or null if the player canceled it
|
|
return:
|
|
type: System.Boolean
|
|
description: true if the action can be canceled
|
|
content.vb: Public Overrides Function CanCancel(cancelSource As Action) As Boolean
|
|
overridden: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
|
overload: TinyLife.Actions.SocialAction.CanCancel*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Actions.SocialAction.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
|
commentId: M:TinyLife.Actions.SocialAction.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
|
id: OnCompleted(TinyLife.Actions.Action.CompletionType)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OnCompleted(Action.CompletionType)
|
|
nameWithType: SocialAction.OnCompleted(Action.CompletionType)
|
|
fullName: TinyLife.Actions.SocialAction.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: OnCompleted
|
|
path: Actions/SocialAction.cs
|
|
startLine: 207
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nThis method is called when this action <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, or if it is canceled from an outside source.\nNote that, if this method is called as a result of <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, the <xref href=\"TinyLife.Actions.Action.CompletionType\" data-throw-if-not-resolved=\"false\"></xref> passed will be the same.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override void OnCompleted(Action.CompletionType type)
|
|
parameters:
|
|
- id: type
|
|
type: TinyLife.Actions.Action.CompletionType
|
|
description: The type that this action completed with
|
|
content.vb: Public Overrides Sub OnCompleted(type As Action.CompletionType)
|
|
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
|
overload: TinyLife.Actions.SocialAction.OnCompleted*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
|
|
commentId: M:TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
|
|
id: CanMultitask(TinyLife.Actions.Action)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CanMultitask(Action)
|
|
nameWithType: SocialAction.CanMultitask(Action)
|
|
fullName: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: CanMultitask
|
|
path: Actions/SocialAction.cs
|
|
startLine: 215
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nReturn true on this method if this action can be multi-tasked along with the passed <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref>.\nTo actually check this property, <xref href=\"TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action%2cTinyLife.Actions.Action)\" data-throw-if-not-resolved=\"false\"></xref> should be used as it compares both objects.\nA multi-tasking is an action that is currently active along with another action.\nBy default, multi-tasking is disallowed for any action.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override bool CanMultitask(Action other)
|
|
parameters:
|
|
- id: other
|
|
type: TinyLife.Actions.Action
|
|
description: The action to multi-task with
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether this action can be multi-tasked
|
|
content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean
|
|
overridden: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
|
overload: TinyLife.Actions.SocialAction.CanMultitask*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Actions.SocialAction.GetDisplayName
|
|
commentId: M:TinyLife.Actions.SocialAction.GetDisplayName
|
|
id: GetDisplayName
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetDisplayName()
|
|
nameWithType: SocialAction.GetDisplayName()
|
|
fullName: TinyLife.Actions.SocialAction.GetDisplayName()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: GetDisplayName
|
|
path: Actions/SocialAction.cs
|
|
startLine: 226
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nReturns a localized string that explains this action in short.\nBy default, this method returns <xref href=\"TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override string GetDisplayName()
|
|
return:
|
|
type: System.String
|
|
description: This action's display name
|
|
content.vb: Public Overrides Function GetDisplayName As String
|
|
overridden: TinyLife.Actions.Action.GetDisplayName
|
|
overload: TinyLife.Actions.SocialAction.GetDisplayName*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Actions.SocialAction.GetInProgressTime
|
|
commentId: M:TinyLife.Actions.SocialAction.GetInProgressTime
|
|
id: GetInProgressTime
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetInProgressTime()
|
|
nameWithType: SocialAction.GetInProgressTime()
|
|
fullName: TinyLife.Actions.SocialAction.GetInProgressTime()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: GetInProgressTime
|
|
path: Actions/SocialAction.cs
|
|
startLine: 233
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nReturns the amount of time that this action has "properly" been in progress for.\nThis is used by <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref> and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, <xref href=\"TinyLife.Actions.Action.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override TimeSpan GetInProgressTime()
|
|
return:
|
|
type: System.TimeSpan
|
|
description: The amount of time that this action has properly been in progress for
|
|
content.vb: Public Overrides Function GetInProgressTime As TimeSpan
|
|
overridden: TinyLife.Actions.Action.GetInProgressTime
|
|
overload: TinyLife.Actions.SocialAction.GetInProgressTime*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
|
commentId: M:TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
|
id: SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32)
|
|
nameWithType: SocialAction.SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32)
|
|
fullName: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable<TinyLife.Actions.EmoteCategory>, System.Nullable<TinyLife.Objects.SpeakStyle>, System.Int32)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: SpeakInConversation
|
|
path: Actions/SocialAction.cs
|
|
startLine: 248
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nHelper method to display emotes over each conversation partner in a back and forth fashion to make it seem like they are conversing\n"
|
|
example: []
|
|
syntax:
|
|
content: protected bool SpeakInConversation(GameTime time, GameSpeed speed, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = null, SpeakStyle? partnerSpeakStyles = null, int totalAmount = 2147483647)
|
|
parameters:
|
|
- id: time
|
|
type: Microsoft.Xna.Framework.GameTime
|
|
description: The current game time
|
|
- id: speed
|
|
type: TinyLife.GameSpeed
|
|
description: The game's current speed
|
|
- id: emoteCategories
|
|
type: TinyLife.Actions.EmoteCategory
|
|
description: A combined flag representing the categories that emotes can be picked from
|
|
- id: speakStyles
|
|
type: TinyLife.Objects.SpeakStyle
|
|
description: The speak styles to use for speech sounds, can be a combined flag
|
|
- id: partnerEmoteCategories
|
|
type: System.Nullable{TinyLife.Actions.EmoteCategory}
|
|
description: The emote categories for the interaction partner to use, or null to use <code data-dev-comment-type="paramref" class="paramref">emoteCategories</code>
|
|
- id: partnerSpeakStyles
|
|
type: System.Nullable{TinyLife.Objects.SpeakStyle}
|
|
description: The speak styles for the interaction partner to use, or null to use <code data-dev-comment-type="paramref" class="paramref">speakStyles</code>
|
|
- id: totalAmount
|
|
type: System.Int32
|
|
description: The total amount of emotes that should be shown (not per person, but in total)
|
|
return:
|
|
type: System.Boolean
|
|
description: If <code data-dev-comment-type="paramref" class="paramref">totalAmount</code> is set, true is returned if the emote back-and-forth is completed
|
|
content.vb: Protected Function SpeakInConversation(time As GameTime, speed As GameSpeed, emoteCategories As EmoteCategory, speakStyles As SpeakStyle, partnerEmoteCategories As EmoteCategory? = Nothing, partnerSpeakStyles As SpeakStyle? = Nothing, totalAmount As Integer = 2147483647) As Boolean
|
|
overload: TinyLife.Actions.SocialAction.SpeakInConversation*
|
|
nameWithType.vb: SocialAction.SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
|
|
modifiers.csharp:
|
|
- protected
|
|
modifiers.vb:
|
|
- Protected
|
|
fullName.vb: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32)
|
|
name.vb: SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
|
|
- uid: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
|
commentId: M:TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
|
id: InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InvokeForBoth(Action<Person, Person>)
|
|
nameWithType: SocialAction.InvokeForBoth(Action<Person, Person>)
|
|
fullName: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action<TinyLife.Objects.Person, TinyLife.Objects.Person>)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/SocialAction.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
|
id: InvokeForBoth
|
|
path: Actions/SocialAction.cs
|
|
startLine: 263
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nInvokes the given action for both the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> and the <xref href=\"TinyLife.Actions.SocialAction.Partner\" data-throw-if-not-resolved=\"false\"></xref>, passing both of them in the following way:\n<pre><code>action(Person, Partner);\naction(Partner, Person);</code></pre>\n"
|
|
example: []
|
|
syntax:
|
|
content: public void InvokeForBoth(Action<Person, Person> action)
|
|
parameters:
|
|
- id: action
|
|
type: System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}
|
|
description: The action to invoke for both people of this conversation
|
|
content.vb: Public Sub InvokeForBoth(action As Action(Of Person, Person))
|
|
overload: TinyLife.Actions.SocialAction.InvokeForBoth*
|
|
nameWithType.vb: SocialAction.InvokeForBoth(Action(Of Person, Person))
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
fullName.vb: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action(Of TinyLife.Objects.Person, TinyLife.Objects.Person))
|
|
name.vb: InvokeForBoth(Action(Of Person, Person))
|
|
references:
|
|
- uid: TinyLife.Objects.Person
|
|
commentId: T:TinyLife.Objects.Person
|
|
parent: TinyLife.Objects
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- uid: TinyLife.Actions.SocialAction.Partner
|
|
commentId: P:TinyLife.Actions.SocialAction.Partner
|
|
parent: TinyLife.Actions.SocialAction
|
|
name: Partner
|
|
nameWithType: SocialAction.Partner
|
|
fullName: TinyLife.Actions.SocialAction.Partner
|
|
- uid: TinyLife.Actions
|
|
commentId: N:TinyLife.Actions
|
|
name: TinyLife.Actions
|
|
nameWithType: TinyLife.Actions
|
|
fullName: TinyLife.Actions
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
- uid: MLEM.Misc.GenericDataHolder
|
|
commentId: T:MLEM.Misc.GenericDataHolder
|
|
parent: MLEM.Misc
|
|
isExternal: true
|
|
name: GenericDataHolder
|
|
nameWithType: GenericDataHolder
|
|
fullName: MLEM.Misc.GenericDataHolder
|
|
- uid: TinyLife.Actions.Action
|
|
commentId: T:TinyLife.Actions.Action
|
|
parent: TinyLife.Actions
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- uid: MLEM.Misc.IGenericDataHolder
|
|
commentId: T:MLEM.Misc.IGenericDataHolder
|
|
parent: MLEM.Misc
|
|
isExternal: true
|
|
name: IGenericDataHolder
|
|
nameWithType: IGenericDataHolder
|
|
fullName: MLEM.Misc.IGenericDataHolder
|
|
- uid: TinyLife.Actions.Action.Random
|
|
commentId: F:TinyLife.Actions.Action.Random
|
|
parent: TinyLife.Actions.Action
|
|
name: Random
|
|
nameWithType: Action.Random
|
|
fullName: TinyLife.Actions.Action.Random
|
|
- uid: TinyLife.Actions.Action.Type
|
|
commentId: F:TinyLife.Actions.Action.Type
|
|
parent: TinyLife.Actions.Action
|
|
name: Type
|
|
nameWithType: Action.Type
|
|
fullName: TinyLife.Actions.Action.Type
|
|
- uid: TinyLife.Actions.Action.Info
|
|
commentId: F:TinyLife.Actions.Action.Info
|
|
parent: TinyLife.Actions.Action
|
|
name: Info
|
|
nameWithType: Action.Info
|
|
fullName: TinyLife.Actions.Action.Info
|
|
- uid: TinyLife.Actions.Action.StartedAutomatically
|
|
commentId: P:TinyLife.Actions.Action.StartedAutomatically
|
|
parent: TinyLife.Actions.Action
|
|
name: StartedAutomatically
|
|
nameWithType: Action.StartedAutomatically
|
|
fullName: TinyLife.Actions.Action.StartedAutomatically
|
|
- uid: TinyLife.Actions.Action.IsUnderlying
|
|
commentId: P:TinyLife.Actions.Action.IsUnderlying
|
|
parent: TinyLife.Actions.Action
|
|
name: IsUnderlying
|
|
nameWithType: Action.IsUnderlying
|
|
fullName: TinyLife.Actions.Action.IsUnderlying
|
|
- uid: TinyLife.Actions.Action.Map
|
|
commentId: P:TinyLife.Actions.Action.Map
|
|
parent: TinyLife.Actions.Action
|
|
name: Map
|
|
nameWithType: Action.Map
|
|
fullName: TinyLife.Actions.Action.Map
|
|
- uid: TinyLife.Actions.Action.Person
|
|
commentId: P:TinyLife.Actions.Action.Person
|
|
parent: TinyLife.Actions.Action
|
|
name: Person
|
|
nameWithType: Action.Person
|
|
fullName: TinyLife.Actions.Action.Person
|
|
- uid: TinyLife.Actions.Action.ElapsedTime
|
|
commentId: P:TinyLife.Actions.Action.ElapsedTime
|
|
parent: TinyLife.Actions.Action
|
|
name: ElapsedTime
|
|
nameWithType: Action.ElapsedTime
|
|
fullName: TinyLife.Actions.Action.ElapsedTime
|
|
- uid: TinyLife.Actions.Action.PlayerPromptOpen
|
|
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
|
|
parent: TinyLife.Actions.Action
|
|
name: PlayerPromptOpen
|
|
nameWithType: Action.PlayerPromptOpen
|
|
fullName: TinyLife.Actions.Action.PlayerPromptOpen
|
|
- uid: TinyLife.Actions.Action.ForceFail
|
|
commentId: F:TinyLife.Actions.Action.ForceFail
|
|
parent: TinyLife.Actions.Action
|
|
name: ForceFail
|
|
nameWithType: Action.ForceFail
|
|
fullName: TinyLife.Actions.Action.ForceFail
|
|
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
|
|
commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
|
|
parent: TinyLife.Actions.Action
|
|
name: GetNextAction(Action.CompletionType)
|
|
nameWithType: Action.GetNextAction(Action.CompletionType)
|
|
fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
|
|
name: GetNextAction
|
|
nameWithType: Action.GetNextAction
|
|
fullName: TinyLife.Actions.Action.GetNextAction
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action.CompletionType
|
|
name: Action.CompletionType
|
|
nameWithType: Action.CompletionType
|
|
fullName: TinyLife.Actions.Action.CompletionType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
|
|
name: GetNextAction
|
|
nameWithType: Action.GetNextAction
|
|
fullName: TinyLife.Actions.Action.GetNextAction
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action.CompletionType
|
|
name: Action.CompletionType
|
|
nameWithType: Action.CompletionType
|
|
fullName: TinyLife.Actions.Action.CompletionType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.GetIconObject
|
|
commentId: M:TinyLife.Actions.Action.GetIconObject
|
|
parent: TinyLife.Actions.Action
|
|
name: GetIconObject()
|
|
nameWithType: Action.GetIconObject()
|
|
fullName: TinyLife.Actions.Action.GetIconObject()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetIconObject
|
|
name: GetIconObject
|
|
nameWithType: Action.GetIconObject
|
|
fullName: TinyLife.Actions.Action.GetIconObject
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetIconObject
|
|
name: GetIconObject
|
|
nameWithType: Action.GetIconObject
|
|
fullName: TinyLife.Actions.Action.GetIconObject
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
|
commentId: M:TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
|
parent: TinyLife.Actions.Action
|
|
name: CausesExtremelyFastSpeed()
|
|
nameWithType: Action.CausesExtremelyFastSpeed()
|
|
fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
|
name: CausesExtremelyFastSpeed
|
|
nameWithType: Action.CausesExtremelyFastSpeed
|
|
fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
|
name: CausesExtremelyFastSpeed
|
|
nameWithType: Action.CausesExtremelyFastSpeed
|
|
fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.TryForceFail(TinyLife.Actions.ActionType.CanExecuteResult)
|
|
commentId: M:TinyLife.Actions.Action.TryForceFail(TinyLife.Actions.ActionType.CanExecuteResult)
|
|
parent: TinyLife.Actions.Action
|
|
name: TryForceFail(ActionType.CanExecuteResult)
|
|
nameWithType: Action.TryForceFail(ActionType.CanExecuteResult)
|
|
fullName: TinyLife.Actions.Action.TryForceFail(TinyLife.Actions.ActionType.CanExecuteResult)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.TryForceFail(TinyLife.Actions.ActionType.CanExecuteResult)
|
|
name: TryForceFail
|
|
nameWithType: Action.TryForceFail
|
|
fullName: TinyLife.Actions.Action.TryForceFail
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.ActionType.CanExecuteResult
|
|
name: ActionType.CanExecuteResult
|
|
nameWithType: ActionType.CanExecuteResult
|
|
fullName: TinyLife.Actions.ActionType.CanExecuteResult
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.TryForceFail(TinyLife.Actions.ActionType.CanExecuteResult)
|
|
name: TryForceFail
|
|
nameWithType: Action.TryForceFail
|
|
fullName: TinyLife.Actions.Action.TryForceFail
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.ActionType.CanExecuteResult
|
|
name: ActionType.CanExecuteResult
|
|
nameWithType: ActionType.CanExecuteResult
|
|
fullName: TinyLife.Actions.ActionType.CanExecuteResult
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.IsFullyInProgress
|
|
commentId: M:TinyLife.Actions.Action.IsFullyInProgress
|
|
parent: TinyLife.Actions.Action
|
|
name: IsFullyInProgress()
|
|
nameWithType: Action.IsFullyInProgress()
|
|
fullName: TinyLife.Actions.Action.IsFullyInProgress()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.IsFullyInProgress
|
|
name: IsFullyInProgress
|
|
nameWithType: Action.IsFullyInProgress
|
|
fullName: TinyLife.Actions.Action.IsFullyInProgress
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.IsFullyInProgress
|
|
name: IsFullyInProgress
|
|
nameWithType: Action.IsFullyInProgress
|
|
fullName: TinyLife.Actions.Action.IsFullyInProgress
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.ApplyVariety(TinyLife.Actions.ActionVariety)
|
|
commentId: M:TinyLife.Actions.Action.ApplyVariety(TinyLife.Actions.ActionVariety)
|
|
parent: TinyLife.Actions.Action
|
|
name: ApplyVariety(ActionVariety)
|
|
nameWithType: Action.ApplyVariety(ActionVariety)
|
|
fullName: TinyLife.Actions.Action.ApplyVariety(TinyLife.Actions.ActionVariety)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.ApplyVariety(TinyLife.Actions.ActionVariety)
|
|
name: ApplyVariety
|
|
nameWithType: Action.ApplyVariety
|
|
fullName: TinyLife.Actions.Action.ApplyVariety
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.ActionVariety
|
|
name: ActionVariety
|
|
nameWithType: ActionVariety
|
|
fullName: TinyLife.Actions.ActionVariety
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.ApplyVariety(TinyLife.Actions.ActionVariety)
|
|
name: ApplyVariety
|
|
nameWithType: Action.ApplyVariety
|
|
fullName: TinyLife.Actions.Action.ApplyVariety
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.ActionVariety
|
|
name: ActionVariety
|
|
nameWithType: ActionVariety
|
|
fullName: TinyLife.Actions.ActionVariety
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
|
commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
|
parent: TinyLife.Actions.Action
|
|
name: CanEnqueueConversation(Person, ActionType)
|
|
nameWithType: Action.CanEnqueueConversation(Person, ActionType)
|
|
fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person, TinyLife.Actions.ActionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
|
name: CanEnqueueConversation
|
|
nameWithType: Action.CanEnqueueConversation
|
|
fullName: TinyLife.Actions.Action.CanEnqueueConversation
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
nameWithType: ActionType
|
|
fullName: TinyLife.Actions.ActionType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
|
name: CanEnqueueConversation
|
|
nameWithType: Action.CanEnqueueConversation
|
|
fullName: TinyLife.Actions.Action.CanEnqueueConversation
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
nameWithType: ActionType
|
|
fullName: TinyLife.Actions.ActionType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Actions.Action.CompletionType)
|
|
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Actions.Action.CompletionType)
|
|
parent: TinyLife.Actions.Action
|
|
name: CompleteIfNeedFull(NeedType, Action.CompletionType)
|
|
nameWithType: Action.CompleteIfNeedFull(NeedType, Action.CompletionType)
|
|
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Actions.Action.CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Actions.Action.CompletionType)
|
|
name: CompleteIfNeedFull
|
|
nameWithType: Action.CompleteIfNeedFull
|
|
fullName: TinyLife.Actions.Action.CompleteIfNeedFull
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
nameWithType: NeedType
|
|
fullName: TinyLife.NeedType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.Action.CompletionType
|
|
name: Action.CompletionType
|
|
nameWithType: Action.CompletionType
|
|
fullName: TinyLife.Actions.Action.CompletionType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Actions.Action.CompletionType)
|
|
name: CompleteIfNeedFull
|
|
nameWithType: Action.CompleteIfNeedFull
|
|
fullName: TinyLife.Actions.Action.CompleteIfNeedFull
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
nameWithType: NeedType
|
|
fullName: TinyLife.NeedType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.Action.CompletionType
|
|
name: Action.CompletionType
|
|
nameWithType: Action.CompletionType
|
|
fullName: TinyLife.Actions.Action.CompletionType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
|
commentId: M:TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
|
parent: TinyLife.Actions.Action
|
|
name: PutDownOrGoTo(ObjectCategory, FurnitureType[])
|
|
nameWithType: Action.PutDownOrGoTo(ObjectCategory, FurnitureType[])
|
|
fullName: TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[])
|
|
nameWithType.vb: Action.PutDownOrGoTo(ObjectCategory, FurnitureType())
|
|
fullName.vb: TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType())
|
|
name.vb: PutDownOrGoTo(ObjectCategory, FurnitureType())
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
|
name: PutDownOrGoTo
|
|
nameWithType: Action.PutDownOrGoTo
|
|
fullName: TinyLife.Actions.Action.PutDownOrGoTo
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
|
name: PutDownOrGoTo
|
|
nameWithType: Action.PutDownOrGoTo
|
|
fullName: TinyLife.Actions.Action.PutDownOrGoTo
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.GetPlaceDirection(TinyLife.Objects.FurnitureType)
|
|
commentId: M:TinyLife.Actions.Action.GetPlaceDirection(TinyLife.Objects.FurnitureType)
|
|
parent: TinyLife.Actions.Action
|
|
name: GetPlaceDirection(FurnitureType)
|
|
nameWithType: Action.GetPlaceDirection(FurnitureType)
|
|
fullName: TinyLife.Actions.Action.GetPlaceDirection(TinyLife.Objects.FurnitureType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetPlaceDirection(TinyLife.Objects.FurnitureType)
|
|
name: GetPlaceDirection
|
|
nameWithType: Action.GetPlaceDirection
|
|
fullName: TinyLife.Actions.Action.GetPlaceDirection
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetPlaceDirection(TinyLife.Objects.FurnitureType)
|
|
name: GetPlaceDirection
|
|
nameWithType: Action.GetPlaceDirection
|
|
fullName: TinyLife.Actions.Action.GetPlaceDirection
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
|
|
commentId: M:TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
|
|
parent: TinyLife.Actions.Action
|
|
name: Sit(Furniture, GameSpeed, ActionSpot)
|
|
nameWithType: Action.Sit(Furniture, GameSpeed, ActionSpot)
|
|
fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
|
|
name: Sit
|
|
nameWithType: Action.Sit
|
|
fullName: TinyLife.Actions.Action.Sit
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.GameSpeed
|
|
name: GameSpeed
|
|
nameWithType: GameSpeed
|
|
fullName: TinyLife.GameSpeed
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ActionSpot
|
|
name: ActionSpot
|
|
nameWithType: ActionSpot
|
|
fullName: TinyLife.Objects.ActionSpot
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
|
|
name: Sit
|
|
nameWithType: Action.Sit
|
|
fullName: TinyLife.Actions.Action.Sit
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.GameSpeed
|
|
name: GameSpeed
|
|
nameWithType: GameSpeed
|
|
fullName: TinyLife.GameSpeed
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ActionSpot
|
|
name: ActionSpot
|
|
nameWithType: ActionSpot
|
|
fullName: TinyLife.Objects.ActionSpot
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
|
commentId: M:TinyLife.Actions.Action.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
name: CompleteInTime(TimeSpan, Boolean, SkillType, Single, Boolean)
|
|
nameWithType: Action.CompleteInTime(TimeSpan, Boolean, SkillType, Single, Boolean)
|
|
fullName: TinyLife.Actions.Action.CompleteInTime(System.TimeSpan, System.Boolean, TinyLife.Skills.SkillType, System.Single, System.Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
|
name: CompleteInTime
|
|
nameWithType: Action.CompleteInTime
|
|
fullName: TinyLife.Actions.Action.CompleteInTime
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
nameWithType: SkillType
|
|
fullName: TinyLife.Skills.SkillType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
|
name: CompleteInTime
|
|
nameWithType: Action.CompleteInTime
|
|
fullName: TinyLife.Actions.Action.CompleteInTime
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
nameWithType: SkillType
|
|
fullName: TinyLife.Skills.SkillType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[])
|
|
commentId: M:TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[])
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
name: OpenPlayerPrompt(String, Predicate<Panel>, Action<Panel>, Boolean, Element[])
|
|
nameWithType: Action.OpenPlayerPrompt(String, Predicate<Panel>, Action<Panel>, Boolean, Element[])
|
|
fullName: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate<MLEM.Ui.Elements.Panel>, System.Action<MLEM.Ui.Elements.Panel>, System.Boolean, MLEM.Ui.Elements.Element[])
|
|
nameWithType.vb: Action.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Element())
|
|
fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), System.Boolean, MLEM.Ui.Elements.Element())
|
|
name.vb: OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Element())
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[])
|
|
name: OpenPlayerPrompt
|
|
nameWithType: Action.OpenPlayerPrompt
|
|
fullName: TinyLife.Actions.Action.OpenPlayerPrompt
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
nameWithType: Predicate
|
|
fullName: System.Predicate
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
nameWithType: Panel
|
|
fullName: MLEM.Ui.Elements.Panel
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Action`1
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
nameWithType: Panel
|
|
fullName: MLEM.Ui.Elements.Panel
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Ui.Elements.Element
|
|
name: Element
|
|
nameWithType: Element
|
|
fullName: MLEM.Ui.Elements.Element
|
|
isExternal: true
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[])
|
|
name: OpenPlayerPrompt
|
|
nameWithType: Action.OpenPlayerPrompt
|
|
fullName: TinyLife.Actions.Action.OpenPlayerPrompt
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
nameWithType: Predicate
|
|
fullName: System.Predicate
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
nameWithType: Panel
|
|
fullName: MLEM.Ui.Elements.Panel
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Action`1
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
nameWithType: Panel
|
|
fullName: MLEM.Ui.Elements.Panel
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Ui.Elements.Element
|
|
name: Element
|
|
nameWithType: Element
|
|
fullName: MLEM.Ui.Elements.Element
|
|
isExternal: true
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
|
commentId: M:TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
name: OpenYesNoPrompt(String, Action, Action)
|
|
nameWithType: Action.OpenYesNoPrompt(String, Action, Action)
|
|
fullName: TinyLife.Actions.Action.OpenYesNoPrompt(System.String, System.Action, System.Action)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
|
name: OpenYesNoPrompt
|
|
nameWithType: Action.OpenYesNoPrompt
|
|
fullName: TinyLife.Actions.Action.OpenYesNoPrompt
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
|
name: OpenYesNoPrompt
|
|
nameWithType: Action.OpenYesNoPrompt
|
|
fullName: TinyLife.Actions.Action.OpenYesNoPrompt
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule)
|
|
commentId: M:TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
name: OpenTextPrompt(String, Action<String>, Predicate<String>, TextField.Rule)
|
|
nameWithType: Action.OpenTextPrompt(String, Action<String>, Predicate<String>, TextField.Rule)
|
|
fullName: TinyLife.Actions.Action.OpenTextPrompt(System.String, System.Action<System.String>, System.Predicate<System.String>, MLEM.Ui.Elements.TextField.Rule)
|
|
nameWithType.vb: Action.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule)
|
|
fullName.vb: TinyLife.Actions.Action.OpenTextPrompt(System.String, System.Action(Of System.String), System.Predicate(Of System.String), MLEM.Ui.Elements.TextField.Rule)
|
|
name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule)
|
|
name: OpenTextPrompt
|
|
nameWithType: Action.OpenTextPrompt
|
|
fullName: TinyLife.Actions.Action.OpenTextPrompt
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Action`1
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
nameWithType: Predicate
|
|
fullName: System.Predicate
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Ui.Elements.TextField.Rule
|
|
name: TextField.Rule
|
|
nameWithType: TextField.Rule
|
|
fullName: MLEM.Ui.Elements.TextField.Rule
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule)
|
|
name: OpenTextPrompt
|
|
nameWithType: Action.OpenTextPrompt
|
|
fullName: TinyLife.Actions.Action.OpenTextPrompt
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Action`1
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
nameWithType: Predicate
|
|
fullName: System.Predicate
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Ui.Elements.TextField.Rule
|
|
name: TextField.Rule
|
|
nameWithType: TextField.Rule
|
|
fullName: MLEM.Ui.Elements.TextField.Rule
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
|
commentId: M:TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
|
|
nameWithType: Action.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
|
|
fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
|
name: SpeakAlone
|
|
nameWithType: Action.SpeakAlone
|
|
fullName: TinyLife.Actions.Action.SpeakAlone
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.GameSpeed
|
|
name: GameSpeed
|
|
nameWithType: GameSpeed
|
|
fullName: TinyLife.GameSpeed
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
name: EmoteCategory
|
|
nameWithType: EmoteCategory
|
|
fullName: TinyLife.Actions.EmoteCategory
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
nameWithType: SpeakStyle
|
|
fullName: TinyLife.Objects.SpeakStyle
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
|
name: SpeakAlone
|
|
nameWithType: Action.SpeakAlone
|
|
fullName: TinyLife.Actions.Action.SpeakAlone
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.GameSpeed
|
|
name: GameSpeed
|
|
nameWithType: GameSpeed
|
|
fullName: TinyLife.GameSpeed
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
name: EmoteCategory
|
|
nameWithType: EmoteCategory
|
|
fullName: TinyLife.Actions.EmoteCategory
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
nameWithType: SpeakStyle
|
|
fullName: TinyLife.Objects.SpeakStyle
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
|
commentId: M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
|
parent: TinyLife.Actions.Action
|
|
name: GetFreeChair(Person, Furniture)
|
|
nameWithType: Action.GetFreeChair(Person, Furniture)
|
|
fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person, TinyLife.Objects.Furniture)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
|
name: GetFreeChair
|
|
nameWithType: Action.GetFreeChair
|
|
fullName: TinyLife.Actions.Action.GetFreeChair
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
|
|
name: GetFreeChair
|
|
nameWithType: Action.GetFreeChair
|
|
fullName: TinyLife.Actions.Action.GetFreeChair
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
commentId: M:TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
name: FindAllFreePeople(ActionType, Person, Nullable<Vector2>, Nullable<Single>, Boolean)
|
|
nameWithType: Action.FindAllFreePeople(ActionType, Person, Nullable<Vector2>, Nullable<Single>, Boolean)
|
|
fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType, TinyLife.Objects.Person, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Nullable<System.Single>, System.Boolean)
|
|
nameWithType.vb: Action.FindAllFreePeople(ActionType, Person, Nullable(Of Vector2), Nullable(Of Single), Boolean)
|
|
fullName.vb: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType, TinyLife.Objects.Person, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean)
|
|
name.vb: FindAllFreePeople(ActionType, Person, Nullable(Of Vector2), Nullable(Of Single), Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
name: FindAllFreePeople
|
|
nameWithType: Action.FindAllFreePeople
|
|
fullName: TinyLife.Actions.Action.FindAllFreePeople
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
nameWithType: ActionType
|
|
fullName: TinyLife.Actions.ActionType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
name: FindAllFreePeople
|
|
nameWithType: Action.FindAllFreePeople
|
|
fullName: TinyLife.Actions.Action.FindAllFreePeople
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
nameWithType: ActionType
|
|
fullName: TinyLife.Actions.ActionType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean)
|
|
commentId: M:TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
name: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable<Vector2>, Nullable<Single>, Boolean, Boolean)
|
|
nameWithType: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable<Vector2>, Nullable<Single>, Boolean, Boolean)
|
|
fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Nullable<System.Single>, System.Boolean, System.Boolean)
|
|
nameWithType.vb: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable(Of Vector2), Nullable(Of Single), Boolean, Boolean)
|
|
fullName.vb: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean, System.Boolean)
|
|
name.vb: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable(Of Vector2), Nullable(Of Single), Boolean, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean)
|
|
name: FindAllFreeFurniture
|
|
nameWithType: Action.FindAllFreeFurniture
|
|
fullName: TinyLife.Actions.Action.FindAllFreeFurniture
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean)
|
|
name: FindAllFreeFurniture
|
|
nameWithType: Action.FindAllFreeFurniture
|
|
fullName: TinyLife.Actions.Action.FindAllFreeFurniture
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
commentId: M:TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
name: FindAllFreeWalls(Person, Nullable<Vector2>, Nullable<Single>, Boolean)
|
|
nameWithType: Action.FindAllFreeWalls(Person, Nullable<Vector2>, Nullable<Single>, Boolean)
|
|
fullName: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Nullable<System.Single>, System.Boolean)
|
|
nameWithType.vb: Action.FindAllFreeWalls(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean)
|
|
fullName.vb: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean)
|
|
name.vb: FindAllFreeWalls(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
name: FindAllFreeWalls
|
|
nameWithType: Action.FindAllFreeWalls
|
|
fullName: TinyLife.Actions.Action.FindAllFreeWalls
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
name: FindAllFreeWalls
|
|
nameWithType: Action.FindAllFreeWalls
|
|
fullName: TinyLife.Actions.Action.FindAllFreeWalls
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
commentId: M:TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
name: FindAllFreeGround(Person, Nullable<Vector2>, Nullable<Single>, Boolean)
|
|
nameWithType: Action.FindAllFreeGround(Person, Nullable<Vector2>, Nullable<Single>, Boolean)
|
|
fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Nullable<System.Single>, System.Boolean)
|
|
nameWithType.vb: Action.FindAllFreeGround(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean)
|
|
fullName.vb: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean)
|
|
name.vb: FindAllFreeGround(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
name: FindAllFreeGround
|
|
nameWithType: Action.FindAllFreeGround
|
|
fullName: TinyLife.Actions.Action.FindAllFreeGround
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
|
name: FindAllFreeGround
|
|
nameWithType: Action.FindAllFreeGround
|
|
fullName: TinyLife.Actions.Action.FindAllFreeGround
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
|
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
|
|
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
|
|
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
|
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
|
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
|
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
|
name: FindFreeFurniture
|
|
nameWithType: Action.FindFreeFurniture
|
|
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
|
name: FindFreeFurniture
|
|
nameWithType: Action.FindFreeFurniture
|
|
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
|
commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
|
parent: TinyLife.Actions.Action
|
|
name: CanMultitask(Action, Action)
|
|
nameWithType: Action.CanMultitask(Action, Action)
|
|
fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
|
name: CanMultitask
|
|
nameWithType: Action.CanMultitask
|
|
fullName: TinyLife.Actions.Action.CanMultitask
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
|
name: CanMultitask
|
|
nameWithType: Action.CanMultitask
|
|
fullName: TinyLife.Actions.Action.CanMultitask
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
|
commentId: M:TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
|
parent: TinyLife.Actions.Action
|
|
name: GetTableSpot(Furniture, ActionSpot)
|
|
nameWithType: Action.GetTableSpot(Furniture, ActionSpot)
|
|
fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
|
name: GetTableSpot
|
|
nameWithType: Action.GetTableSpot
|
|
fullName: TinyLife.Actions.Action.GetTableSpot
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ActionSpot
|
|
name: ActionSpot
|
|
nameWithType: ActionSpot
|
|
fullName: TinyLife.Objects.ActionSpot
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
|
name: GetTableSpot
|
|
nameWithType: Action.GetTableSpot
|
|
fullName: TinyLife.Actions.Action.GetTableSpot
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ActionSpot
|
|
name: ActionSpot
|
|
nameWithType: ActionSpot
|
|
fullName: TinyLife.Objects.ActionSpot
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
|
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
|
parent: MLEM.Misc.GenericDataHolder
|
|
isExternal: true
|
|
name: SetData(String, Object)
|
|
nameWithType: GenericDataHolder.SetData(String, Object)
|
|
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
|
|
spec.csharp:
|
|
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
|
name: SetData
|
|
nameWithType: GenericDataHolder.SetData
|
|
fullName: MLEM.Misc.GenericDataHolder.SetData
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
|
name: SetData
|
|
nameWithType: GenericDataHolder.SetData
|
|
fullName: MLEM.Misc.GenericDataHolder.SetData
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
|
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
|
parent: MLEM.Misc.GenericDataHolder
|
|
isExternal: true
|
|
name: GetData<T>(String)
|
|
nameWithType: GenericDataHolder.GetData<T>(String)
|
|
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
|
|
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
|
|
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
|
|
name.vb: GetData(Of T)(String)
|
|
spec.csharp:
|
|
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
|
name: GetData<T>
|
|
nameWithType: GenericDataHolder.GetData<T>
|
|
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
|
name: GetData(Of T)
|
|
nameWithType: GenericDataHolder.GetData(Of T)
|
|
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
parent: MLEM.Misc.GenericDataHolder
|
|
isExternal: true
|
|
name: GetDataKeys()
|
|
nameWithType: GenericDataHolder.GetDataKeys()
|
|
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
|
|
spec.csharp:
|
|
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
name: GetDataKeys
|
|
nameWithType: GenericDataHolder.GetDataKeys
|
|
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
name: GetDataKeys
|
|
nameWithType: GenericDataHolder.GetDataKeys
|
|
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: Equals(Object)
|
|
nameWithType: Object.Equals(Object)
|
|
fullName: System.Object.Equals(System.Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: Equals(Object, Object)
|
|
nameWithType: Object.Equals(Object, Object)
|
|
fullName: System.Object.Equals(System.Object, System.Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: GetHashCode()
|
|
nameWithType: Object.GetHashCode()
|
|
fullName: System.Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
nameWithType: Object.GetHashCode
|
|
fullName: System.Object.GetHashCode
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
nameWithType: Object.GetHashCode
|
|
fullName: System.Object.GetHashCode
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: GetType()
|
|
nameWithType: Object.GetType()
|
|
fullName: System.Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
nameWithType: Object.GetType
|
|
fullName: System.Object.GetType
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
nameWithType: Object.GetType
|
|
fullName: System.Object.GetType
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: MemberwiseClone()
|
|
nameWithType: Object.MemberwiseClone()
|
|
fullName: System.Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
nameWithType: Object.MemberwiseClone
|
|
fullName: System.Object.MemberwiseClone
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
nameWithType: Object.MemberwiseClone
|
|
fullName: System.Object.MemberwiseClone
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: ReferenceEquals(Object, Object)
|
|
nameWithType: Object.ReferenceEquals(Object, Object)
|
|
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
nameWithType: Object.ReferenceEquals
|
|
fullName: System.Object.ReferenceEquals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
nameWithType: Object.ReferenceEquals
|
|
fullName: System.Object.ReferenceEquals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: ToString()
|
|
nameWithType: Object.ToString()
|
|
fullName: System.Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
nameWithType: Object.ToString
|
|
fullName: System.Object.ToString
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
nameWithType: Object.ToString
|
|
fullName: System.Object.ToString
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<SocialAction>()
|
|
nameWithType: Extensions.JsonCopy<SocialAction>()
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.SocialAction>()
|
|
nameWithType.vb: Extensions.JsonCopy(Of SocialAction)()
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.SocialAction)()
|
|
name.vb: JsonCopy(Of SocialAction)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy<SocialAction>
|
|
nameWithType: Extensions.JsonCopy<SocialAction>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.SocialAction>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy(Of SocialAction)
|
|
nameWithType: Extensions.JsonCopy(Of SocialAction)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.SocialAction)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
|
|
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
|
|
name: GetTimeSpan(String)
|
|
nameWithType: Extensions.GetTimeSpan(String)
|
|
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
|
|
name: GetTimeSpan
|
|
nameWithType: Extensions.GetTimeSpan
|
|
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
|
|
name: GetTimeSpan
|
|
nameWithType: Extensions.GetTimeSpan
|
|
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
|
|
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
|
|
name: SetTimeSpan(String, TimeSpan)
|
|
nameWithType: Extensions.SetTimeSpan(String, TimeSpan)
|
|
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
|
|
name: SetTimeSpan
|
|
nameWithType: Extensions.SetTimeSpan
|
|
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
|
|
name: SetTimeSpan
|
|
nameWithType: Extensions.SetTimeSpan
|
|
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects
|
|
commentId: N:TinyLife.Objects
|
|
name: TinyLife.Objects
|
|
nameWithType: TinyLife.Objects
|
|
fullName: TinyLife.Objects
|
|
- uid: TinyLife.Actions.SocialAction
|
|
commentId: T:TinyLife.Actions.SocialAction
|
|
parent: TinyLife.Actions
|
|
name: SocialAction
|
|
nameWithType: SocialAction
|
|
fullName: TinyLife.Actions.SocialAction
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: MLEM.Misc
|
|
commentId: N:MLEM.Misc
|
|
isExternal: true
|
|
name: MLEM.Misc
|
|
nameWithType: MLEM.Misc
|
|
fullName: MLEM.Misc
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<T>(T)
|
|
nameWithType: Extensions.JsonCopy<T>(T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
|
name.vb: JsonCopy(Of T)(T)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<T>
|
|
nameWithType: Extensions.JsonCopy<T>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy(Of T)
|
|
nameWithType: Extensions.JsonCopy(Of T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
|
|
commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
|
|
isExternal: true
|
|
name: GetTimeSpan(IGenericDataHolder, String)
|
|
nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String)
|
|
fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
|
|
name: GetTimeSpan
|
|
nameWithType: Extensions.GetTimeSpan
|
|
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Misc.IGenericDataHolder
|
|
name: IGenericDataHolder
|
|
nameWithType: IGenericDataHolder
|
|
fullName: MLEM.Misc.IGenericDataHolder
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
|
|
name: GetTimeSpan
|
|
nameWithType: Extensions.GetTimeSpan
|
|
fullName: TinyLife.Utilities.Extensions.GetTimeSpan
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Misc.IGenericDataHolder
|
|
name: IGenericDataHolder
|
|
nameWithType: IGenericDataHolder
|
|
fullName: MLEM.Misc.IGenericDataHolder
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
|
|
commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
|
|
isExternal: true
|
|
name: SetTimeSpan(IGenericDataHolder, String, TimeSpan)
|
|
nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
|
|
fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
|
|
name: SetTimeSpan
|
|
nameWithType: Extensions.SetTimeSpan
|
|
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Misc.IGenericDataHolder
|
|
name: IGenericDataHolder
|
|
nameWithType: IGenericDataHolder
|
|
fullName: MLEM.Misc.IGenericDataHolder
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
|
|
name: SetTimeSpan
|
|
nameWithType: Extensions.SetTimeSpan
|
|
fullName: TinyLife.Utilities.Extensions.SetTimeSpan
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Misc.IGenericDataHolder
|
|
name: IGenericDataHolder
|
|
nameWithType: IGenericDataHolder
|
|
fullName: MLEM.Misc.IGenericDataHolder
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
- uid: TinyLife.Actions.SocialAction.PartnerAction
|
|
commentId: P:TinyLife.Actions.SocialAction.PartnerAction
|
|
parent: TinyLife.Actions.SocialAction
|
|
name: PartnerAction
|
|
nameWithType: SocialAction.PartnerAction
|
|
fullName: TinyLife.Actions.SocialAction.PartnerAction
|
|
- uid: TinyLife.Actions.SocialAction.IsMain*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.IsMain
|
|
name: IsMain
|
|
nameWithType: SocialAction.IsMain
|
|
fullName: TinyLife.Actions.SocialAction.IsMain
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
- uid: TinyLife.Actions.SocialAction.Partner*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.Partner
|
|
name: Partner
|
|
nameWithType: SocialAction.Partner
|
|
fullName: TinyLife.Actions.SocialAction.Partner
|
|
- uid: TinyLife.Actions.SocialAction.PartnerAction*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.PartnerAction
|
|
name: PartnerAction
|
|
nameWithType: SocialAction.PartnerAction
|
|
fullName: TinyLife.Actions.SocialAction.PartnerAction
|
|
- uid: TinyLife.Actions.SocialAction.IsMain
|
|
commentId: P:TinyLife.Actions.SocialAction.IsMain
|
|
parent: TinyLife.Actions.SocialAction
|
|
name: IsMain
|
|
nameWithType: SocialAction.IsMain
|
|
fullName: TinyLife.Actions.SocialAction.IsMain
|
|
- uid: TinyLife.Actions.SocialAction.ConversationTime*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.ConversationTime
|
|
name: ConversationTime
|
|
nameWithType: SocialAction.ConversationTime
|
|
fullName: TinyLife.Actions.SocialAction.ConversationTime
|
|
- uid: System.TimeSpan
|
|
commentId: T:System.TimeSpan
|
|
parent: System
|
|
isExternal: true
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
- uid: TinyLife.Actions.SocialAction.Id*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.Id
|
|
name: Id
|
|
nameWithType: SocialAction.Id
|
|
fullName: TinyLife.Actions.SocialAction.Id
|
|
- uid: System.Guid
|
|
commentId: T:System.Guid
|
|
parent: System
|
|
isExternal: true
|
|
name: Guid
|
|
nameWithType: Guid
|
|
fullName: System.Guid
|
|
- uid: System.Nullable{TinyLife.Actions.Action.CompletionType}
|
|
commentId: T:System.Nullable{TinyLife.Actions.Action.CompletionType}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
name: Nullable<Action.CompletionType>
|
|
nameWithType: Nullable<Action.CompletionType>
|
|
fullName: System.Nullable<TinyLife.Actions.Action.CompletionType>
|
|
nameWithType.vb: Nullable(Of Action.CompletionType)
|
|
fullName.vb: System.Nullable(Of TinyLife.Actions.Action.CompletionType)
|
|
name.vb: Nullable(Of Action.CompletionType)
|
|
spec.csharp:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: TinyLife.Actions.Action.CompletionType
|
|
name: Action.CompletionType
|
|
nameWithType: Action.CompletionType
|
|
fullName: TinyLife.Actions.Action.CompletionType
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: TinyLife.Actions.Action.CompletionType
|
|
name: Action.CompletionType
|
|
nameWithType: Action.CompletionType
|
|
fullName: TinyLife.Actions.Action.CompletionType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Nullable`1
|
|
commentId: T:System.Nullable`1
|
|
isExternal: true
|
|
name: Nullable<T>
|
|
nameWithType: Nullable<T>
|
|
fullName: System.Nullable<T>
|
|
nameWithType.vb: Nullable(Of T)
|
|
fullName.vb: System.Nullable(Of T)
|
|
name.vb: Nullable(Of T)
|
|
spec.csharp:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.#ctor*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.#ctor
|
|
name: SocialAction
|
|
nameWithType: SocialAction.SocialAction
|
|
fullName: TinyLife.Actions.SocialAction.SocialAction
|
|
- uid: TinyLife.Actions.ActionType
|
|
commentId: T:TinyLife.Actions.ActionType
|
|
parent: TinyLife.Actions
|
|
name: ActionType
|
|
nameWithType: ActionType
|
|
fullName: TinyLife.Actions.ActionType
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
commentId: T:TinyLife.Actions.ActionInfo
|
|
parent: TinyLife.Actions
|
|
name: ActionInfo
|
|
nameWithType: ActionInfo
|
|
fullName: TinyLife.Actions.ActionInfo
|
|
- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
parent: TinyLife.Actions.SocialAction
|
|
isExternal: true
|
|
name: Update(GameTime, TimeSpan, GameSpeed)
|
|
nameWithType: SocialAction.Update(GameTime, TimeSpan, GameSpeed)
|
|
fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
name: Update
|
|
nameWithType: SocialAction.Update
|
|
fullName: TinyLife.Actions.SocialAction.Update
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.GameSpeed
|
|
name: GameSpeed
|
|
nameWithType: GameSpeed
|
|
fullName: TinyLife.GameSpeed
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
name: Update
|
|
nameWithType: SocialAction.Update
|
|
fullName: TinyLife.Actions.SocialAction.Update
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.GameSpeed
|
|
name: GameSpeed
|
|
nameWithType: GameSpeed
|
|
fullName: TinyLife.GameSpeed
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.ConversationTime
|
|
commentId: P:TinyLife.Actions.SocialAction.ConversationTime
|
|
parent: TinyLife.Actions.SocialAction
|
|
name: ConversationTime
|
|
nameWithType: SocialAction.ConversationTime
|
|
fullName: TinyLife.Actions.SocialAction.ConversationTime
|
|
- uid: TinyLife.Actions.SocialAction.UpdateConversation*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.UpdateConversation
|
|
name: UpdateConversation
|
|
nameWithType: SocialAction.UpdateConversation
|
|
fullName: TinyLife.Actions.SocialAction.UpdateConversation
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
commentId: T:Microsoft.Xna.Framework.GameTime
|
|
parent: Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
- uid: TinyLife.GameSpeed
|
|
commentId: T:TinyLife.GameSpeed
|
|
parent: TinyLife
|
|
name: GameSpeed
|
|
nameWithType: GameSpeed
|
|
fullName: TinyLife.GameSpeed
|
|
- uid: Microsoft.Xna.Framework
|
|
commentId: N:Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Microsoft.Xna.Framework
|
|
nameWithType: Microsoft.Xna.Framework
|
|
fullName: Microsoft.Xna.Framework
|
|
- uid: TinyLife
|
|
commentId: N:TinyLife
|
|
name: TinyLife
|
|
nameWithType: TinyLife
|
|
fullName: TinyLife
|
|
- uid: TinyLife.Actions.SocialAction.IsCompleted
|
|
commentId: M:TinyLife.Actions.SocialAction.IsCompleted
|
|
parent: TinyLife.Actions.SocialAction
|
|
name: IsCompleted()
|
|
nameWithType: SocialAction.IsCompleted()
|
|
fullName: TinyLife.Actions.SocialAction.IsCompleted()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.SocialAction.IsCompleted
|
|
name: IsCompleted
|
|
nameWithType: SocialAction.IsCompleted
|
|
fullName: TinyLife.Actions.SocialAction.IsCompleted
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.SocialAction.IsCompleted
|
|
name: IsCompleted
|
|
nameWithType: SocialAction.IsCompleted
|
|
fullName: TinyLife.Actions.SocialAction.IsCompleted
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.IsConversationCompleted*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.IsConversationCompleted
|
|
name: IsConversationCompleted
|
|
nameWithType: SocialAction.IsConversationCompleted
|
|
fullName: TinyLife.Actions.SocialAction.IsConversationCompleted
|
|
- uid: TinyLife.Actions.Action.CompletionType
|
|
commentId: T:TinyLife.Actions.Action.CompletionType
|
|
parent: TinyLife.Actions
|
|
name: Action.CompletionType
|
|
nameWithType: Action.CompletionType
|
|
fullName: TinyLife.Actions.Action.CompletionType
|
|
- uid: TinyLife.Actions.SocialAction.Initialize
|
|
commentId: M:TinyLife.Actions.SocialAction.Initialize
|
|
parent: TinyLife.Actions.SocialAction
|
|
name: Initialize()
|
|
nameWithType: SocialAction.Initialize()
|
|
fullName: TinyLife.Actions.SocialAction.Initialize()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.SocialAction.Initialize
|
|
name: Initialize
|
|
nameWithType: SocialAction.Initialize
|
|
fullName: TinyLife.Actions.SocialAction.Initialize
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.SocialAction.Initialize
|
|
name: Initialize
|
|
nameWithType: SocialAction.Initialize
|
|
fullName: TinyLife.Actions.SocialAction.Initialize
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.InitializeConversation*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.InitializeConversation
|
|
name: InitializeConversation
|
|
nameWithType: SocialAction.InitializeConversation
|
|
fullName: TinyLife.Actions.SocialAction.InitializeConversation
|
|
- uid: TinyLife.Objects.Person.IsCloseForTalking(Microsoft.Xna.Framework.Vector2)
|
|
commentId: M:TinyLife.Objects.Person.IsCloseForTalking(Microsoft.Xna.Framework.Vector2)
|
|
isExternal: true
|
|
- uid: TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner
|
|
name: GetTimeWeWaitForPartner
|
|
nameWithType: SocialAction.GetTimeWeWaitForPartner
|
|
fullName: TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner
|
|
- uid: TinyLife.Actions.Action.Initialize
|
|
commentId: M:TinyLife.Actions.Action.Initialize
|
|
parent: TinyLife.Actions.Action
|
|
name: Initialize()
|
|
nameWithType: Action.Initialize()
|
|
fullName: TinyLife.Actions.Action.Initialize()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.Initialize
|
|
name: Initialize
|
|
nameWithType: Action.Initialize
|
|
fullName: TinyLife.Actions.Action.Initialize
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.Initialize
|
|
name: Initialize
|
|
nameWithType: Action.Initialize
|
|
fullName: TinyLife.Actions.Action.Initialize
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.Initialize*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.Initialize
|
|
name: Initialize
|
|
nameWithType: SocialAction.Initialize
|
|
fullName: TinyLife.Actions.SocialAction.Initialize
|
|
- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
|
commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
|
parent: TinyLife.Actions.Action
|
|
name: Validate(Person)
|
|
nameWithType: Action.Validate(Person)
|
|
fullName: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
|
name: Validate
|
|
nameWithType: Action.Validate
|
|
fullName: TinyLife.Actions.Action.Validate
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
|
name: Validate
|
|
nameWithType: Action.Validate
|
|
fullName: TinyLife.Actions.Action.Validate
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.Validate*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.Validate
|
|
name: Validate
|
|
nameWithType: SocialAction.Validate
|
|
fullName: TinyLife.Actions.SocialAction.Validate
|
|
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
name: Update(GameTime, TimeSpan, GameSpeed)
|
|
nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed)
|
|
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
name: Update
|
|
nameWithType: Action.Update
|
|
fullName: TinyLife.Actions.Action.Update
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.GameSpeed
|
|
name: GameSpeed
|
|
nameWithType: GameSpeed
|
|
fullName: TinyLife.GameSpeed
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
|
name: Update
|
|
nameWithType: Action.Update
|
|
fullName: TinyLife.Actions.Action.Update
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.GameSpeed
|
|
name: GameSpeed
|
|
nameWithType: GameSpeed
|
|
fullName: TinyLife.GameSpeed
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.Update*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.Update
|
|
name: Update
|
|
nameWithType: SocialAction.Update
|
|
fullName: TinyLife.Actions.SocialAction.Update
|
|
- uid: TinyLife.Actions.Action.IsCompleted
|
|
commentId: M:TinyLife.Actions.Action.IsCompleted
|
|
parent: TinyLife.Actions.Action
|
|
name: IsCompleted()
|
|
nameWithType: Action.IsCompleted()
|
|
fullName: TinyLife.Actions.Action.IsCompleted()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.IsCompleted
|
|
name: IsCompleted
|
|
nameWithType: Action.IsCompleted
|
|
fullName: TinyLife.Actions.Action.IsCompleted
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.IsCompleted
|
|
name: IsCompleted
|
|
nameWithType: Action.IsCompleted
|
|
fullName: TinyLife.Actions.Action.IsCompleted
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.IsCompleted*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.IsCompleted
|
|
name: IsCompleted
|
|
nameWithType: SocialAction.IsCompleted
|
|
fullName: TinyLife.Actions.SocialAction.IsCompleted
|
|
- uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
|
commentId: M:TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
|
parent: TinyLife.Actions.Action
|
|
name: CanCancel(Action)
|
|
nameWithType: Action.CanCancel(Action)
|
|
fullName: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
|
name: CanCancel
|
|
nameWithType: Action.CanCancel
|
|
fullName: TinyLife.Actions.Action.CanCancel
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
|
name: CanCancel
|
|
nameWithType: Action.CanCancel
|
|
fullName: TinyLife.Actions.Action.CanCancel
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.CanCancel*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.CanCancel
|
|
name: CanCancel
|
|
nameWithType: SocialAction.CanCancel
|
|
fullName: TinyLife.Actions.SocialAction.CanCancel
|
|
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
|
commentId: M:TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
|
parent: TinyLife.Actions.Action
|
|
name: OnCompleted(Action.CompletionType)
|
|
nameWithType: Action.OnCompleted(Action.CompletionType)
|
|
fullName: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
|
name: OnCompleted
|
|
nameWithType: Action.OnCompleted
|
|
fullName: TinyLife.Actions.Action.OnCompleted
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action.CompletionType
|
|
name: Action.CompletionType
|
|
nameWithType: Action.CompletionType
|
|
fullName: TinyLife.Actions.Action.CompletionType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
|
name: OnCompleted
|
|
nameWithType: Action.OnCompleted
|
|
fullName: TinyLife.Actions.Action.OnCompleted
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action.CompletionType
|
|
name: Action.CompletionType
|
|
nameWithType: Action.CompletionType
|
|
fullName: TinyLife.Actions.Action.CompletionType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.OnCompleted*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.OnCompleted
|
|
name: OnCompleted
|
|
nameWithType: SocialAction.OnCompleted
|
|
fullName: TinyLife.Actions.SocialAction.OnCompleted
|
|
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
|
commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
|
parent: TinyLife.Actions.Action
|
|
name: CanMultitask(Action)
|
|
nameWithType: Action.CanMultitask(Action)
|
|
fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
|
name: CanMultitask
|
|
nameWithType: Action.CanMultitask
|
|
fullName: TinyLife.Actions.Action.CanMultitask
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
|
name: CanMultitask
|
|
nameWithType: Action.CanMultitask
|
|
fullName: TinyLife.Actions.Action.CanMultitask
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.CanMultitask*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.CanMultitask
|
|
name: CanMultitask
|
|
nameWithType: SocialAction.CanMultitask
|
|
fullName: TinyLife.Actions.SocialAction.CanMultitask
|
|
- uid: TinyLife.Actions.Action.GetDisplayName
|
|
commentId: M:TinyLife.Actions.Action.GetDisplayName
|
|
parent: TinyLife.Actions.Action
|
|
name: GetDisplayName()
|
|
nameWithType: Action.GetDisplayName()
|
|
fullName: TinyLife.Actions.Action.GetDisplayName()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetDisplayName
|
|
name: GetDisplayName
|
|
nameWithType: Action.GetDisplayName
|
|
fullName: TinyLife.Actions.Action.GetDisplayName
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetDisplayName
|
|
name: GetDisplayName
|
|
nameWithType: Action.GetDisplayName
|
|
fullName: TinyLife.Actions.Action.GetDisplayName
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.GetDisplayName*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.GetDisplayName
|
|
name: GetDisplayName
|
|
nameWithType: SocialAction.GetDisplayName
|
|
fullName: TinyLife.Actions.SocialAction.GetDisplayName
|
|
- uid: System.String
|
|
commentId: T:System.String
|
|
parent: System
|
|
isExternal: true
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
- uid: TinyLife.Actions.Action.GetInProgressTime
|
|
commentId: M:TinyLife.Actions.Action.GetInProgressTime
|
|
parent: TinyLife.Actions.Action
|
|
name: GetInProgressTime()
|
|
nameWithType: Action.GetInProgressTime()
|
|
fullName: TinyLife.Actions.Action.GetInProgressTime()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetInProgressTime
|
|
name: GetInProgressTime
|
|
nameWithType: Action.GetInProgressTime
|
|
fullName: TinyLife.Actions.Action.GetInProgressTime
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetInProgressTime
|
|
name: GetInProgressTime
|
|
nameWithType: Action.GetInProgressTime
|
|
fullName: TinyLife.Actions.Action.GetInProgressTime
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Actions.SocialAction.GetInProgressTime*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.GetInProgressTime
|
|
name: GetInProgressTime
|
|
nameWithType: SocialAction.GetInProgressTime
|
|
fullName: TinyLife.Actions.SocialAction.GetInProgressTime
|
|
- uid: TinyLife.Actions.SocialAction.SpeakInConversation*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.SpeakInConversation
|
|
name: SpeakInConversation
|
|
nameWithType: SocialAction.SpeakInConversation
|
|
fullName: TinyLife.Actions.SocialAction.SpeakInConversation
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
commentId: T:TinyLife.Actions.EmoteCategory
|
|
parent: TinyLife.Actions
|
|
name: EmoteCategory
|
|
nameWithType: EmoteCategory
|
|
fullName: TinyLife.Actions.EmoteCategory
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
commentId: T:TinyLife.Objects.SpeakStyle
|
|
parent: TinyLife.Objects
|
|
name: SpeakStyle
|
|
nameWithType: SpeakStyle
|
|
fullName: TinyLife.Objects.SpeakStyle
|
|
- uid: System.Nullable{TinyLife.Actions.EmoteCategory}
|
|
commentId: T:System.Nullable{TinyLife.Actions.EmoteCategory}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
name: Nullable<EmoteCategory>
|
|
nameWithType: Nullable<EmoteCategory>
|
|
fullName: System.Nullable<TinyLife.Actions.EmoteCategory>
|
|
nameWithType.vb: Nullable(Of EmoteCategory)
|
|
fullName.vb: System.Nullable(Of TinyLife.Actions.EmoteCategory)
|
|
name.vb: Nullable(Of EmoteCategory)
|
|
spec.csharp:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
name: EmoteCategory
|
|
nameWithType: EmoteCategory
|
|
fullName: TinyLife.Actions.EmoteCategory
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: TinyLife.Actions.EmoteCategory
|
|
name: EmoteCategory
|
|
nameWithType: EmoteCategory
|
|
fullName: TinyLife.Actions.EmoteCategory
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Nullable{TinyLife.Objects.SpeakStyle}
|
|
commentId: T:System.Nullable{TinyLife.Objects.SpeakStyle}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
name: Nullable<SpeakStyle>
|
|
nameWithType: Nullable<SpeakStyle>
|
|
fullName: System.Nullable<TinyLife.Objects.SpeakStyle>
|
|
nameWithType.vb: Nullable(Of SpeakStyle)
|
|
fullName.vb: System.Nullable(Of TinyLife.Objects.SpeakStyle)
|
|
name.vb: Nullable(Of SpeakStyle)
|
|
spec.csharp:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
nameWithType: SpeakStyle
|
|
fullName: TinyLife.Objects.SpeakStyle
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
nameWithType: SpeakStyle
|
|
fullName: TinyLife.Objects.SpeakStyle
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Int32
|
|
commentId: T:System.Int32
|
|
parent: System
|
|
isExternal: true
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
- uid: TinyLife.Actions.SocialAction.InvokeForBoth*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.InvokeForBoth
|
|
name: InvokeForBoth
|
|
nameWithType: SocialAction.InvokeForBoth
|
|
fullName: TinyLife.Actions.SocialAction.InvokeForBoth
|
|
- uid: System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}
|
|
commentId: T:System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}
|
|
parent: System
|
|
definition: System.Action`2
|
|
name: Action<Person, Person>
|
|
nameWithType: Action<Person, Person>
|
|
fullName: System.Action<TinyLife.Objects.Person, TinyLife.Objects.Person>
|
|
nameWithType.vb: Action(Of Person, Person)
|
|
fullName.vb: System.Action(Of TinyLife.Objects.Person, TinyLife.Objects.Person)
|
|
name.vb: Action(Of Person, Person)
|
|
spec.csharp:
|
|
- uid: System.Action`2
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Action`2
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Action`2
|
|
commentId: T:System.Action`2
|
|
isExternal: true
|
|
name: Action<T1, T2>
|
|
nameWithType: Action<T1, T2>
|
|
fullName: System.Action<T1, T2>
|
|
nameWithType.vb: Action(Of T1, T2)
|
|
fullName.vb: System.Action(Of T1, T2)
|
|
name.vb: Action(Of T1, T2)
|
|
spec.csharp:
|
|
- uid: System.Action`2
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- name: T1
|
|
nameWithType: T1
|
|
fullName: T1
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- name: T2
|
|
nameWithType: T2
|
|
fullName: T2
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Action`2
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- name: T1
|
|
nameWithType: T1
|
|
fullName: T1
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- name: T2
|
|
nameWithType: T2
|
|
fullName: T2
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|