2021-11-23 16:24:04 +01:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Actions.Behaviors.ActionBehavior
commentId : T:TinyLife.Actions.Behaviors.ActionBehavior
id : ActionBehavior
parent : TinyLife.Actions.Behaviors
children :
- TinyLife.Actions.Behaviors.ActionBehavior.#ctor(TinyLife.Actions.Action)
- TinyLife.Actions.Behaviors.ActionBehavior.Action
2022-09-05 14:19:42 +02:00
- TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask(TinyLife.Actions.Action)
2022-12-20 13:25:03 +01:00
- TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type,TinyLife.Actions.Action)
- TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions
- TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions
2022-09-05 14:19:42 +02:00
- TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress
2021-11-23 16:24:04 +01:00
- TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
- TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Behaviors.ActionBehavior.Initialize
- TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
2022-09-05 14:19:42 +02:00
- TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-11-23 16:24:04 +01:00
langs :
- csharp
- vb
name : ActionBehavior
nameWithType : ActionBehavior
fullName : TinyLife.Actions.Behaviors.ActionBehavior
type : Class
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : ActionBehavior
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-12-20 13:25:03 +01:00
startLine : 13
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-12-20 13:25:03 +01:00
summary : "\nAn action behavior is a generic, non-serialized set of things that a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> does throughout an action.\nThis class is intended to be used with <xref href=\"TinyLife.Actions.BehaviorAction\" data-throw-if-not-resolved=\"false\"></xref>, which is a <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref> that makes use of a behavior.\nNote that action behaviors do not have the <xref href=\"System.Runtime.Serialization.DataContractAttribute\" data-throw-if-not-resolved=\"false\"></xref>, which means they are not saved to disk. This differentiates them from the various action handlers in <xref href=\"TinyLife.Actions.Handlers\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
content : public abstract class ActionBehavior
content.vb : Public MustInherit Class ActionBehavior
inheritance :
- System.Object
derivedClasses :
2022-12-20 13:25:03 +01:00
- TinyLife.Actions.Behaviors.GetAndSitDownBehavior
- TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior
- TinyLife.Actions.Behaviors.SinkBehavior
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
2021-11-23 16:24:04 +01:00
inheritedMembers :
- 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.Behaviors.ActionBehavior.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp :
- public
- abstract
- class
modifiers.vb :
- Public
- MustInherit
- Class
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Action
commentId : F:TinyLife.Actions.Behaviors.ActionBehavior.Action
id : Action
parent : TinyLife.Actions.Behaviors.ActionBehavior
langs :
- csharp
- vb
name : Action
nameWithType : ActionBehavior.Action
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Action
type : Field
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : Action
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-12-20 13:25:03 +01:00
startLine : 18
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
summary : "\nThe action that this behavior is acting upon\n"
example : [ ]
syntax :
content : protected readonly Action Action
return :
type : TinyLife.Actions.Action
content.vb : Protected ReadOnly Action As Action
modifiers.csharp :
- protected
- readonly
modifiers.vb :
- Protected
- ReadOnly
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress
commentId : P:TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress
id : FullyInProgress
parent : TinyLife.Actions.Behaviors.ActionBehavior
langs :
- csharp
- vb
name : FullyInProgress
nameWithType : ActionBehavior.FullyInProgress
fullName : TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress
type : Property
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : FullyInProgress
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-12-20 13:25:03 +01:00
startLine : 24
2022-09-05 14:19:42 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-11-12 13:53:28 +01:00
summary : "\nReturns whether this action behavior is fully in progress.\nThis is the action behavior version of <xref href=\"TinyLife.Actions.Action.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2022-09-05 14:19:42 +02:00
example : [ ]
syntax :
content : public virtual bool FullyInProgress { get; }
parameters : [ ]
return :
type : System.Boolean
content.vb : Public Overridable ReadOnly Property FullyInProgress As Boolean
overload : TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress*
modifiers.csharp :
- public
- virtual
- get
modifiers.vb :
- Public
- Overridable
- ReadOnly
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.#ctor(TinyLife.Actions.Action)
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.#ctor(TinyLife.Actions.Action)
id : '#ctor(TinyLife.Actions.Action)'
parent : TinyLife.Actions.Behaviors.ActionBehavior
langs :
- csharp
- vb
name : ActionBehavior(Action)
nameWithType : ActionBehavior.ActionBehavior(Action)
fullName : TinyLife.Actions.Behaviors.ActionBehavior.ActionBehavior(TinyLife.Actions.Action)
type : Constructor
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : .ctor
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-12-20 13:25:03 +01:00
startLine : 31
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-12-20 13:25:03 +01:00
summary : "\nCreates a new action behavior with the given underlying action.\nTo create an action behavior of a given type automatically, use <xref href=\"TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type%2cTinyLife.Actions.Action)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
content : protected ActionBehavior(Action action)
parameters :
- id : action
type : TinyLife.Actions.Action
description : The action that this behavior is acting upon
content.vb : Protected Sub New(action As Action)
overload : TinyLife.Actions.Behaviors.ActionBehavior.#ctor*
modifiers.csharp :
- protected
modifiers.vb :
- Protected
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions
id : CreateFirstActions
parent : TinyLife.Actions.Behaviors.ActionBehavior
langs :
- csharp
- vb
name : CreateFirstActions()
nameWithType : ActionBehavior.CreateFirstActions()
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions()
type : Method
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : CreateFirstActions
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine : 40
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
summary : "\nCreates a set of actions that should be executed before the main <xref href=\"TinyLife.Actions.Behaviors.ActionBehavior.Action\" data-throw-if-not-resolved=\"false\"></xref> starts.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorAction\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.BehaviorAction.CreateFirstActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : public abstract IEnumerable<Action> CreateFirstActions()
return :
type : System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
description : ''
content.vb : Public MustOverride Function CreateFirstActions As IEnumerable(Of Action)
overload : TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions*
modifiers.csharp :
- public
- abstract
modifiers.vb :
- Public
- MustOverride
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions
id : CreateLastActions
parent : TinyLife.Actions.Behaviors.ActionBehavior
langs :
- csharp
- vb
name : CreateLastActions()
nameWithType : ActionBehavior.CreateLastActions()
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions()
type : Method
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : CreateLastActions
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine : 47
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
summary : "\nCreates a set of actions that should be executed after the main <xref href=\"TinyLife.Actions.Behaviors.ActionBehavior.Action\" data-throw-if-not-resolved=\"false\"></xref> finished.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorAction\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.BehaviorAction.CreateLastActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : public virtual IEnumerable<Action> CreateLastActions()
return :
type : System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
description : ''
content.vb : Public Overridable Function CreateLastActions As IEnumerable(Of Action)
overload : TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions*
modifiers.csharp :
- public
- virtual
modifiers.vb :
- Public
- Overridable
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Initialize
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.Initialize
id : Initialize
parent : TinyLife.Actions.Behaviors.ActionBehavior
langs :
- csharp
- vb
name : Initialize()
nameWithType : ActionBehavior.Initialize()
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Initialize()
type : Method
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : Initialize
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-12-20 13:25:03 +01:00
startLine : 55
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-12-20 13:25:03 +01:00
summary : "\nInitializes this action behavior.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorAction\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenInitialize\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
content : public virtual void Initialize()
content.vb : Public Overridable Sub Initialize
overload : TinyLife.Actions.Behaviors.ActionBehavior.Initialize*
modifiers.csharp :
- public
- virtual
modifiers.vb :
- Public
- Overridable
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id : Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-11-23 16:24:04 +01:00
parent : TinyLife.Actions.Behaviors.ActionBehavior
langs :
- csharp
- vb
2021-11-26 23:42:22 +01:00
name : Update(GameTime, TimeSpan, Single)
nameWithType : ActionBehavior.Update(GameTime, TimeSpan, Single)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
2021-11-23 16:24:04 +01:00
type : Method
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : Update
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-12-20 13:25:03 +01:00
startLine : 64
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-12-20 13:25:03 +01:00
summary : "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorAction\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
2021-11-26 23:42:22 +01:00
content : public virtual void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
2021-11-23 16:24:04 +01:00
parameters :
- id : time
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01:00
description : The game time
- id : passedInGame
type : System.TimeSpan
description : The amount of time that has passed since the last update frame
2021-11-26 23:42:22 +01:00
- id : speedMultiplier
type : System.Single
description : The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb : Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
2021-11-23 16:24:04 +01:00
overload : TinyLife.Actions.Behaviors.ActionBehavior.Update*
modifiers.csharp :
- public
- virtual
modifiers.vb :
- Public
- Overridable
- uid : TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
id : GetIconObject
parent : TinyLife.Actions.Behaviors.ActionBehavior
langs :
- csharp
- vb
name : GetIconObject()
nameWithType : ActionBehavior.GetIconObject()
fullName : TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject()
type : Method
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : GetIconObject
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-12-20 13:25:03 +01:00
startLine : 72
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-12-20 13:25:03 +01:00
summary : "\nReturns this action behavior's icon object.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorAction\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.Action.GetIconObject\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, this method returns the underlying <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Actions.ActionInfo.GetActionObject%60%601(System.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
content : public virtual MapObject GetIconObject()
return :
type : TinyLife.Objects.MapObject
description : The icon object
content.vb : Public Overridable Function GetIconObject As MapObject
overload : TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject*
modifiers.csharp :
- public
- virtual
modifiers.vb :
- Public
- Overridable
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask(TinyLife.Actions.Action)
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask(TinyLife.Actions.Action)
id : CanMultitask(TinyLife.Actions.Action)
parent : TinyLife.Actions.Behaviors.ActionBehavior
langs :
- csharp
- vb
name : CanMultitask(Action)
nameWithType : ActionBehavior.CanMultitask(Action)
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask(TinyLife.Actions.Action)
type : Method
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : CanMultitask
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-12-20 13:25:03 +01:00
startLine : 83
2022-09-05 14:19:42 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
summary : "\nReturn true on this method if this action can be multi-tasked along with the passed <xref href=\"TinyLife.Actions.Behaviors.ActionBehavior.Action\" data-throw-if-not-resolved=\"false\"></xref>.\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 virtual 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 Overridable Function CanMultitask(other As Action) As Boolean
overload : TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask*
modifiers.csharp :
- public
- virtual
modifiers.vb :
- Public
- Overridable
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
id : OnCompleted(TinyLife.Actions.CompletionType)
parent : TinyLife.Actions.Behaviors.ActionBehavior
langs :
- csharp
- vb
name : OnCompleted(CompletionType)
nameWithType : ActionBehavior.OnCompleted(CompletionType)
fullName : TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type : Method
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : OnCompleted
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-12-20 13:25:03 +01:00
startLine : 92
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-12-20 13:25:03 +01:00
summary : "\nCauses any activities that this action behavior executes to be marked as completed.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorAction\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
content : public virtual void OnCompleted(CompletionType completion)
parameters :
- id : completion
type : TinyLife.Actions.CompletionType
description : ''
content.vb : Public Overridable Sub OnCompleted(completion As CompletionType)
overload : TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted*
modifiers.csharp :
- public
- virtual
modifiers.vb :
- Public
- Overridable
- uid : TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
id : GetNextAction(TinyLife.Actions.CompletionType)
parent : TinyLife.Actions.Behaviors.ActionBehavior
langs :
- csharp
- vb
name : GetNextAction(CompletionType)
nameWithType : ActionBehavior.GetNextAction(CompletionType)
fullName : TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
type : Method
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : GetNextAction
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-12-20 13:25:03 +01:00
startLine : 100
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-12-20 13:25:03 +01:00
summary : "\nReturns the action that should be executed after this action behavior's underlying <xref href=\"TinyLife.Actions.Behaviors.ActionBehavior.Action\" data-throw-if-not-resolved=\"false\"></xref> completes.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorAction\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
content : public virtual Action GetNextAction(CompletionType completion)
parameters :
- id : completion
type : TinyLife.Actions.CompletionType
description : The underlying action's completion type
return :
type : TinyLife.Actions.Action
description : The action that should be executed next, or null
content.vb : Public Overridable Function GetNextAction(completion As CompletionType) As Action
overload : TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction*
modifiers.csharp :
- public
- virtual
modifiers.vb :
- Public
- Overridable
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type,TinyLife.Actions.Action)
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type,TinyLife.Actions.Action)
id : CreateDefaultInstance(System.Type,TinyLife.Actions.Action)
2021-11-23 16:24:04 +01:00
parent : TinyLife.Actions.Behaviors.ActionBehavior
langs :
- csharp
- vb
2022-12-20 13:25:03 +01:00
name : CreateDefaultInstance(Type, Action)
nameWithType : ActionBehavior.CreateDefaultInstance(Type, Action)
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type, TinyLife.Actions.Action)
2021-11-23 16:24:04 +01:00
type : Method
source :
remote :
path : TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : CreateDefaultInstance
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/ActionBehavior.cs
2022-12-20 13:25:03 +01:00
startLine : 112
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-12-20 13:25:03 +01:00
summary : "\nCreates a default instance of the type <code data-dev-comment-type=\"paramref\" class=\"paramref\">type</code>, using the default constructor <xref href=\"TinyLife.Actions.Behaviors.ActionBehavior.%23ctor(TinyLife.Actions.Action)\" data-throw-if-not-resolved=\"false\"></xref>.\nIf the type used doesn't have a default constructor, this method throws an <xref href=\"System.InvalidOperationException\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
2022-12-20 13:25:03 +01:00
content : public static ActionBehavior CreateDefaultInstance(Type type, Action action)
2021-11-23 16:24:04 +01:00
parameters :
2022-12-20 13:25:03 +01:00
- id : type
type : System.Type
description : The type of the behavior to construct
2021-11-23 16:24:04 +01:00
- id : action
type : TinyLife.Actions.Action
description : The action that is constructing this behavior
return :
2022-12-20 13:25:03 +01:00
type : TinyLife.Actions.Behaviors.ActionBehavior
2021-11-23 16:24:04 +01:00
description : The behavior instance constructed
2022-12-20 13:25:03 +01:00
content.vb : Public Shared Function CreateDefaultInstance(type As Type, action As Action) As ActionBehavior
2021-11-23 16:24:04 +01:00
overload : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance*
exceptions :
- type : System.InvalidOperationException
commentId : T:System.InvalidOperationException
2022-12-20 13:25:03 +01:00
description : Thrown if the <code data-dev-comment-type="paramref" class="paramref">type</code> does not have a default constructor
2021-11-23 16:24:04 +01:00
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
references :
- uid : TinyLife.Objects.Person
commentId : T:TinyLife.Objects.Person
parent : TinyLife.Objects
name : Person
nameWithType : Person
fullName : TinyLife.Objects.Person
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.BehaviorAction
commentId : T:TinyLife.Actions.BehaviorAction
parent : TinyLife.Actions
name : BehaviorAction
nameWithType : BehaviorAction
fullName : TinyLife.Actions.BehaviorAction
- uid : TinyLife.Actions.MultiAction
commentId : T:TinyLife.Actions.MultiAction
parent : TinyLife.Actions
name : MultiAction
nameWithType : MultiAction
fullName : TinyLife.Actions.MultiAction
2022-01-01 17:06:03 +01:00
- uid : System.Runtime.Serialization.DataContractAttribute
commentId : T:System.Runtime.Serialization.DataContractAttribute
parent : System.Runtime.Serialization
isExternal : true
name : DataContractAttribute
nameWithType : DataContractAttribute
fullName : System.Runtime.Serialization.DataContractAttribute
- uid : TinyLife.Actions.Handlers
commentId : N : TinyLife.Actions.Handlers
name : TinyLife.Actions.Handlers
nameWithType : TinyLife.Actions.Handlers
fullName : TinyLife.Actions.Handlers
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Actions.Behaviors
commentId : N : TinyLife.Actions.Behaviors
name : TinyLife.Actions.Behaviors
nameWithType : TinyLife.Actions.Behaviors
fullName : TinyLife.Actions.Behaviors
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
name : Object
nameWithType : Object
fullName : System.Object
- 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.Behaviors.ActionBehavior.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<ActionBehavior>()
nameWithType : Extensions.JsonCopy<ActionBehavior>()
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Behaviors.ActionBehavior>()
nameWithType.vb : Extensions.JsonCopy(Of ActionBehavior)()
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Behaviors.ActionBehavior)()
name.vb : JsonCopy(Of ActionBehavior)()
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy<ActionBehavior>
nameWithType : Extensions.JsonCopy<ActionBehavior>
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Behaviors.ActionBehavior>
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy(Of ActionBehavior)
nameWithType : Extensions.JsonCopy(Of ActionBehavior)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Behaviors.ActionBehavior)
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions
commentId : N : TinyLife.Actions
name : TinyLife.Actions
nameWithType : TinyLife.Actions
fullName : TinyLife.Actions
2022-01-01 17:06:03 +01:00
- uid : System.Runtime.Serialization
commentId : N : System.Runtime.Serialization
isExternal : true
name : System.Runtime.Serialization
nameWithType : System.Runtime.Serialization
fullName : System.Runtime.Serialization
2021-11-23 16:24:04 +01:00
- uid : System
commentId : N : System
isExternal : true
name : System
nameWithType : System
fullName : System
- 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
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
- uid : TinyLife.Actions.Action
commentId : T:TinyLife.Actions.Action
parent : TinyLife.Actions
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FullyInProgress
commentId : P:TinyLife.Actions.Action.FullyInProgress
parent : TinyLife.Actions.Action
2022-09-05 14:19:42 +02:00
name : FullyInProgress
2022-11-12 13:53:28 +01:00
nameWithType : Action.FullyInProgress
fullName : TinyLife.Actions.Action.FullyInProgress
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress*
commentId : Overload:TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress
name : FullyInProgress
nameWithType : ActionBehavior.FullyInProgress
fullName : TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type,TinyLife.Actions.Action)
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type,TinyLife.Actions.Action)
2021-11-23 16:24:04 +01:00
parent : TinyLife.Actions.Behaviors.ActionBehavior
2022-12-20 13:25:03 +01:00
isExternal : true
name : CreateDefaultInstance(Type, Action)
nameWithType : ActionBehavior.CreateDefaultInstance(Type, Action)
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type, TinyLife.Actions.Action)
2021-11-23 16:24:04 +01:00
spec.csharp :
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type,TinyLife.Actions.Action)
name : CreateDefaultInstance
nameWithType : ActionBehavior.CreateDefaultInstance
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance
2021-11-23 16:24:04 +01:00
- name : (
nameWithType : (
fullName : (
2022-12-20 13:25:03 +01:00
- uid : System.Type
name : Type
nameWithType : Type
fullName : System.Type
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Actions.Action
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
- name : )
nameWithType : )
fullName : )
spec.vb :
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(System.Type,TinyLife.Actions.Action)
name : CreateDefaultInstance
nameWithType : ActionBehavior.CreateDefaultInstance
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance
2021-11-23 16:24:04 +01:00
- name : (
nameWithType : (
fullName : (
2022-12-20 13:25:03 +01:00
- uid : System.Type
name : Type
nameWithType : Type
fullName : System.Type
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Actions.Action
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors.ActionBehavior.#ctor*
commentId : Overload:TinyLife.Actions.Behaviors.ActionBehavior.#ctor
name : ActionBehavior
nameWithType : ActionBehavior.ActionBehavior
fullName : TinyLife.Actions.Behaviors.ActionBehavior.ActionBehavior
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior
commentId : T:TinyLife.Actions.Behaviors.ActionBehavior
parent : TinyLife.Actions.Behaviors
name : ActionBehavior
nameWithType : ActionBehavior
fullName : TinyLife.Actions.Behaviors.ActionBehavior
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Action
commentId : F:TinyLife.Actions.Behaviors.ActionBehavior.Action
parent : TinyLife.Actions.Behaviors.ActionBehavior
name : Action
nameWithType : ActionBehavior.Action
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Action
- uid : TinyLife.Actions.BehaviorAction.CreateFirstActions
commentId : M:TinyLife.Actions.BehaviorAction.CreateFirstActions
parent : TinyLife.Actions.BehaviorAction
name : CreateFirstActions()
nameWithType : BehaviorAction.CreateFirstActions()
fullName : TinyLife.Actions.BehaviorAction.CreateFirstActions()
spec.csharp :
- uid : TinyLife.Actions.BehaviorAction.CreateFirstActions
name : CreateFirstActions
nameWithType : BehaviorAction.CreateFirstActions
fullName : TinyLife.Actions.BehaviorAction.CreateFirstActions
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Actions.BehaviorAction.CreateFirstActions
name : CreateFirstActions
nameWithType : BehaviorAction.CreateFirstActions
fullName : TinyLife.Actions.BehaviorAction.CreateFirstActions
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions*
commentId : Overload:TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions
name : CreateFirstActions
nameWithType : ActionBehavior.CreateFirstActions
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CreateFirstActions
- uid : System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
commentId : T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
parent : System.Collections.Generic
definition : System.Collections.Generic.IEnumerable`1
name : IEnumerable<Action>
nameWithType : IEnumerable<Action>
fullName : System.Collections.Generic.IEnumerable<TinyLife.Actions.Action>
nameWithType.vb : IEnumerable(Of Action)
fullName.vb : System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action)
name.vb : IEnumerable(Of Action)
spec.csharp :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
nameWithType : IEnumerable
fullName : System.Collections.Generic.IEnumerable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : TinyLife.Actions.Action
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
nameWithType : IEnumerable
fullName : System.Collections.Generic.IEnumerable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : TinyLife.Actions.Action
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
- name : )
nameWithType : )
fullName : )
- uid : System.Collections.Generic.IEnumerable`1
commentId : T:System.Collections.Generic.IEnumerable`1
isExternal : true
name : IEnumerable<T>
nameWithType : IEnumerable<T>
fullName : System.Collections.Generic.IEnumerable<T>
nameWithType.vb : IEnumerable(Of T)
fullName.vb : System.Collections.Generic.IEnumerable(Of T)
name.vb : IEnumerable(Of T)
spec.csharp :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
nameWithType : IEnumerable
fullName : System.Collections.Generic.IEnumerable
isExternal : true
- name : <
nameWithType : <
fullName : <
- name : T
nameWithType : T
fullName : T
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
nameWithType : IEnumerable
fullName : System.Collections.Generic.IEnumerable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- uid : System.Collections.Generic
commentId : N : System.Collections.Generic
isExternal : true
name : System.Collections.Generic
nameWithType : System.Collections.Generic
fullName : System.Collections.Generic
- uid : TinyLife.Actions.BehaviorAction.CreateLastActions
commentId : M:TinyLife.Actions.BehaviorAction.CreateLastActions
parent : TinyLife.Actions.BehaviorAction
name : CreateLastActions()
nameWithType : BehaviorAction.CreateLastActions()
fullName : TinyLife.Actions.BehaviorAction.CreateLastActions()
spec.csharp :
- uid : TinyLife.Actions.BehaviorAction.CreateLastActions
name : CreateLastActions
nameWithType : BehaviorAction.CreateLastActions
fullName : TinyLife.Actions.BehaviorAction.CreateLastActions
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Actions.BehaviorAction.CreateLastActions
name : CreateLastActions
nameWithType : BehaviorAction.CreateLastActions
fullName : TinyLife.Actions.BehaviorAction.CreateLastActions
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions*
commentId : Overload:TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions
name : CreateLastActions
nameWithType : ActionBehavior.CreateLastActions
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CreateLastActions
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Actions.MultiAction.AndThenInitialize
commentId : M:TinyLife.Actions.MultiAction.AndThenInitialize
parent : TinyLife.Actions.MultiAction
name : AndThenInitialize()
nameWithType : MultiAction.AndThenInitialize()
fullName : TinyLife.Actions.MultiAction.AndThenInitialize()
spec.csharp :
- uid : TinyLife.Actions.MultiAction.AndThenInitialize
name : AndThenInitialize
nameWithType : MultiAction.AndThenInitialize
fullName : TinyLife.Actions.MultiAction.AndThenInitialize
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Actions.MultiAction.AndThenInitialize
name : AndThenInitialize
nameWithType : MultiAction.AndThenInitialize
fullName : TinyLife.Actions.MultiAction.AndThenInitialize
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Initialize*
commentId : Overload:TinyLife.Actions.Behaviors.ActionBehavior.Initialize
name : Initialize
nameWithType : ActionBehavior.Initialize
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Initialize
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId : M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-11-23 16:24:04 +01:00
parent : TinyLife.Actions.MultiAction
isExternal : true
2021-11-26 23:42:22 +01:00
name : AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType : MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
2021-11-23 16:24:04 +01:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-11-23 16:24:04 +01:00
name : AndThenUpdate
nameWithType : MultiAction.AndThenUpdate
fullName : TinyLife.Actions.MultiAction.AndThenUpdate
- name : (
nameWithType : (
fullName : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01:00
name : GameTime
nameWithType : GameTime
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01:00
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.TimeSpan
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
2021-11-26 23:42:22 +01:00
- uid : System.Single
name : Single
nameWithType : Single
fullName : System.Single
isExternal : true
2021-11-23 16:24:04 +01:00
- name : )
nameWithType : )
fullName : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-11-23 16:24:04 +01:00
name : AndThenUpdate
nameWithType : MultiAction.AndThenUpdate
fullName : TinyLife.Actions.MultiAction.AndThenUpdate
- name : (
nameWithType : (
fullName : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01:00
name : GameTime
nameWithType : GameTime
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01:00
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.TimeSpan
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
2021-11-26 23:42:22 +01:00
- uid : System.Single
name : Single
nameWithType : Single
fullName : System.Single
isExternal : true
2021-11-23 16:24:04 +01:00
- name : )
nameWithType : )
fullName : )
2021-11-26 23:42:22 +01:00
- uid : TinyLife.GameImpl.Speed
commentId : P:TinyLife.GameImpl.Speed
isExternal : true
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Update*
commentId : Overload:TinyLife.Actions.Behaviors.ActionBehavior.Update
name : Update
nameWithType : ActionBehavior.Update
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Update
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
commentId : T:Microsoft.Xna.Framework.GameTime
parent : Microsoft.Xna.Framework
2021-11-23 16:24:04 +01:00
isExternal : true
name : GameTime
nameWithType : GameTime
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01:00
- uid : System.TimeSpan
commentId : T:System.TimeSpan
parent : System
isExternal : true
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
2021-11-26 23:42:22 +01:00
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
name : Single
nameWithType : Single
fullName : System.Single
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
2021-11-23 16:24:04 +01:00
- 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.ActionInfo
commentId : T:TinyLife.Actions.ActionInfo
parent : TinyLife.Actions
name : ActionInfo
nameWithType : ActionInfo
fullName : TinyLife.Actions.ActionInfo
2022-10-18 13:03:11 +02:00
- uid : TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean)
commentId : M:TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean)
2021-11-23 16:24:04 +01:00
isExternal : true
- uid : TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject*
commentId : Overload:TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
name : GetIconObject
nameWithType : ActionBehavior.GetIconObject
fullName : TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
- uid : TinyLife.Objects.MapObject
commentId : T:TinyLife.Objects.MapObject
parent : TinyLife.Objects
name : MapObject
nameWithType : MapObject
fullName : TinyLife.Objects.MapObject
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask*
commentId : Overload:TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask
name : CanMultitask
nameWithType : ActionBehavior.CanMultitask
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
commentId : M:TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
parent : TinyLife.Actions.Action
2021-11-23 16:24:04 +01:00
name : OnCompleted(CompletionType)
2022-11-12 13:53:28 +01:00
nameWithType : Action.OnCompleted(CompletionType)
fullName : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
2021-11-23 16:24:04 +01:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
2021-11-23 16:24:04 +01:00
name : OnCompleted
2022-11-12 13:53:28 +01:00
nameWithType : Action.OnCompleted
fullName : TinyLife.Actions.Action.OnCompleted
2021-11-23 16:24:04 +01:00
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
nameWithType : CompletionType
fullName : TinyLife.Actions.CompletionType
- name : )
nameWithType : )
fullName : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
2021-11-23 16:24:04 +01:00
name : OnCompleted
2022-11-12 13:53:28 +01:00
nameWithType : Action.OnCompleted
fullName : TinyLife.Actions.Action.OnCompleted
2021-11-23 16:24:04 +01:00
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
nameWithType : CompletionType
fullName : TinyLife.Actions.CompletionType
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted*
commentId : Overload:TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted
name : OnCompleted
nameWithType : ActionBehavior.OnCompleted
fullName : TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted
- uid : TinyLife.Actions.CompletionType
commentId : T:TinyLife.Actions.CompletionType
parent : TinyLife.Actions
name : CompletionType
nameWithType : CompletionType
fullName : TinyLife.Actions.CompletionType
- uid : TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
commentId : M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
parent : TinyLife.Actions.Action
name : GetNextAction(CompletionType)
nameWithType : Action.GetNextAction(CompletionType)
fullName : TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
spec.csharp :
- uid : TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
name : GetNextAction
nameWithType : Action.GetNextAction
fullName : TinyLife.Actions.Action.GetNextAction
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
nameWithType : CompletionType
fullName : TinyLife.Actions.CompletionType
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
name : GetNextAction
nameWithType : Action.GetNextAction
fullName : TinyLife.Actions.Action.GetNextAction
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
nameWithType : CompletionType
fullName : TinyLife.Actions.CompletionType
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction*
commentId : Overload:TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction
name : GetNextAction
nameWithType : ActionBehavior.GetNextAction
fullName : TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction
- uid : TinyLife.Actions.Behaviors.ActionBehavior.#ctor(TinyLife.Actions.Action)
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.#ctor(TinyLife.Actions.Action)
isExternal : true
- uid : System.InvalidOperationException
commentId : T:System.InvalidOperationException
isExternal : true
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance*
commentId : Overload:TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance
name : CreateDefaultInstance
nameWithType : ActionBehavior.CreateDefaultInstance
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance
2022-12-20 13:25:03 +01:00
- uid : System.Type
commentId : T:System.Type
parent : System
isExternal : true
name : Type
nameWithType : Type
fullName : System.Type