mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
0.17.0
This commit is contained in:
parent
32b555fbf1
commit
2ee26dba26
152 changed files with 87203 additions and 36622 deletions
31
Changelog.md
31
Changelog.md
|
@ -1,3 +1,34 @@
|
|||
# 0.17.0
|
||||
This update has a devlog post, which you can view [on itch](https://ellpeck.itch.io/tiny-life/devlog/303915/0170-life-goals-reward-personalities-and-daily-tasks) or [on Steam](https://store.steampowered.com/news/app/1651490/view/4244072077610086379). Tiny Life now has a [Twitter](https://twitter.com/TinyLifeGame) for news and sneak peeks, as well!
|
||||
|
||||
Additions
|
||||
- Added Life Goals
|
||||
- Added 5 new personality types that can be obtained by completing life goals
|
||||
- Added a Daily Task system to some jobs
|
||||
- Added Dutch translation ([Alexander Stekelenburg](https://twitter.com/superaxander))
|
||||
|
||||
Improvements
|
||||
- Added an in-game hint that explains out of town actions
|
||||
- Made pivot points pixel-perfect for people to avoid visual alignment inconsistencies
|
||||
- Added Twitter button to main menu
|
||||
- Improved GPU memory usage for tiles
|
||||
- Improved the visual layout of the credits menu
|
||||
- Added a minor personality types system and moved asexuality and aromance from separate properties to minor personalities
|
||||
- Renamed Lazy personality to Laid-Back
|
||||
- Automatically fill empty lot employments and only bring up the menu if there are no available exported people
|
||||
- Made the language menu display the completion of localizations
|
||||
|
||||
Fixes
|
||||
- Fixed newly placed tiles looking weird sometimes
|
||||
- Fixed an action exception when someone is fired while at work
|
||||
- Fixed character creator crashing when someone is bald
|
||||
- Fixed the scrap action being shown as unavailable on all objects if a person is holding an item
|
||||
- Fixed scrapping an object failing if the item is held
|
||||
- Fixed three-seater sofas not actually having three seats
|
||||
- Fixed food items missing creator information in their tooltip
|
||||
- Fixed concurrency issues when saving occasionally
|
||||
- Fixed people displaying particles when hidden
|
||||
|
||||
# 0.16.1
|
||||
Additions
|
||||
- Added "[Give Feedback or Report Bug](https://ell.lt/tlfeedback)" buttons to the in-game and main menus
|
||||
|
|
450
api/.manifest
450
api/.manifest
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AiSettings
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 309
|
||||
startLine: 317
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -66,7 +66,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SolvedNeeds
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 316
|
||||
startLine: 324
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -99,7 +99,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PassivePriority
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 323
|
||||
startLine: 331
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -132,7 +132,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanDoRandomly
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 330
|
||||
startLine: 338
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -165,7 +165,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanDoAtAnyPoint
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 337
|
||||
startLine: 345
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -198,7 +198,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NeedsFreeActionSpot
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 343
|
||||
startLine: 351
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanExecuteDelegate
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 174
|
||||
startLine: 178
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -5,6 +5,7 @@ items:
|
|||
id: ActionType.CanExecuteResult
|
||||
parent: TinyLife.Actions
|
||||
children:
|
||||
- TinyLife.Actions.ActionType.CanExecuteResult.AlreadyDone
|
||||
- TinyLife.Actions.ActionType.CanExecuteResult.BlockedByEmotionModifier
|
||||
- TinyLife.Actions.ActionType.CanExecuteResult.Expired
|
||||
- TinyLife.Actions.ActionType.CanExecuteResult.Hidden
|
||||
|
@ -39,7 +40,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanExecuteResult
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 350
|
||||
startLine: 358
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -75,7 +76,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Hidden
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 355
|
||||
startLine: 363
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -109,7 +110,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Valid
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 359
|
||||
startLine: 367
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -143,7 +144,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HoldingItem
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 363
|
||||
startLine: 371
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -177,7 +178,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NoSpace
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 367
|
||||
startLine: 375
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -211,7 +212,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NoChair
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 371
|
||||
startLine: 379
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -245,7 +246,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NotEnoughMoney
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 375
|
||||
startLine: 383
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -279,7 +280,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NotEnoughSkill
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 379
|
||||
startLine: 387
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -313,7 +314,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooFar
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 383
|
||||
startLine: 391
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -347,7 +348,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NotYours
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 387
|
||||
startLine: 395
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -381,7 +382,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooUncomfortable
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 391
|
||||
startLine: 399
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -415,7 +416,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooEmbarrassed
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 395
|
||||
startLine: 403
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -449,7 +450,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooSad
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 399
|
||||
startLine: 407
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -483,7 +484,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WrongRelationshipType
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 403
|
||||
startLine: 411
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -517,7 +518,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ObjectBroken
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 407
|
||||
startLine: 415
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -551,7 +552,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NoMatchingObjectAround
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 411
|
||||
startLine: 419
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -585,7 +586,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: UtilitiesDisabled
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 415
|
||||
startLine: 423
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -619,7 +620,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Expired
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 419
|
||||
startLine: 427
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -653,7 +654,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BlockedByEmotionModifier
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 423
|
||||
startLine: 431
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -687,7 +688,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WaitingRequired
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 427
|
||||
startLine: 435
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -721,7 +722,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooStunned
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 431
|
||||
startLine: 439
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -737,6 +738,40 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Actions.ActionType.CanExecuteResult.AlreadyDone
|
||||
commentId: F:TinyLife.Actions.ActionType.CanExecuteResult.AlreadyDone
|
||||
id: AlreadyDone
|
||||
parent: TinyLife.Actions.ActionType.CanExecuteResult
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AlreadyDone
|
||||
nameWithType: ActionType.CanExecuteResult.AlreadyDone
|
||||
fullName: TinyLife.Actions.ActionType.CanExecuteResult.AlreadyDone
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AlreadyDone
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 443
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA result that should be returned if an action is already completed, like <see cref=\"!:ActionType.DoHomework\"></see> if the homework is already completed\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: AlreadyDone = 20
|
||||
return:
|
||||
type: TinyLife.Actions.ActionType.CanExecuteResult
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
|
||||
commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate
|
||||
|
|
|
@ -19,6 +19,7 @@ items:
|
|||
- TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere
|
||||
- TinyLife.Actions.ActionType.TypeSettings.Name
|
||||
- TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory
|
||||
- TinyLife.Actions.ActionType.TypeSettings.RequiredAges
|
||||
- TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
|
||||
- TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality
|
||||
- TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
|
||||
|
@ -39,7 +40,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TypeSettings
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 179
|
||||
startLine: 183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -87,7 +88,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 184
|
||||
startLine: 188
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -120,7 +121,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NameWithoutCategory
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 189
|
||||
startLine: 193
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -158,7 +159,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Categories
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 194
|
||||
startLine: 198
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -196,7 +197,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Texture
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 199
|
||||
startLine: 203
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -229,7 +230,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Context
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 204
|
||||
startLine: 208
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -262,7 +263,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanExecute
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 210
|
||||
startLine: 214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -295,7 +296,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ConstructedType
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 215
|
||||
startLine: 219
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -328,7 +329,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ConstructorArguments
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 220
|
||||
startLine: 224
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -361,7 +362,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Varieties
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 228
|
||||
startLine: 232
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -394,7 +395,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Ai
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 233
|
||||
startLine: 237
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -427,7 +428,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsInappropriateElsewhere
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 238
|
||||
startLine: 242
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -460,7 +461,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IconName
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 244
|
||||
startLine: 248
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -493,7 +494,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDisplayName
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 250
|
||||
startLine: 254
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -526,7 +527,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredSkill
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 256
|
||||
startLine: 260
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -541,6 +542,39 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Actions.ActionType.TypeSettings.RequiredAges
|
||||
commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredAges
|
||||
id: RequiredAges
|
||||
parent: TinyLife.Actions.ActionType.TypeSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RequiredAges
|
||||
nameWithType: ActionType.TypeSettings.RequiredAges
|
||||
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredAges
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredAges
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 264
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA combined flag of <xref href=\"TinyLife.Objects.AgeGroup\" data-throw-if-not-resolved=\"false\"></xref> values that determines people of which ages can do this action\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public AgeGroup RequiredAges
|
||||
return:
|
||||
type: TinyLife.Objects.AgeGroup
|
||||
content.vb: Public RequiredAges As AgeGroup
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
|
||||
commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
|
||||
id: RequiredEmotion
|
||||
|
@ -559,7 +593,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredEmotion
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 261
|
||||
startLine: 269
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -592,7 +626,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredPersonality
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 266
|
||||
startLine: 274
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -625,7 +659,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 276
|
||||
startLine: 284
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -667,7 +701,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SetData
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 287
|
||||
startLine: 295
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -705,7 +739,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetData
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 293
|
||||
startLine: 301
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -748,7 +782,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDataKeys
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 298
|
||||
startLine: 306
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2048,6 +2082,12 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
commentId: T:TinyLife.Objects.AgeGroup
|
||||
parent: TinyLife.Objects
|
||||
name: AgeGroup
|
||||
nameWithType: AgeGroup
|
||||
fullName: TinyLife.Objects.AgeGroup
|
||||
- uid: TinyLife.Emotions.EmotionType
|
||||
commentId: T:TinyLife.Emotions.EmotionType
|
||||
parent: TinyLife.Emotions
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,29 +1,29 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
commentId: T:TinyLife.Actions.Action.CompletionType
|
||||
id: Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
commentId: T:TinyLife.Actions.CompletionType
|
||||
id: CompletionType
|
||||
parent: TinyLife.Actions
|
||||
children:
|
||||
- TinyLife.Actions.Action.CompletionType.Active
|
||||
- TinyLife.Actions.Action.CompletionType.Canceled
|
||||
- TinyLife.Actions.Action.CompletionType.Completed
|
||||
- TinyLife.Actions.Action.CompletionType.Failed
|
||||
- TinyLife.Actions.CompletionType.Active
|
||||
- TinyLife.Actions.CompletionType.Canceled
|
||||
- TinyLife.Actions.CompletionType.Completed
|
||||
- TinyLife.Actions.CompletionType.Failed
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CompletionType
|
||||
path: Actions/Action.cs
|
||||
startLine: 648
|
||||
path: Actions/CompletionType.cs
|
||||
startLine: 4
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -33,34 +33,34 @@ items:
|
|||
content: public enum CompletionType
|
||||
content.vb: Public Enum CompletionType
|
||||
extensionMethods:
|
||||
- TinyLife.Actions.Action.CompletionType.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- TinyLife.Actions.Action.CompletionType.TinyLife.Utilities.Extensions.BothCompleted(System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- TinyLife.Actions.Action.CompletionType.TinyLife.Utilities.Extensions.OneCompleted(System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.BothCompleted(System.Func{TinyLife.Actions.CompletionType})
|
||||
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.OneCompleted(System.Func{TinyLife.Actions.CompletionType})
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: TinyLife.Actions.Action.CompletionType.Active
|
||||
commentId: F:TinyLife.Actions.Action.CompletionType.Active
|
||||
- uid: TinyLife.Actions.CompletionType.Active
|
||||
commentId: F:TinyLife.Actions.CompletionType.Active
|
||||
id: Active
|
||||
parent: TinyLife.Actions.Action.CompletionType
|
||||
parent: TinyLife.Actions.CompletionType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Active
|
||||
nameWithType: Action.CompletionType.Active
|
||||
fullName: TinyLife.Actions.Action.CompletionType.Active
|
||||
nameWithType: CompletionType.Active
|
||||
fullName: TinyLife.Actions.CompletionType.Active
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Active
|
||||
path: Actions/Action.cs
|
||||
startLine: 653
|
||||
path: Actions/CompletionType.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -69,32 +69,32 @@ items:
|
|||
syntax:
|
||||
content: Active = 0
|
||||
return:
|
||||
type: TinyLife.Actions.Action.CompletionType
|
||||
type: TinyLife.Actions.CompletionType
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Actions.Action.CompletionType.Completed
|
||||
commentId: F:TinyLife.Actions.Action.CompletionType.Completed
|
||||
- uid: TinyLife.Actions.CompletionType.Completed
|
||||
commentId: F:TinyLife.Actions.CompletionType.Completed
|
||||
id: Completed
|
||||
parent: TinyLife.Actions.Action.CompletionType
|
||||
parent: TinyLife.Actions.CompletionType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Completed
|
||||
nameWithType: Action.CompletionType.Completed
|
||||
fullName: TinyLife.Actions.Action.CompletionType.Completed
|
||||
nameWithType: CompletionType.Completed
|
||||
fullName: TinyLife.Actions.CompletionType.Completed
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Completed
|
||||
path: Actions/Action.cs
|
||||
startLine: 657
|
||||
path: Actions/CompletionType.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -103,32 +103,32 @@ items:
|
|||
syntax:
|
||||
content: Completed = 1
|
||||
return:
|
||||
type: TinyLife.Actions.Action.CompletionType
|
||||
type: TinyLife.Actions.CompletionType
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Actions.Action.CompletionType.Failed
|
||||
commentId: F:TinyLife.Actions.Action.CompletionType.Failed
|
||||
- uid: TinyLife.Actions.CompletionType.Failed
|
||||
commentId: F:TinyLife.Actions.CompletionType.Failed
|
||||
id: Failed
|
||||
parent: TinyLife.Actions.Action.CompletionType
|
||||
parent: TinyLife.Actions.CompletionType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Failed
|
||||
nameWithType: Action.CompletionType.Failed
|
||||
fullName: TinyLife.Actions.Action.CompletionType.Failed
|
||||
nameWithType: CompletionType.Failed
|
||||
fullName: TinyLife.Actions.CompletionType.Failed
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Failed
|
||||
path: Actions/Action.cs
|
||||
startLine: 661
|
||||
path: Actions/CompletionType.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -137,32 +137,32 @@ items:
|
|||
syntax:
|
||||
content: Failed = 2
|
||||
return:
|
||||
type: TinyLife.Actions.Action.CompletionType
|
||||
type: TinyLife.Actions.CompletionType
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Actions.Action.CompletionType.Canceled
|
||||
commentId: F:TinyLife.Actions.Action.CompletionType.Canceled
|
||||
- uid: TinyLife.Actions.CompletionType.Canceled
|
||||
commentId: F:TinyLife.Actions.CompletionType.Canceled
|
||||
id: Canceled
|
||||
parent: TinyLife.Actions.Action.CompletionType
|
||||
parent: TinyLife.Actions.CompletionType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Canceled
|
||||
nameWithType: Action.CompletionType.Canceled
|
||||
fullName: TinyLife.Actions.Action.CompletionType.Canceled
|
||||
nameWithType: CompletionType.Canceled
|
||||
fullName: TinyLife.Actions.CompletionType.Canceled
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Canceled
|
||||
path: Actions/Action.cs
|
||||
startLine: 665
|
||||
path: Actions/CompletionType.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -171,7 +171,7 @@ items:
|
|||
syntax:
|
||||
content: Canceled = 3
|
||||
return:
|
||||
type: TinyLife.Actions.Action.CompletionType
|
||||
type: TinyLife.Actions.CompletionType
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
|
@ -190,21 +190,21 @@ references:
|
|||
name: TinyLife.Actions
|
||||
nameWithType: TinyLife.Actions
|
||||
fullName: TinyLife.Actions
|
||||
- uid: TinyLife.Actions.Action.CompletionType.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- uid: TinyLife.Actions.CompletionType.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<Action.CompletionType>()
|
||||
nameWithType: Extensions.JsonCopy<Action.CompletionType>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Action.CompletionType>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of Action.CompletionType)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Action.CompletionType)()
|
||||
name.vb: JsonCopy(Of Action.CompletionType)()
|
||||
name: JsonCopy<CompletionType>()
|
||||
nameWithType: Extensions.JsonCopy<CompletionType>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.CompletionType>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of CompletionType)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.CompletionType)()
|
||||
name.vb: JsonCopy(Of CompletionType)()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<Action.CompletionType>
|
||||
nameWithType: Extensions.JsonCopy<Action.CompletionType>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Action.CompletionType>
|
||||
name: JsonCopy<CompletionType>
|
||||
nameWithType: Extensions.JsonCopy<CompletionType>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.CompletionType>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -213,27 +213,27 @@ references:
|
|||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of Action.CompletionType)
|
||||
nameWithType: Extensions.JsonCopy(Of Action.CompletionType)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Action.CompletionType)
|
||||
name: JsonCopy(Of CompletionType)
|
||||
nameWithType: Extensions.JsonCopy(Of CompletionType)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.CompletionType)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.CompletionType.TinyLife.Utilities.Extensions.BothCompleted(System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
commentId: M:TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.Action.CompletionType,System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.BothCompleted(System.Func{TinyLife.Actions.CompletionType})
|
||||
commentId: M:TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.Action.CompletionType,System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
name: BothCompleted(Func<Action.CompletionType>)
|
||||
nameWithType: Extensions.BothCompleted(Func<Action.CompletionType>)
|
||||
fullName: TinyLife.Utilities.Extensions.BothCompleted(System.Func<TinyLife.Actions.Action.CompletionType>)
|
||||
nameWithType.vb: Extensions.BothCompleted(Func(Of Action.CompletionType))
|
||||
fullName.vb: TinyLife.Utilities.Extensions.BothCompleted(System.Func(Of TinyLife.Actions.Action.CompletionType))
|
||||
name.vb: BothCompleted(Func(Of Action.CompletionType))
|
||||
definition: TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
||||
name: BothCompleted(Func<CompletionType>)
|
||||
nameWithType: Extensions.BothCompleted(Func<CompletionType>)
|
||||
fullName: TinyLife.Utilities.Extensions.BothCompleted(System.Func<TinyLife.Actions.CompletionType>)
|
||||
nameWithType.vb: Extensions.BothCompleted(Func(Of CompletionType))
|
||||
fullName.vb: TinyLife.Utilities.Extensions.BothCompleted(System.Func(Of TinyLife.Actions.CompletionType))
|
||||
name.vb: BothCompleted(Func(Of CompletionType))
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.BothCompleted(System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- uid: TinyLife.Utilities.Extensions.BothCompleted(System.Func{TinyLife.Actions.CompletionType})
|
||||
name: BothCompleted
|
||||
nameWithType: Extensions.BothCompleted
|
||||
fullName: TinyLife.Utilities.Extensions.BothCompleted
|
||||
|
@ -248,10 +248,10 @@ references:
|
|||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
|
@ -259,7 +259,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.BothCompleted(System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- uid: TinyLife.Utilities.Extensions.BothCompleted(System.Func{TinyLife.Actions.CompletionType})
|
||||
name: BothCompleted
|
||||
nameWithType: Extensions.BothCompleted
|
||||
fullName: TinyLife.Utilities.Extensions.BothCompleted
|
||||
|
@ -274,28 +274,28 @@ references:
|
|||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.CompletionType.TinyLife.Utilities.Extensions.OneCompleted(System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
commentId: M:TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.Action.CompletionType,System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.OneCompleted(System.Func{TinyLife.Actions.CompletionType})
|
||||
commentId: M:TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.Action.CompletionType,System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
name: OneCompleted(Func<Action.CompletionType>)
|
||||
nameWithType: Extensions.OneCompleted(Func<Action.CompletionType>)
|
||||
fullName: TinyLife.Utilities.Extensions.OneCompleted(System.Func<TinyLife.Actions.Action.CompletionType>)
|
||||
nameWithType.vb: Extensions.OneCompleted(Func(Of Action.CompletionType))
|
||||
fullName.vb: TinyLife.Utilities.Extensions.OneCompleted(System.Func(Of TinyLife.Actions.Action.CompletionType))
|
||||
name.vb: OneCompleted(Func(Of Action.CompletionType))
|
||||
definition: TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
||||
name: OneCompleted(Func<CompletionType>)
|
||||
nameWithType: Extensions.OneCompleted(Func<CompletionType>)
|
||||
fullName: TinyLife.Utilities.Extensions.OneCompleted(System.Func<TinyLife.Actions.CompletionType>)
|
||||
nameWithType.vb: Extensions.OneCompleted(Func(Of CompletionType))
|
||||
fullName.vb: TinyLife.Utilities.Extensions.OneCompleted(System.Func(Of TinyLife.Actions.CompletionType))
|
||||
name.vb: OneCompleted(Func(Of CompletionType))
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.OneCompleted(System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- uid: TinyLife.Utilities.Extensions.OneCompleted(System.Func{TinyLife.Actions.CompletionType})
|
||||
name: OneCompleted
|
||||
nameWithType: Extensions.OneCompleted
|
||||
fullName: TinyLife.Utilities.Extensions.OneCompleted
|
||||
|
@ -310,10 +310,10 @@ references:
|
|||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
|
@ -321,7 +321,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.OneCompleted(System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- uid: TinyLife.Utilities.Extensions.OneCompleted(System.Func{TinyLife.Actions.CompletionType})
|
||||
name: OneCompleted
|
||||
nameWithType: Extensions.OneCompleted
|
||||
fullName: TinyLife.Utilities.Extensions.OneCompleted
|
||||
|
@ -336,10 +336,10 @@ references:
|
|||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -388,27 +388,27 @@ references:
|
|||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.Action.CompletionType,System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
commentId: M:TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.Action.CompletionType,System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- uid: TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
||||
commentId: M:TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
||||
isExternal: true
|
||||
name: BothCompleted(Action.CompletionType, Func<Action.CompletionType>)
|
||||
nameWithType: Extensions.BothCompleted(Action.CompletionType, Func<Action.CompletionType>)
|
||||
fullName: TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.Action.CompletionType, System.Func<TinyLife.Actions.Action.CompletionType>)
|
||||
nameWithType.vb: Extensions.BothCompleted(Action.CompletionType, Func(Of Action.CompletionType))
|
||||
fullName.vb: TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.Action.CompletionType, System.Func(Of TinyLife.Actions.Action.CompletionType))
|
||||
name.vb: BothCompleted(Action.CompletionType, Func(Of Action.CompletionType))
|
||||
name: BothCompleted(CompletionType, Func<CompletionType>)
|
||||
nameWithType: Extensions.BothCompleted(CompletionType, Func<CompletionType>)
|
||||
fullName: TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.CompletionType, System.Func<TinyLife.Actions.CompletionType>)
|
||||
nameWithType.vb: Extensions.BothCompleted(CompletionType, Func(Of CompletionType))
|
||||
fullName.vb: TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.CompletionType, System.Func(Of TinyLife.Actions.CompletionType))
|
||||
name.vb: BothCompleted(CompletionType, Func(Of CompletionType))
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.Action.CompletionType,System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- uid: TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
||||
name: BothCompleted
|
||||
nameWithType: Extensions.BothCompleted
|
||||
fullName: TinyLife.Utilities.Extensions.BothCompleted
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -420,10 +420,10 @@ references:
|
|||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
|
@ -431,17 +431,17 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.Action.CompletionType,System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- uid: TinyLife.Utilities.Extensions.BothCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
||||
name: BothCompleted
|
||||
nameWithType: Extensions.BothCompleted
|
||||
fullName: TinyLife.Utilities.Extensions.BothCompleted
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -453,37 +453,37 @@ references:
|
|||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.Action.CompletionType,System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
commentId: M:TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.Action.CompletionType,System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- uid: TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
||||
commentId: M:TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
||||
isExternal: true
|
||||
name: OneCompleted(Action.CompletionType, Func<Action.CompletionType>)
|
||||
nameWithType: Extensions.OneCompleted(Action.CompletionType, Func<Action.CompletionType>)
|
||||
fullName: TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.Action.CompletionType, System.Func<TinyLife.Actions.Action.CompletionType>)
|
||||
nameWithType.vb: Extensions.OneCompleted(Action.CompletionType, Func(Of Action.CompletionType))
|
||||
fullName.vb: TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.Action.CompletionType, System.Func(Of TinyLife.Actions.Action.CompletionType))
|
||||
name.vb: OneCompleted(Action.CompletionType, Func(Of Action.CompletionType))
|
||||
name: OneCompleted(CompletionType, Func<CompletionType>)
|
||||
nameWithType: Extensions.OneCompleted(CompletionType, Func<CompletionType>)
|
||||
fullName: TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.CompletionType, System.Func<TinyLife.Actions.CompletionType>)
|
||||
nameWithType.vb: Extensions.OneCompleted(CompletionType, Func(Of CompletionType))
|
||||
fullName.vb: TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.CompletionType, System.Func(Of TinyLife.Actions.CompletionType))
|
||||
name.vb: OneCompleted(CompletionType, Func(Of CompletionType))
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.Action.CompletionType,System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- uid: TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
||||
name: OneCompleted
|
||||
nameWithType: Extensions.OneCompleted
|
||||
fullName: TinyLife.Utilities.Extensions.OneCompleted
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -495,10 +495,10 @@ references:
|
|||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
|
@ -506,17 +506,17 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.Action.CompletionType,System.Func{TinyLife.Actions.Action.CompletionType})
|
||||
- uid: TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
||||
name: OneCompleted
|
||||
nameWithType: Extensions.OneCompleted
|
||||
fullName: TinyLife.Utilities.Extensions.OneCompleted
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -528,10 +528,10 @@ references:
|
|||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -543,9 +543,9 @@ references:
|
|||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
commentId: T:TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
commentId: T:TinyLife.Actions.CompletionType
|
||||
parent: TinyLife.Actions
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
1151
api/TinyLife.Actions.MultiActionHandler.yml
Normal file
1151
api/TinyLife.Actions.MultiActionHandler.yml
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
3987
api/TinyLife.Actions.PickUpOrSpawnAction.yml
Normal file
3987
api/TinyLife.Actions.PickUpOrSpawnAction.yml
Normal file
File diff suppressed because it is too large
Load diff
3984
api/TinyLife.Actions.PutAwayAction.yml
Normal file
3984
api/TinyLife.Actions.PutAwayAction.yml
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EvaluationResult
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 350
|
||||
startLine: 376
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -5,6 +5,7 @@ items:
|
|||
id: TalkAction.TalkSettings
|
||||
parent: TinyLife.Actions
|
||||
children:
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.CanDoRandomly
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.CanExecute
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
|
||||
|
@ -20,11 +21,14 @@ items:
|
|||
- TinyLife.Actions.TalkAction.TalkSettings.OnSuccess
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.RequiredAges
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.RequiredPersonality
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -40,7 +44,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TalkSettings
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 103
|
||||
startLine: 104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -96,7 +100,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FriendshipGain
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 109
|
||||
startLine: 110
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -129,7 +133,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GoBadlyChance
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 114
|
||||
startLine: 115
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -162,7 +166,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TalkMinutes
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 118
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -195,7 +199,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EmoteCategory
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 122
|
||||
startLine: 123
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -228,7 +232,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SpeakStyle
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 126
|
||||
startLine: 127
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -261,7 +265,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PartnerEmoteCategory
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 131
|
||||
startLine: 132
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -294,7 +298,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PartnerSpeakStyle
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 136
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -327,7 +331,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GainedSkill
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 140
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -360,7 +364,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GainSkillOnFailure
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 145
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -393,11 +397,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RestoredNeed
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 149
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nThe need (alongside <xref href=\"TinyLife.NeedType.Social\" data-throw-if-not-resolved=\"false\"></xref>) that is restored during the conversation\n"
|
||||
summary: "\nThe need (alongside <xref href=\"TinyLife.NeedType.Social\" data-throw-if-not-resolved=\"false\"></xref>) that is restored during the conversation.\nNote that, if the amount is set to 0, the action's <xref href=\"TinyLife.Actions.ActionType.AiSettings.SolvedNeeds\" data-throw-if-not-resolved=\"false\"></xref> will still be set.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public (NeedType Type, int Amount) RestoredNeed
|
||||
|
@ -426,7 +430,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredEmotion
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 154
|
||||
startLine: 156
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -459,7 +463,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredPersonality
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 159
|
||||
startLine: 161
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -492,7 +496,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredSkill
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 165
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -507,6 +511,72 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Actions.TalkAction.TalkSettings.RequiredAges
|
||||
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RequiredAges
|
||||
id: RequiredAges
|
||||
parent: TinyLife.Actions.TalkAction.TalkSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RequiredAges
|
||||
nameWithType: TalkAction.TalkSettings.RequiredAges
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.RequiredAges
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredAges
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 172
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nThe <xref href=\"TinyLife.Objects.AgeGroup\" data-throw-if-not-resolved=\"false\"></xref> values that a person can have for this action to become available to them.\nBy default, this value is 0, meaning all ages are allowed.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public AgeGroup RequiredAges
|
||||
return:
|
||||
type: TinyLife.Objects.AgeGroup
|
||||
content.vb: Public RequiredAges As AgeGroup
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges
|
||||
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges
|
||||
id: RequiredPartnerAges
|
||||
parent: TinyLife.Actions.TalkAction.TalkSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RequiredPartnerAges
|
||||
nameWithType: TalkAction.TalkSettings.RequiredPartnerAges
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredPartnerAges
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 177
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nThe <xref href=\"TinyLife.Objects.AgeGroup\" data-throw-if-not-resolved=\"false\"></xref> values that an action partner can have for this action to become available to a person.\nBy default, this value is 0, meaning all ages are allowed.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public AgeGroup RequiredPartnerAges
|
||||
return:
|
||||
type: TinyLife.Objects.AgeGroup
|
||||
content.vb: Public RequiredPartnerAges As AgeGroup
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Actions.TalkAction.TalkSettings.CanExecute
|
||||
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.CanExecute
|
||||
id: CanExecute
|
||||
|
@ -525,7 +595,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanExecute
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 170
|
||||
startLine: 182
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -558,17 +628,50 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FailEmotion
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 175
|
||||
startLine: 187
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref> that is added to the person if this talk action fails.\nThe talk actions fails if the <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance\" data-throw-if-not-resolved=\"false\"></xref> has been randomly reached.\n"
|
||||
summary: "\nA <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref> that is added to the <xref href=\"TinyLife.Actions.SocialAction.IsMain\" data-throw-if-not-resolved=\"false\"></xref> person if this talk action fails.\nThe talk actions fails if the <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance\" data-throw-if-not-resolved=\"false\"></xref> has been randomly reached.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public EmotionModifier FailEmotion
|
||||
content: public (EmotionModifier Modifier, int Amount, TimeSpan Time) FailEmotion
|
||||
return:
|
||||
type: TinyLife.Emotions.EmotionModifier
|
||||
content.vb: Public FailEmotion As EmotionModifier
|
||||
type: System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}
|
||||
content.vb: Public FailEmotion As(Modifier As EmotionModifier, Amount As Integer, Time As TimeSpan)(Of EmotionModifier , Integer, TimeSpan)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion
|
||||
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion
|
||||
id: SuccessEmotion
|
||||
parent: TinyLife.Actions.TalkAction.TalkSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SuccessEmotion
|
||||
nameWithType: TalkAction.TalkSettings.SuccessEmotion
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SuccessEmotion
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 191
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref> that is added to the <xref href=\"TinyLife.Actions.SocialAction.IsMain\" data-throw-if-not-resolved=\"false\"></xref> person if this talk action succeeds\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public (EmotionModifier Modifier, int Amount, TimeSpan Time) SuccessEmotion
|
||||
return:
|
||||
type: System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}
|
||||
content.vb: Public SuccessEmotion As(Modifier As EmotionModifier, Amount As Integer, Time As TimeSpan)(Of EmotionModifier , Integer, TimeSpan)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
|
@ -591,7 +694,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GainRomancePercentage
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 181
|
||||
startLine: 197
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -624,7 +727,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LoweredEmotion
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 186
|
||||
startLine: 202
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -657,7 +760,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnSuccess
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 190
|
||||
startLine: 206
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -690,7 +793,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnFailure
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 194
|
||||
startLine: 210
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -705,6 +808,39 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Actions.TalkAction.TalkSettings.CanDoRandomly
|
||||
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.CanDoRandomly
|
||||
id: CanDoRandomly
|
||||
parent: TinyLife.Actions.TalkAction.TalkSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CanDoRandomly
|
||||
nameWithType: TalkAction.TalkSettings.CanDoRandomly
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.CanDoRandomly
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanDoRandomly
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nWhether this action can be done randomly or not.\nThis value is passed to <xref href=\"TinyLife.Actions.ActionType.AiSettings.CanDoRandomly\" data-throw-if-not-resolved=\"false\"></xref>, and it defaults to true.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool CanDoRandomly
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public CanDoRandomly As Boolean
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||
id: CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||
|
@ -723,7 +859,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CheckCanExecute
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 203
|
||||
startLine: 224
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -765,7 +901,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Evaluate
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 213
|
||||
startLine: 237
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1985,6 +2121,9 @@ references:
|
|||
- uid: TinyLife.NeedType.Social
|
||||
commentId: F:TinyLife.NeedType.Social
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
|
||||
commentId: F:TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
|
||||
isExternal: true
|
||||
- uid: System.ValueTuple{TinyLife.NeedType,System.Int32}
|
||||
commentId: T:System.ValueTuple{TinyLife.NeedType,System.Int32}
|
||||
parent: System
|
||||
|
@ -2085,6 +2224,12 @@ references:
|
|||
name: TinyLife.Skills
|
||||
nameWithType: TinyLife.Skills
|
||||
fullName: TinyLife.Skills
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
commentId: T:TinyLife.Objects.AgeGroup
|
||||
parent: TinyLife.Objects
|
||||
name: AgeGroup
|
||||
nameWithType: AgeGroup
|
||||
fullName: TinyLife.Objects.AgeGroup
|
||||
- uid: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||
isExternal: true
|
||||
|
@ -2100,6 +2245,155 @@ references:
|
|||
name: EmotionModifier
|
||||
nameWithType: EmotionModifier
|
||||
fullName: TinyLife.Emotions.EmotionModifier
|
||||
- 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: System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}
|
||||
commentId: T:System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}
|
||||
parent: System
|
||||
definition: System.ValueTuple`3
|
||||
name: (T1, T2, T3)<EmotionModifier, Int32, TimeSpan>
|
||||
nameWithType: (T1, T2, T3)<EmotionModifier, Int32, TimeSpan>
|
||||
fullName: System.ValueTuple<TinyLife.Emotions.EmotionModifier, System.Int32, System.TimeSpan>
|
||||
nameWithType.vb: (T1, T2, T3)(Of EmotionModifier, Int32, TimeSpan)
|
||||
fullName.vb: System.ValueTuple(Of TinyLife.Emotions.EmotionModifier, System.Int32, System.TimeSpan)
|
||||
name.vb: (T1, T2, T3)(Of EmotionModifier, Int32, TimeSpan)
|
||||
spec.csharp:
|
||||
- uid: System.ValueTuple`3
|
||||
name: (T1, T2, T3)
|
||||
nameWithType: (T1, T2, T3)
|
||||
fullName: System.ValueTuple
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Emotions.EmotionModifier
|
||||
name: EmotionModifier
|
||||
nameWithType: EmotionModifier
|
||||
fullName: TinyLife.Emotions.EmotionModifier
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Int32
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.ValueTuple`3
|
||||
name: (T1, T2, T3)
|
||||
nameWithType: (T1, T2, T3)
|
||||
fullName: System.ValueTuple
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Emotions.EmotionModifier
|
||||
name: EmotionModifier
|
||||
nameWithType: EmotionModifier
|
||||
fullName: TinyLife.Emotions.EmotionModifier
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Int32
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction
|
||||
commentId: T:TinyLife.Actions.SocialAction
|
||||
parent: TinyLife.Actions
|
||||
name: SocialAction
|
||||
nameWithType: SocialAction
|
||||
fullName: TinyLife.Actions.SocialAction
|
||||
- uid: System.ValueTuple`3
|
||||
commentId: T:System.ValueTuple`3
|
||||
isExternal: true
|
||||
name: (T1, T2, T3)<T1, T2, T3>
|
||||
nameWithType: (T1, T2, T3)<T1, T2, T3>
|
||||
fullName: System.ValueTuple<T1, T2, T3>
|
||||
nameWithType.vb: (T1, T2, T3)(Of T1, T2, T3)
|
||||
fullName.vb: System.ValueTuple(Of T1, T2, T3)
|
||||
name.vb: (T1, T2, T3)(Of T1, T2, T3)
|
||||
spec.csharp:
|
||||
- uid: System.ValueTuple`3
|
||||
name: (T1, T2, T3)
|
||||
nameWithType: (T1, T2, T3)
|
||||
fullName: System.ValueTuple
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T3
|
||||
nameWithType: T3
|
||||
fullName: T3
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.ValueTuple`3
|
||||
name: (T1, T2, T3)
|
||||
nameWithType: (T1, T2, T3)
|
||||
fullName: System.ValueTuple
|
||||
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: ', '
|
||||
- name: T3
|
||||
nameWithType: T3
|
||||
fullName: T3
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain
|
||||
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain
|
||||
isExternal: true
|
||||
|
@ -2170,12 +2464,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- 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: System.Action{TinyLife.Actions.SocialAction}
|
||||
commentId: T:System.Action{TinyLife.Actions.SocialAction}
|
||||
parent: System
|
||||
|
@ -2218,12 +2506,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.SocialAction
|
||||
commentId: T:TinyLife.Actions.SocialAction
|
||||
parent: TinyLife.Actions
|
||||
name: SocialAction
|
||||
nameWithType: SocialAction
|
||||
fullName: TinyLife.Actions.SocialAction
|
||||
- uid: System.Action`1
|
||||
commentId: T:System.Action`1
|
||||
isExternal: true
|
||||
|
@ -2263,6 +2545,9 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
|
||||
commentId: F:TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.TalkAction.TalkSettings
|
||||
commentId: T:TinyLife.Actions.TalkAction.TalkSettings
|
||||
parent: TinyLife.Actions
|
||||
|
|
File diff suppressed because it is too large
Load diff
3300
api/TinyLife.Actions.Typeless.SpawnItemInHandAction.yml
Normal file
3300
api/TinyLife.Actions.Typeless.SpawnItemInHandAction.yml
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
4755
api/TinyLife.Actions.Typeless.TypelessAction.yml
Normal file
4755
api/TinyLife.Actions.Typeless.TypelessAction.yml
Normal file
File diff suppressed because it is too large
Load diff
40
api/TinyLife.Actions.Typeless.yml
Normal file
40
api/TinyLife.Actions.Typeless.yml
Normal file
|
@ -0,0 +1,40 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Actions.Typeless
|
||||
commentId: N:TinyLife.Actions.Typeless
|
||||
id: TinyLife.Actions.Typeless
|
||||
children:
|
||||
- TinyLife.Actions.Typeless.SpawnItemInHandAction
|
||||
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
||||
- TinyLife.Actions.Typeless.TypelessAction
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TinyLife.Actions.Typeless
|
||||
nameWithType: TinyLife.Actions.Typeless
|
||||
fullName: TinyLife.Actions.Typeless
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
references:
|
||||
- uid: TinyLife.Actions.Typeless.SpawnItemInHandAction
|
||||
commentId: T:TinyLife.Actions.Typeless.SpawnItemInHandAction
|
||||
name: SpawnItemInHandAction
|
||||
nameWithType: SpawnItemInHandAction
|
||||
fullName: TinyLife.Actions.Typeless.SpawnItemInHandAction
|
||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
||||
commentId: T:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
||||
name: TellPeopleToLeaveRoomAction
|
||||
nameWithType: TellPeopleToLeaveRoomAction
|
||||
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction
|
||||
commentId: T:TinyLife.Actions.Typeless.TypelessAction
|
||||
parent: TinyLife.Actions.Typeless
|
||||
name: TypelessAction
|
||||
nameWithType: TypelessAction
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction
|
||||
- uid: TinyLife.Actions.Typeless
|
||||
commentId: N:TinyLife.Actions.Typeless
|
||||
name: TinyLife.Actions.Typeless
|
||||
nameWithType: TinyLife.Actions.Typeless
|
||||
fullName: TinyLife.Actions.Typeless
|
|
@ -1,45 +1,45 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Actions.UnderlyingAction
|
||||
commentId: T:TinyLife.Actions.UnderlyingAction
|
||||
id: UnderlyingAction
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler
|
||||
commentId: T:TinyLife.Actions.UnderlyingActionHandler
|
||||
id: UnderlyingActionHandler
|
||||
parent: TinyLife.Actions
|
||||
children:
|
||||
- TinyLife.Actions.UnderlyingAction.Action
|
||||
- TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.UnderlyingAction.InitializeExact(TinyLife.Actions.Action,System.Boolean)
|
||||
- TinyLife.Actions.UnderlyingAction.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
||||
- TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
- TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.UnderlyingActionHandler.Action
|
||||
- TinyLife.Actions.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean)
|
||||
- TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
- TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UnderlyingAction
|
||||
nameWithType: UnderlyingAction
|
||||
fullName: TinyLife.Actions.UnderlyingAction
|
||||
name: UnderlyingActionHandler
|
||||
nameWithType: UnderlyingActionHandler
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: UnderlyingAction
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 12
|
||||
id: UnderlyingActionHandler
|
||||
path: Actions/UnderlyingActionHandler.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nAn UnderlyingAction is a class that can instantiate a single <xref href=\"TinyLife.Actions.UnderlyingAction.Action\" data-throw-if-not-resolved=\"false\"></xref> that will be executed as part of the action it is used in.\nNote that, when using this class, <xref href=\"TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> and especially <xref href=\"TinyLife.Actions.UnderlyingAction.OnCompleted(TinyLife.Actions.Action.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> have to be called in the appropriate places.\n"
|
||||
summary: "\nAn UnderlyingAction is a class that can instantiate a single <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref> that will be executed as part of the action it is used in.\nNote that, when using this class, <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> and especially <xref href=\"TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> have to be called in the appropriate places.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[DataContract]
|
||||
|
||||
public class UnderlyingAction
|
||||
public class UnderlyingActionHandler
|
||||
content.vb: >-
|
||||
<DataContract>
|
||||
|
||||
Public Class UnderlyingAction
|
||||
Public Class UnderlyingActionHandler
|
||||
inheritance:
|
||||
- System.Object
|
||||
inheritedMembers:
|
||||
|
@ -51,7 +51,7 @@ items:
|
|||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
extensionMethods:
|
||||
- TinyLife.Actions.UnderlyingAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- TinyLife.Actions.UnderlyingActionHandler.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataContractAttribute
|
||||
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
|
||||
|
@ -62,43 +62,43 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: TinyLife.Actions.UnderlyingAction.Action
|
||||
commentId: P:TinyLife.Actions.UnderlyingAction.Action
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.Action
|
||||
commentId: P:TinyLife.Actions.UnderlyingActionHandler.Action
|
||||
id: Action
|
||||
parent: TinyLife.Actions.UnderlyingAction
|
||||
parent: TinyLife.Actions.UnderlyingActionHandler
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Action
|
||||
nameWithType: UnderlyingAction.Action
|
||||
fullName: TinyLife.Actions.UnderlyingAction.Action
|
||||
nameWithType: UnderlyingActionHandler.Action
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler.Action
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Action
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 19
|
||||
path: Actions/UnderlyingActionHandler.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nThe underlying action.\nThis should be initialized using <xref href=\"TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nThe underlying action.\nThis should be initialized using <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember(EmitDefaultValue = false)]
|
||||
|
||||
public Action Action { get; }
|
||||
public TypelessAction Action { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: TinyLife.Actions.Action
|
||||
type: TinyLife.Actions.Typeless.TypelessAction
|
||||
content.vb: >-
|
||||
<DataMember(EmitDefaultValue:=False)>
|
||||
|
||||
Public ReadOnly Property Action As Action
|
||||
overload: TinyLife.Actions.UnderlyingAction.Action*
|
||||
Public ReadOnly Property Action As TypelessAction
|
||||
overload: TinyLife.Actions.UnderlyingActionHandler.Action*
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
|
@ -113,32 +113,32 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
id: Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.UnderlyingAction
|
||||
parent: TinyLife.Actions.UnderlyingActionHandler
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Initialize(ActionType, ActionInfo, Boolean, Boolean)
|
||||
nameWithType: UnderlyingAction.Initialize(ActionType, ActionInfo, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Boolean, System.Boolean)
|
||||
nameWithType: UnderlyingActionHandler.Initialize(ActionType, ActionInfo, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Boolean, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Initialize
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 31
|
||||
path: Actions/UnderlyingActionHandler.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nInitializes the underlying action of this action\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Action Initialize(ActionType type, ActionInfo info, bool automatic = false, bool force = true)
|
||||
content: public TypelessAction Initialize(ActionType type, ActionInfo info, bool automatic = false, bool force = true)
|
||||
parameters:
|
||||
- id: type
|
||||
type: TinyLife.Actions.ActionType
|
||||
|
@ -148,80 +148,80 @@ items:
|
|||
description: The info to pass to the action
|
||||
- id: automatic
|
||||
type: System.Boolean
|
||||
description: Whether the action should be considered <xref href="TinyLife.Actions.Action.StartedAutomatically" data-throw-if-not-resolved="false"></xref>
|
||||
description: Whether the action should be considered <xref href="TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically" data-throw-if-not-resolved="false"></xref>
|
||||
- id: force
|
||||
type: System.Boolean
|
||||
description: Whether the action should be created even if <xref href="TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> returns false
|
||||
return:
|
||||
type: TinyLife.Actions.Action
|
||||
content.vb: Public Function Initialize(type As ActionType, info As ActionInfo, automatic As Boolean = False, force As Boolean = True) As Action
|
||||
overload: TinyLife.Actions.UnderlyingAction.Initialize*
|
||||
type: TinyLife.Actions.Typeless.TypelessAction
|
||||
content.vb: Public Function Initialize(type As ActionType, info As ActionInfo, automatic As Boolean = False, force As Boolean = True) As TypelessAction
|
||||
overload: TinyLife.Actions.UnderlyingActionHandler.Initialize*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Actions.UnderlyingAction.InitializeExact(TinyLife.Actions.Action,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.UnderlyingAction.InitializeExact(TinyLife.Actions.Action,System.Boolean)
|
||||
id: InitializeExact(TinyLife.Actions.Action,System.Boolean)
|
||||
parent: TinyLife.Actions.UnderlyingAction
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean)
|
||||
id: InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean)
|
||||
parent: TinyLife.Actions.UnderlyingActionHandler
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: InitializeExact(Action, Boolean)
|
||||
nameWithType: UnderlyingAction.InitializeExact(Action, Boolean)
|
||||
fullName: TinyLife.Actions.UnderlyingAction.InitializeExact(TinyLife.Actions.Action, System.Boolean)
|
||||
name: InitializeExact(TypelessAction, Boolean)
|
||||
nameWithType: UnderlyingActionHandler.InitializeExact(TypelessAction, Boolean)
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Typeless.TypelessAction, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: InitializeExact
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 44
|
||||
path: Actions/UnderlyingActionHandler.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nInitializes the underlying action of this action using the given <xref href=\"TinyLife.Actions.UnderlyingAction.Action\" data-throw-if-not-resolved=\"false\"></xref>.\nIf <xref href=\"TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> should be tested, <xref href=\"TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> can be used instead.\n"
|
||||
summary: "\nInitializes the underlying action of this action using the given <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref>.\nIf <xref href=\"TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> should be tested, <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> can be used instead.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void InitializeExact(Action action, bool automatic = false)
|
||||
content: public void InitializeExact(TypelessAction action, bool automatic = false)
|
||||
parameters:
|
||||
- id: action
|
||||
type: TinyLife.Actions.Action
|
||||
type: TinyLife.Actions.Typeless.TypelessAction
|
||||
description: The action to initialize
|
||||
- id: automatic
|
||||
type: System.Boolean
|
||||
description: Whether the action should be considered <xref href="TinyLife.Actions.Action.StartedAutomatically" data-throw-if-not-resolved="false"></xref>
|
||||
content.vb: Public Sub InitializeExact(action As Action, automatic As Boolean = False)
|
||||
overload: TinyLife.Actions.UnderlyingAction.InitializeExact*
|
||||
description: Whether the action should be considered <xref href="TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically" data-throw-if-not-resolved="false"></xref>
|
||||
content.vb: Public Sub InitializeExact(action As TypelessAction, automatic As Boolean = False)
|
||||
overload: TinyLife.Actions.UnderlyingActionHandler.InitializeExact*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
commentId: M:TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
commentId: M:TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
parent: TinyLife.Actions.UnderlyingAction
|
||||
parent: TinyLife.Actions.UnderlyingActionHandler
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Update(GameTime, TimeSpan, GameSpeed)
|
||||
nameWithType: UnderlyingAction.Update(GameTime, TimeSpan, GameSpeed)
|
||||
fullName: TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
|
||||
nameWithType: UnderlyingActionHandler.Update(GameTime, TimeSpan, GameSpeed)
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 62
|
||||
path: Actions/UnderlyingActionHandler.cs
|
||||
startLine: 63
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nUpdates the <xref href=\"TinyLife.Actions.UnderlyingAction.Action\" data-throw-if-not-resolved=\"false\"></xref>, if it exists.\nThis action should be called at the end of <xref href=\"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref> or any derived methods.\n"
|
||||
summary: "\nUpdates the <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref>, if it exists.\nThis action should be called at the end of <xref href=\"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref> or any derived methods.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
|
||||
|
@ -236,34 +236,34 @@ items:
|
|||
type: TinyLife.GameSpeed
|
||||
description: The game's current speed setting
|
||||
content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
|
||||
overload: TinyLife.Actions.UnderlyingAction.Update*
|
||||
overload: TinyLife.Actions.UnderlyingActionHandler.Update*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person)
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)
|
||||
id: Validate(TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.UnderlyingAction
|
||||
parent: TinyLife.Actions.UnderlyingActionHandler
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Validate(Person)
|
||||
nameWithType: UnderlyingAction.Validate(Person)
|
||||
fullName: TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person)
|
||||
nameWithType: UnderlyingActionHandler.Validate(Person)
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 77
|
||||
path: Actions/UnderlyingActionHandler.cs
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nValidates this action container and its <xref href=\"TinyLife.Actions.UnderlyingAction.Action\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method should be called in <xref href=\"TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nValidates this action container and its <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method should be called in <xref href=\"TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void Validate(Person person)
|
||||
|
@ -272,59 +272,59 @@ items:
|
|||
type: TinyLife.Objects.Person
|
||||
description: ''
|
||||
content.vb: Public Sub Validate(person As Person)
|
||||
overload: TinyLife.Actions.UnderlyingAction.Validate*
|
||||
overload: TinyLife.Actions.UnderlyingActionHandler.Validate*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Actions.UnderlyingAction.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
||||
commentId: M:TinyLife.Actions.UnderlyingAction.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
||||
id: OnCompleted(TinyLife.Actions.Action.CompletionType)
|
||||
parent: TinyLife.Actions.UnderlyingAction
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
commentId: M:TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
id: OnCompleted(TinyLife.Actions.CompletionType)
|
||||
parent: TinyLife.Actions.UnderlyingActionHandler
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnCompleted(Action.CompletionType)
|
||||
nameWithType: UnderlyingAction.OnCompleted(Action.CompletionType)
|
||||
fullName: TinyLife.Actions.UnderlyingAction.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
||||
name: OnCompleted(CompletionType)
|
||||
nameWithType: UnderlyingActionHandler.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCompleted
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 91
|
||||
path: Actions/UnderlyingActionHandler.cs
|
||||
startLine: 92
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nCalls this underlying action's <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> method.\nThis should be called for any completion type that the action that uses this underlying action experiences, even <xref href=\"TinyLife.Actions.Action.CompletionType.Canceled\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.Action.CompletionType.Failed\" data-throw-if-not-resolved=\"false\"></xref>.\nIf the underlying action is null or already completed, this method has no effect.\n"
|
||||
summary: "\nCalls this underlying action's <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> method.\nThis should be called for any completion type that the action that uses this underlying action experiences, even <xref href=\"TinyLife.Actions.CompletionType.Canceled\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.CompletionType.Failed\" data-throw-if-not-resolved=\"false\"></xref>.\nIf the underlying action is null or already completed, this method has no effect.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void OnCompleted(Action.CompletionType type)
|
||||
content: public void OnCompleted(CompletionType type)
|
||||
parameters:
|
||||
- id: type
|
||||
type: TinyLife.Actions.Action.CompletionType
|
||||
type: TinyLife.Actions.CompletionType
|
||||
description: The completion type
|
||||
content.vb: Public Sub OnCompleted(type As Action.CompletionType)
|
||||
overload: TinyLife.Actions.UnderlyingAction.OnCompleted*
|
||||
content.vb: Public Sub OnCompleted(type As CompletionType)
|
||||
overload: TinyLife.Actions.UnderlyingActionHandler.OnCompleted*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: TinyLife.Actions.UnderlyingAction.Action
|
||||
commentId: P:TinyLife.Actions.UnderlyingAction.Action
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.Action
|
||||
commentId: P:TinyLife.Actions.UnderlyingActionHandler.Action
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
commentId: M:TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
commentId: M:TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person)
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.UnderlyingAction.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
||||
commentId: M:TinyLife.Actions.UnderlyingAction.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
commentId: M:TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions
|
||||
commentId: N:TinyLife.Actions
|
||||
|
@ -617,21 +617,21 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.UnderlyingAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.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<UnderlyingAction>()
|
||||
nameWithType: Extensions.JsonCopy<UnderlyingAction>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.UnderlyingAction>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of UnderlyingAction)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.UnderlyingAction)()
|
||||
name.vb: JsonCopy(Of UnderlyingAction)()
|
||||
name: JsonCopy<UnderlyingActionHandler>()
|
||||
nameWithType: Extensions.JsonCopy<UnderlyingActionHandler>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.UnderlyingActionHandler>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of UnderlyingActionHandler)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.UnderlyingActionHandler)()
|
||||
name.vb: JsonCopy(Of UnderlyingActionHandler)()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<UnderlyingAction>
|
||||
nameWithType: Extensions.JsonCopy<UnderlyingAction>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.UnderlyingAction>
|
||||
name: JsonCopy<UnderlyingActionHandler>
|
||||
nameWithType: Extensions.JsonCopy<UnderlyingActionHandler>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.UnderlyingActionHandler>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -640,9 +640,9 @@ references:
|
|||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of UnderlyingAction)
|
||||
nameWithType: Extensions.JsonCopy(Of UnderlyingAction)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.UnderlyingAction)
|
||||
name: JsonCopy(Of UnderlyingActionHandler)
|
||||
nameWithType: Extensions.JsonCopy(Of UnderlyingActionHandler)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.UnderlyingActionHandler)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -702,34 +702,39 @@ references:
|
|||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
||||
- uid: TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.UnderlyingAction.Action*
|
||||
commentId: Overload:TinyLife.Actions.UnderlyingAction.Action
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.Action*
|
||||
commentId: Overload:TinyLife.Actions.UnderlyingActionHandler.Action
|
||||
name: Action
|
||||
nameWithType: UnderlyingAction.Action
|
||||
fullName: TinyLife.Actions.UnderlyingAction.Action
|
||||
- uid: TinyLife.Actions.Action
|
||||
commentId: T:TinyLife.Actions.Action
|
||||
parent: TinyLife.Actions
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: TinyLife.Actions.Action
|
||||
- uid: TinyLife.Actions.Action.StartedAutomatically
|
||||
commentId: P:TinyLife.Actions.Action.StartedAutomatically
|
||||
parent: TinyLife.Actions.Action
|
||||
nameWithType: UnderlyingActionHandler.Action
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler.Action
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction
|
||||
commentId: T:TinyLife.Actions.Typeless.TypelessAction
|
||||
parent: TinyLife.Actions.Typeless
|
||||
name: TypelessAction
|
||||
nameWithType: TypelessAction
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction
|
||||
- uid: TinyLife.Actions.Typeless
|
||||
commentId: N:TinyLife.Actions.Typeless
|
||||
name: TinyLife.Actions.Typeless
|
||||
nameWithType: TinyLife.Actions.Typeless
|
||||
fullName: TinyLife.Actions.Typeless
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically
|
||||
commentId: P:TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: StartedAutomatically
|
||||
nameWithType: Action.StartedAutomatically
|
||||
fullName: TinyLife.Actions.Action.StartedAutomatically
|
||||
nameWithType: TypelessAction.StartedAutomatically
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically
|
||||
- uid: TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.UnderlyingAction.Initialize*
|
||||
commentId: Overload:TinyLife.Actions.UnderlyingAction.Initialize
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.Initialize*
|
||||
commentId: Overload:TinyLife.Actions.UnderlyingActionHandler.Initialize
|
||||
name: Initialize
|
||||
nameWithType: UnderlyingAction.Initialize
|
||||
fullName: TinyLife.Actions.UnderlyingAction.Initialize
|
||||
nameWithType: UnderlyingActionHandler.Initialize
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler.Initialize
|
||||
- uid: TinyLife.Actions.ActionType
|
||||
commentId: T:TinyLife.Actions.ActionType
|
||||
parent: TinyLife.Actions
|
||||
|
@ -749,11 +754,11 @@ references:
|
|||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: TinyLife.Actions.UnderlyingAction.InitializeExact*
|
||||
commentId: Overload:TinyLife.Actions.UnderlyingAction.InitializeExact
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.InitializeExact*
|
||||
commentId: Overload:TinyLife.Actions.UnderlyingActionHandler.InitializeExact
|
||||
name: InitializeExact
|
||||
nameWithType: UnderlyingAction.InitializeExact
|
||||
fullName: TinyLife.Actions.UnderlyingAction.InitializeExact
|
||||
nameWithType: UnderlyingActionHandler.InitializeExact
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler.InitializeExact
|
||||
- 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
|
||||
|
@ -823,11 +828,11 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.UnderlyingAction.Update*
|
||||
commentId: Overload:TinyLife.Actions.UnderlyingAction.Update
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.Update*
|
||||
commentId: Overload:TinyLife.Actions.UnderlyingActionHandler.Update
|
||||
name: Update
|
||||
nameWithType: UnderlyingAction.Update
|
||||
fullName: TinyLife.Actions.UnderlyingAction.Update
|
||||
nameWithType: UnderlyingActionHandler.Update
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler.Update
|
||||
- uid: Microsoft.Xna.Framework.GameTime
|
||||
commentId: T:Microsoft.Xna.Framework.GameTime
|
||||
parent: Microsoft.Xna.Framework
|
||||
|
@ -848,6 +853,12 @@ references:
|
|||
name: GameSpeed
|
||||
nameWithType: GameSpeed
|
||||
fullName: TinyLife.GameSpeed
|
||||
- uid: TinyLife.Actions.Action
|
||||
commentId: T:TinyLife.Actions.Action
|
||||
parent: TinyLife.Actions
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: TinyLife.Actions.Action
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
|
@ -895,11 +906,11 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.UnderlyingAction.Validate*
|
||||
commentId: Overload:TinyLife.Actions.UnderlyingAction.Validate
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.Validate*
|
||||
commentId: Overload:TinyLife.Actions.UnderlyingActionHandler.Validate
|
||||
name: Validate
|
||||
nameWithType: UnderlyingAction.Validate
|
||||
fullName: TinyLife.Actions.UnderlyingAction.Validate
|
||||
nameWithType: UnderlyingActionHandler.Validate
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler.Validate
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
parent: TinyLife.Objects
|
||||
|
@ -911,56 +922,56 @@ references:
|
|||
name: TinyLife.Objects
|
||||
nameWithType: TinyLife.Objects
|
||||
fullName: TinyLife.Objects
|
||||
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
||||
commentId: M:TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
||||
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
commentId: M:TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: OnCompleted(Action.CompletionType)
|
||||
nameWithType: Action.OnCompleted(Action.CompletionType)
|
||||
fullName: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
||||
name: OnCompleted(CompletionType)
|
||||
nameWithType: Action.OnCompleted(CompletionType)
|
||||
fullName: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
||||
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.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
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.Action.CompletionType)
|
||||
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.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
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.CompletionType.Canceled
|
||||
commentId: F:TinyLife.Actions.Action.CompletionType.Canceled
|
||||
- uid: TinyLife.Actions.CompletionType.Canceled
|
||||
commentId: F:TinyLife.Actions.CompletionType.Canceled
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.Action.CompletionType.Failed
|
||||
commentId: F:TinyLife.Actions.Action.CompletionType.Failed
|
||||
- uid: TinyLife.Actions.CompletionType.Failed
|
||||
commentId: F:TinyLife.Actions.CompletionType.Failed
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.UnderlyingAction.OnCompleted*
|
||||
commentId: Overload:TinyLife.Actions.UnderlyingAction.OnCompleted
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler.OnCompleted*
|
||||
commentId: Overload:TinyLife.Actions.UnderlyingActionHandler.OnCompleted
|
||||
name: OnCompleted
|
||||
nameWithType: UnderlyingAction.OnCompleted
|
||||
fullName: TinyLife.Actions.UnderlyingAction.OnCompleted
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
commentId: T:TinyLife.Actions.Action.CompletionType
|
||||
nameWithType: UnderlyingActionHandler.OnCompleted
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler.OnCompleted
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
commentId: T:TinyLife.Actions.CompletionType
|
||||
parent: TinyLife.Actions
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
File diff suppressed because it is too large
Load diff
|
@ -5,6 +5,7 @@ items:
|
|||
id: WatchTvAction.Channel
|
||||
parent: TinyLife.Actions
|
||||
children:
|
||||
- TinyLife.Actions.WatchTvAction.Channel.Cartoons
|
||||
- TinyLife.Actions.WatchTvAction.Channel.Comedy
|
||||
- TinyLife.Actions.WatchTvAction.Channel.Cooking
|
||||
- TinyLife.Actions.WatchTvAction.Channel.Drama
|
||||
|
@ -24,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Channel
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 184
|
||||
startLine: 189
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -59,7 +60,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Comedy
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 189
|
||||
startLine: 194
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -93,7 +94,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Cooking
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 193
|
||||
startLine: 198
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -127,7 +128,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Romance
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 197
|
||||
startLine: 202
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -161,7 +162,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Drama
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 201
|
||||
startLine: 206
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -195,7 +196,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: News
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 205
|
||||
startLine: 210
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -211,6 +212,40 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Actions.WatchTvAction.Channel.Cartoons
|
||||
commentId: F:TinyLife.Actions.WatchTvAction.Channel.Cartoons
|
||||
id: Cartoons
|
||||
parent: TinyLife.Actions.WatchTvAction.Channel
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Cartoons
|
||||
nameWithType: WatchTvAction.Channel.Cartoons
|
||||
fullName: TinyLife.Actions.WatchTvAction.Channel.Cartoons
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Cartoons
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA cartoons channel, which is meant for children\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Cartoons = 5
|
||||
return:
|
||||
type: TinyLife.Actions.WatchTvAction.Channel
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: TinyLife.Actions.WatchTvAction
|
||||
commentId: T:TinyLife.Actions.WatchTvAction
|
||||
|
|
File diff suppressed because it is too large
Load diff
3800
api/TinyLife.Actions.WorkAction.yml
Normal file
3800
api/TinyLife.Actions.WorkAction.yml
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,6 @@ items:
|
|||
id: TinyLife.Actions
|
||||
children:
|
||||
- TinyLife.Actions.Action
|
||||
- TinyLife.Actions.Action.CompletionType
|
||||
- TinyLife.Actions.ActionInfo
|
||||
- TinyLife.Actions.ActionType
|
||||
- TinyLife.Actions.ActionType.AiSettings
|
||||
|
@ -13,6 +12,7 @@ items:
|
|||
- TinyLife.Actions.ActionType.CanExecuteResult
|
||||
- TinyLife.Actions.ActionType.TypeSettings
|
||||
- TinyLife.Actions.ActionVariety
|
||||
- TinyLife.Actions.CompletionType
|
||||
- TinyLife.Actions.ComputerAction
|
||||
- TinyLife.Actions.DieAction
|
||||
- TinyLife.Actions.Emote
|
||||
|
@ -20,8 +20,11 @@ items:
|
|||
- TinyLife.Actions.GetAndSitDownAction
|
||||
- TinyLife.Actions.GoHereAction
|
||||
- TinyLife.Actions.MultiAction
|
||||
- TinyLife.Actions.MultiActionHandler
|
||||
- TinyLife.Actions.OutOfTownAction
|
||||
- TinyLife.Actions.PathfindAction
|
||||
- TinyLife.Actions.PickUpOrSpawnAction
|
||||
- TinyLife.Actions.PutAwayAction
|
||||
- TinyLife.Actions.SellAction
|
||||
- TinyLife.Actions.SinkAction
|
||||
- TinyLife.Actions.SitAction
|
||||
|
@ -29,11 +32,11 @@ items:
|
|||
- TinyLife.Actions.TalkAction
|
||||
- TinyLife.Actions.TalkAction.TalkSettings
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
|
||||
- TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||
- TinyLife.Actions.UnderlyingAction
|
||||
- TinyLife.Actions.UnderlyingActionHandler
|
||||
- TinyLife.Actions.WalkAction
|
||||
- TinyLife.Actions.WatchTvAction
|
||||
- TinyLife.Actions.WatchTvAction.Channel
|
||||
- TinyLife.Actions.WorkAction
|
||||
- TinyLife.Actions.WorkAtDeskObjectAction
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -51,12 +54,6 @@ references:
|
|||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: TinyLife.Actions.Action
|
||||
- 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.ActionInfo
|
||||
commentId: T:TinyLife.Actions.ActionInfo
|
||||
parent: TinyLife.Actions
|
||||
|
@ -99,6 +96,12 @@ references:
|
|||
name: ActionVariety
|
||||
nameWithType: ActionVariety
|
||||
fullName: TinyLife.Actions.ActionVariety
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
commentId: T:TinyLife.Actions.CompletionType
|
||||
parent: TinyLife.Actions
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- uid: TinyLife.Actions.ComputerAction
|
||||
commentId: T:TinyLife.Actions.ComputerAction
|
||||
name: ComputerAction
|
||||
|
@ -137,8 +140,15 @@ references:
|
|||
name: MultiAction
|
||||
nameWithType: MultiAction
|
||||
fullName: TinyLife.Actions.MultiAction
|
||||
- uid: TinyLife.Actions.MultiActionHandler
|
||||
commentId: T:TinyLife.Actions.MultiActionHandler
|
||||
parent: TinyLife.Actions
|
||||
name: MultiActionHandler
|
||||
nameWithType: MultiActionHandler
|
||||
fullName: TinyLife.Actions.MultiActionHandler
|
||||
- uid: TinyLife.Actions.OutOfTownAction
|
||||
commentId: T:TinyLife.Actions.OutOfTownAction
|
||||
parent: TinyLife.Actions
|
||||
name: OutOfTownAction
|
||||
nameWithType: OutOfTownAction
|
||||
fullName: TinyLife.Actions.OutOfTownAction
|
||||
|
@ -148,6 +158,16 @@ references:
|
|||
name: PathfindAction
|
||||
nameWithType: PathfindAction
|
||||
fullName: TinyLife.Actions.PathfindAction
|
||||
- uid: TinyLife.Actions.PickUpOrSpawnAction
|
||||
commentId: T:TinyLife.Actions.PickUpOrSpawnAction
|
||||
name: PickUpOrSpawnAction
|
||||
nameWithType: PickUpOrSpawnAction
|
||||
fullName: TinyLife.Actions.PickUpOrSpawnAction
|
||||
- uid: TinyLife.Actions.PutAwayAction
|
||||
commentId: T:TinyLife.Actions.PutAwayAction
|
||||
name: PutAwayAction
|
||||
nameWithType: PutAwayAction
|
||||
fullName: TinyLife.Actions.PutAwayAction
|
||||
- uid: TinyLife.Actions.SellAction
|
||||
commentId: T:TinyLife.Actions.SellAction
|
||||
name: SellAction
|
||||
|
@ -186,16 +206,11 @@ references:
|
|||
name: TalkAction.TalkSettings.EvaluationResult
|
||||
nameWithType: TalkAction.TalkSettings.EvaluationResult
|
||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
|
||||
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||
commentId: T:TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||
name: TellPeopleToLeaveRoomAction
|
||||
nameWithType: TellPeopleToLeaveRoomAction
|
||||
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||
- uid: TinyLife.Actions.UnderlyingAction
|
||||
commentId: T:TinyLife.Actions.UnderlyingAction
|
||||
name: UnderlyingAction
|
||||
nameWithType: UnderlyingAction
|
||||
fullName: TinyLife.Actions.UnderlyingAction
|
||||
- uid: TinyLife.Actions.UnderlyingActionHandler
|
||||
commentId: T:TinyLife.Actions.UnderlyingActionHandler
|
||||
name: UnderlyingActionHandler
|
||||
nameWithType: UnderlyingActionHandler
|
||||
fullName: TinyLife.Actions.UnderlyingActionHandler
|
||||
- uid: TinyLife.Actions.WalkAction
|
||||
commentId: T:TinyLife.Actions.WalkAction
|
||||
name: WalkAction
|
||||
|
@ -212,6 +227,12 @@ references:
|
|||
name: WatchTvAction.Channel
|
||||
nameWithType: WatchTvAction.Channel
|
||||
fullName: TinyLife.Actions.WatchTvAction.Channel
|
||||
- uid: TinyLife.Actions.WorkAction
|
||||
commentId: T:TinyLife.Actions.WorkAction
|
||||
parent: TinyLife.Actions
|
||||
name: WorkAction
|
||||
nameWithType: WorkAction
|
||||
fullName: TinyLife.Actions.WorkAction
|
||||
- uid: TinyLife.Actions.WorkAtDeskObjectAction
|
||||
commentId: T:TinyLife.Actions.WorkAtDeskObjectAction
|
||||
parent: TinyLife.Actions
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Instance
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 201
|
||||
startLine: 218
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -81,7 +81,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Type
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 208
|
||||
startLine: 225
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Amount
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 213
|
||||
startLine: 230
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -171,7 +171,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TotalTime
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 218
|
||||
startLine: 235
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -216,7 +216,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Time
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 222
|
||||
startLine: 239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -263,7 +263,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 231
|
||||
startLine: 248
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -305,7 +305,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PassTime
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 243
|
||||
startLine: 260
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -341,7 +341,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 257
|
||||
startLine: 274
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GameMode
|
||||
path: GameImpl.cs
|
||||
startLine: 671
|
||||
startLine: 677
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -58,7 +58,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MainMenu
|
||||
path: GameImpl.cs
|
||||
startLine: 674
|
||||
startLine: 680
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SelectHousehold
|
||||
path: GameImpl.cs
|
||||
startLine: 676
|
||||
startLine: 682
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: InGameHousehold
|
||||
path: GameImpl.cs
|
||||
startLine: 678
|
||||
startLine: 684
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -160,7 +160,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BuildOnly
|
||||
path: GameImpl.cs
|
||||
startLine: 680
|
||||
startLine: 686
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -12,6 +12,7 @@ items:
|
|||
- TinyLife.GameImpl.CurrentLot
|
||||
- TinyLife.GameImpl.CurrentTime
|
||||
- TinyLife.GameImpl.CurrentTool
|
||||
- TinyLife.GameImpl.Dispose(System.Boolean)
|
||||
- TinyLife.GameImpl.DoDraw(Microsoft.Xna.Framework.GameTime)
|
||||
- TinyLife.GameImpl.DoUpdate(Microsoft.Xna.Framework.GameTime)
|
||||
- TinyLife.GameImpl.FadeKeyboardLighting(Microsoft.Xna.Framework.Color)
|
||||
|
@ -24,7 +25,6 @@ items:
|
|||
- TinyLife.GameImpl.Map
|
||||
- TinyLife.GameImpl.Mode
|
||||
- TinyLife.GameImpl.Money
|
||||
- TinyLife.GameImpl.OnExiting(System.Object,System.EventArgs)
|
||||
- TinyLife.GameImpl.SaveName
|
||||
- TinyLife.GameImpl.Speed
|
||||
- TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)
|
||||
|
@ -76,7 +76,6 @@ items:
|
|||
- MLEM.Startup.MlemGame.OnUpdate
|
||||
- MLEM.Startup.MlemGame.OnDraw
|
||||
- Microsoft.Xna.Framework.Game.Dispose
|
||||
- Microsoft.Xna.Framework.Game.Dispose(System.Boolean)
|
||||
- Microsoft.Xna.Framework.Game.Exit
|
||||
- Microsoft.Xna.Framework.Game.ResetElapsedTime
|
||||
- Microsoft.Xna.Framework.Game.SuppressDraw
|
||||
|
@ -90,6 +89,7 @@ items:
|
|||
- Microsoft.Xna.Framework.Game.EndRun
|
||||
- Microsoft.Xna.Framework.Game.UnloadContent
|
||||
- Microsoft.Xna.Framework.Game.Initialize
|
||||
- Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
- Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs)
|
||||
- Microsoft.Xna.Framework.Game.OnDeactivated(System.Object,System.EventArgs)
|
||||
- Microsoft.Xna.Framework.Game.LaunchParameters
|
||||
|
@ -583,11 +583,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Speed
|
||||
path: GameImpl.cs
|
||||
startLine: 121
|
||||
startLine: 122
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nThe current <xref href=\"TinyLife.GameSpeed\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that, if the current speed is <xref href=\"TinyLife.GameSpeed.VeryFast\" data-throw-if-not-resolved=\"false\"></xref> and the game <xref href=\"TinyLife.GameImpl.CanBeExtremelyFast\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.GameSpeed.ExtremelyFast\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
|
||||
summary: "\nThe current <xref href=\"TinyLife.GameSpeed\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that, if the current speed is <xref href=\"TinyLife.GameSpeed.VeryFast\" data-throw-if-not-resolved=\"false\"></xref> and the game <xref href=\"TinyLife.GameImpl.CanBeExtremelyFast\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.GameSpeed.ExtremelyFast\" data-throw-if-not-resolved=\"false\"></xref> is returned.\nYou can cause any ui <xref href=\"MLEM.Ui.RootElement\" data-throw-if-not-resolved=\"false\"></xref> instances to pause the game by using <xref href=\"TinyLife.Utilities.Extensions.SetPauseGame(MLEM.Ui.RootElement%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public GameSpeed Speed { get; set; }
|
||||
|
@ -620,7 +620,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FollowingPerson
|
||||
path: GameImpl.cs
|
||||
startLine: 134
|
||||
startLine: 135
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -657,7 +657,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SaveName
|
||||
path: GameImpl.cs
|
||||
startLine: 146
|
||||
startLine: 147
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -694,7 +694,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Mode
|
||||
path: GameImpl.cs
|
||||
startLine: 150
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -731,7 +731,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LoadContent
|
||||
path: GameImpl.cs
|
||||
startLine: 188
|
||||
startLine: 189
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -765,7 +765,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DoUpdate
|
||||
path: GameImpl.cs
|
||||
startLine: 290
|
||||
startLine: 294
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -802,7 +802,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DoDraw
|
||||
path: GameImpl.cs
|
||||
startLine: 391
|
||||
startLine: 395
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -821,39 +821,37 @@ items:
|
|||
modifiers.vb:
|
||||
- Protected
|
||||
- Overrides
|
||||
- uid: TinyLife.GameImpl.OnExiting(System.Object,System.EventArgs)
|
||||
commentId: M:TinyLife.GameImpl.OnExiting(System.Object,System.EventArgs)
|
||||
id: OnExiting(System.Object,System.EventArgs)
|
||||
- uid: TinyLife.GameImpl.Dispose(System.Boolean)
|
||||
commentId: M:TinyLife.GameImpl.Dispose(System.Boolean)
|
||||
id: Dispose(System.Boolean)
|
||||
parent: TinyLife.GameImpl
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnExiting(Object, EventArgs)
|
||||
nameWithType: GameImpl.OnExiting(Object, EventArgs)
|
||||
fullName: TinyLife.GameImpl.OnExiting(System.Object, System.EventArgs)
|
||||
name: Dispose(Boolean)
|
||||
nameWithType: GameImpl.Dispose(Boolean)
|
||||
fullName: TinyLife.GameImpl.Dispose(System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnExiting
|
||||
id: Dispose
|
||||
path: GameImpl.cs
|
||||
startLine: 429
|
||||
startLine: 433
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
example: []
|
||||
syntax:
|
||||
content: protected override void OnExiting(object sender, EventArgs args)
|
||||
content: protected override void Dispose(bool disposing)
|
||||
parameters:
|
||||
- id: sender
|
||||
type: System.Object
|
||||
- id: args
|
||||
type: System.EventArgs
|
||||
content.vb: Protected Overrides Sub OnExiting(sender As Object, args As EventArgs)
|
||||
overridden: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
overload: TinyLife.GameImpl.OnExiting*
|
||||
- id: disposing
|
||||
type: System.Boolean
|
||||
content.vb: Protected Overrides Sub Dispose(disposing As Boolean)
|
||||
overridden: Microsoft.Xna.Framework.Game.Dispose(System.Boolean)
|
||||
overload: TinyLife.GameImpl.Dispose*
|
||||
modifiers.csharp:
|
||||
- protected
|
||||
- override
|
||||
|
@ -878,7 +876,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsMouseOnUi
|
||||
path: GameImpl.cs
|
||||
startLine: 441
|
||||
startLine: 447
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -913,7 +911,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SwitchGameMode
|
||||
path: GameImpl.cs
|
||||
startLine: 450
|
||||
startLine: 456
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -949,7 +947,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanBeExtremelyFast
|
||||
path: GameImpl.cs
|
||||
startLine: 515
|
||||
startLine: 521
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -984,7 +982,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanSaveOrSwitchModes
|
||||
path: GameImpl.cs
|
||||
startLine: 526
|
||||
startLine: 532
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1019,7 +1017,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FadeKeyboardLighting
|
||||
path: GameImpl.cs
|
||||
startLine: 543
|
||||
startLine: 549
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1055,7 +1053,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TakeScreenshot
|
||||
path: GameImpl.cs
|
||||
startLine: 621
|
||||
startLine: 627
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1329,47 +1327,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: Microsoft.Xna.Framework.Game.Dispose(System.Boolean)
|
||||
commentId: M:Microsoft.Xna.Framework.Game.Dispose(System.Boolean)
|
||||
parent: Microsoft.Xna.Framework.Game
|
||||
isExternal: true
|
||||
name: Dispose(Boolean)
|
||||
nameWithType: Game.Dispose(Boolean)
|
||||
fullName: Microsoft.Xna.Framework.Game.Dispose(System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: Microsoft.Xna.Framework.Game.Dispose(System.Boolean)
|
||||
name: Dispose
|
||||
nameWithType: Game.Dispose
|
||||
fullName: Microsoft.Xna.Framework.Game.Dispose
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: Microsoft.Xna.Framework.Game.Dispose(System.Boolean)
|
||||
name: Dispose
|
||||
nameWithType: Game.Dispose
|
||||
fullName: Microsoft.Xna.Framework.Game.Dispose
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: Microsoft.Xna.Framework.Game.Exit
|
||||
commentId: M:Microsoft.Xna.Framework.Game.Exit
|
||||
parent: Microsoft.Xna.Framework.Game
|
||||
|
@ -1783,6 +1740,63 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
commentId: M:Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
parent: Microsoft.Xna.Framework.Game
|
||||
isExternal: true
|
||||
name: OnExiting(Object, EventArgs)
|
||||
nameWithType: Game.OnExiting(Object, EventArgs)
|
||||
fullName: Microsoft.Xna.Framework.Game.OnExiting(System.Object, System.EventArgs)
|
||||
spec.csharp:
|
||||
- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
name: OnExiting
|
||||
nameWithType: Game.OnExiting
|
||||
fullName: Microsoft.Xna.Framework.Game.OnExiting
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.EventArgs
|
||||
name: EventArgs
|
||||
nameWithType: EventArgs
|
||||
fullName: System.EventArgs
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
name: OnExiting
|
||||
nameWithType: Game.OnExiting
|
||||
fullName: Microsoft.Xna.Framework.Game.OnExiting
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.EventArgs
|
||||
name: EventArgs
|
||||
nameWithType: EventArgs
|
||||
fullName: System.EventArgs
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs)
|
||||
commentId: M:Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs)
|
||||
parent: Microsoft.Xna.Framework.Game
|
||||
|
@ -2587,11 +2601,27 @@ references:
|
|||
- uid: TinyLife.GameSpeed.ExtremelyFast
|
||||
commentId: F:TinyLife.GameSpeed.ExtremelyFast
|
||||
isExternal: true
|
||||
- uid: MLEM.Ui.RootElement
|
||||
commentId: T:MLEM.Ui.RootElement
|
||||
parent: MLEM.Ui
|
||||
isExternal: true
|
||||
name: RootElement
|
||||
nameWithType: RootElement
|
||||
fullName: MLEM.Ui.RootElement
|
||||
- uid: TinyLife.Utilities.Extensions.SetPauseGame(MLEM.Ui.RootElement,System.Boolean)
|
||||
commentId: M:TinyLife.Utilities.Extensions.SetPauseGame(MLEM.Ui.RootElement,System.Boolean)
|
||||
isExternal: true
|
||||
- uid: TinyLife.GameImpl.Speed*
|
||||
commentId: Overload:TinyLife.GameImpl.Speed
|
||||
name: Speed
|
||||
nameWithType: GameImpl.Speed
|
||||
fullName: TinyLife.GameImpl.Speed
|
||||
- uid: MLEM.Ui
|
||||
commentId: N:MLEM.Ui
|
||||
isExternal: true
|
||||
name: MLEM.Ui
|
||||
nameWithType: MLEM.Ui
|
||||
fullName: MLEM.Ui
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
parent: TinyLife.Objects
|
||||
|
@ -2759,75 +2789,59 @@ references:
|
|||
name: DoDraw
|
||||
nameWithType: GameImpl.DoDraw
|
||||
fullName: TinyLife.GameImpl.DoDraw
|
||||
- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
commentId: M:Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
- uid: Microsoft.Xna.Framework.Game.Dispose(System.Boolean)
|
||||
commentId: M:Microsoft.Xna.Framework.Game.Dispose(System.Boolean)
|
||||
parent: Microsoft.Xna.Framework.Game
|
||||
isExternal: true
|
||||
name: OnExiting(Object, EventArgs)
|
||||
nameWithType: Game.OnExiting(Object, EventArgs)
|
||||
fullName: Microsoft.Xna.Framework.Game.OnExiting(System.Object, System.EventArgs)
|
||||
name: Dispose(Boolean)
|
||||
nameWithType: Game.Dispose(Boolean)
|
||||
fullName: Microsoft.Xna.Framework.Game.Dispose(System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
name: OnExiting
|
||||
nameWithType: Game.OnExiting
|
||||
fullName: Microsoft.Xna.Framework.Game.OnExiting
|
||||
- uid: Microsoft.Xna.Framework.Game.Dispose(System.Boolean)
|
||||
name: Dispose
|
||||
nameWithType: Game.Dispose
|
||||
fullName: Microsoft.Xna.Framework.Game.Dispose
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.EventArgs
|
||||
name: EventArgs
|
||||
nameWithType: EventArgs
|
||||
fullName: System.EventArgs
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)
|
||||
name: OnExiting
|
||||
nameWithType: Game.OnExiting
|
||||
fullName: Microsoft.Xna.Framework.Game.OnExiting
|
||||
- uid: Microsoft.Xna.Framework.Game.Dispose(System.Boolean)
|
||||
name: Dispose
|
||||
nameWithType: Game.Dispose
|
||||
fullName: Microsoft.Xna.Framework.Game.Dispose
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.EventArgs
|
||||
name: EventArgs
|
||||
nameWithType: EventArgs
|
||||
fullName: System.EventArgs
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.GameImpl.OnExiting*
|
||||
commentId: Overload:TinyLife.GameImpl.OnExiting
|
||||
name: OnExiting
|
||||
nameWithType: GameImpl.OnExiting
|
||||
fullName: TinyLife.GameImpl.OnExiting
|
||||
- uid: System.EventArgs
|
||||
commentId: T:System.EventArgs
|
||||
- uid: TinyLife.GameImpl.Dispose*
|
||||
commentId: Overload:TinyLife.GameImpl.Dispose
|
||||
name: Dispose
|
||||
nameWithType: GameImpl.Dispose
|
||||
fullName: TinyLife.GameImpl.Dispose
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: EventArgs
|
||||
nameWithType: EventArgs
|
||||
fullName: System.EventArgs
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: MLEM.Ui.UiSystem
|
||||
commentId: T:MLEM.Ui.UiSystem
|
||||
isExternal: true
|
||||
|
@ -2836,13 +2850,6 @@ references:
|
|||
name: IsMouseOnUi
|
||||
nameWithType: GameImpl.IsMouseOnUi
|
||||
fullName: TinyLife.GameImpl.IsMouseOnUi
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: TinyLife.GameImpl.SwitchGameMode*
|
||||
commentId: Overload:TinyLife.GameImpl.SwitchGameMode
|
||||
name: SwitchGameMode
|
||||
|
|
|
@ -28,7 +28,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GenealogyType
|
||||
path: Relationship.cs
|
||||
startLine: 242
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -64,7 +64,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Unrelated
|
||||
path: Relationship.cs
|
||||
startLine: 247
|
||||
startLine: 249
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -98,7 +98,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Parent
|
||||
path: Relationship.cs
|
||||
startLine: 251
|
||||
startLine: 253
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -132,7 +132,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Child
|
||||
path: Relationship.cs
|
||||
startLine: 255
|
||||
startLine: 257
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -166,7 +166,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Sibling
|
||||
path: Relationship.cs
|
||||
startLine: 259
|
||||
startLine: 261
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -200,7 +200,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Nibling
|
||||
path: Relationship.cs
|
||||
startLine: 263
|
||||
startLine: 265
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -234,7 +234,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Pibling
|
||||
path: Relationship.cs
|
||||
startLine: 267
|
||||
startLine: 269
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -268,7 +268,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Grandparent
|
||||
path: Relationship.cs
|
||||
startLine: 271
|
||||
startLine: 273
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -302,7 +302,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Grandchild
|
||||
path: Relationship.cs
|
||||
startLine: 275
|
||||
startLine: 277
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -336,7 +336,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DistantlyRelated
|
||||
path: Relationship.cs
|
||||
startLine: 279
|
||||
startLine: 281
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
1743
api/TinyLife.Goals.AmountGoal.yml
Normal file
1743
api/TinyLife.Goals.AmountGoal.yml
Normal file
File diff suppressed because it is too large
Load diff
1477
api/TinyLife.Goals.AutoGoalInfo.yml
Normal file
1477
api/TinyLife.Goals.AutoGoalInfo.yml
Normal file
File diff suppressed because it is too large
Load diff
1360
api/TinyLife.Goals.AutoTriggerGoal-1.yml
Normal file
1360
api/TinyLife.Goals.AutoTriggerGoal-1.yml
Normal file
File diff suppressed because it is too large
Load diff
1750
api/TinyLife.Goals.ConditionedGoal.yml
Normal file
1750
api/TinyLife.Goals.ConditionedGoal.yml
Normal file
File diff suppressed because it is too large
Load diff
1797
api/TinyLife.Goals.DistinctGoal.yml
Normal file
1797
api/TinyLife.Goals.DistinctGoal.yml
Normal file
File diff suppressed because it is too large
Load diff
1237
api/TinyLife.Goals.Goal.yml
Normal file
1237
api/TinyLife.Goals.Goal.yml
Normal file
File diff suppressed because it is too large
Load diff
1097
api/TinyLife.Goals.GoalInfo.yml
Normal file
1097
api/TinyLife.Goals.GoalInfo.yml
Normal file
File diff suppressed because it is too large
Load diff
1547
api/TinyLife.Goals.GoalSet.yml
Normal file
1547
api/TinyLife.Goals.GoalSet.yml
Normal file
File diff suppressed because it is too large
Load diff
1103
api/TinyLife.Goals.GoalSetInfo.yml
Normal file
1103
api/TinyLife.Goals.GoalSetInfo.yml
Normal file
File diff suppressed because it is too large
Load diff
469
api/TinyLife.Goals.GoalTrigger.yml
Normal file
469
api/TinyLife.Goals.GoalTrigger.yml
Normal file
|
@ -0,0 +1,469 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
commentId: T:TinyLife.Goals.GoalTrigger
|
||||
id: GoalTrigger
|
||||
parent: TinyLife.Goals
|
||||
children:
|
||||
- TinyLife.Goals.GoalTrigger.ActionCompleted
|
||||
- TinyLife.Goals.GoalTrigger.ActionUpdate
|
||||
- TinyLife.Goals.GoalTrigger.EarnMoney
|
||||
- TinyLife.Goals.GoalTrigger.FurnitureCreated
|
||||
- TinyLife.Goals.GoalTrigger.PersonUpdate
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GoalTrigger
|
||||
path: Goals/GoalTrigger.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA goal trigger is an enumeration flag used by <xref href=\"TinyLife.Goals.AutoTriggerGoal%601\" data-throw-if-not-resolved=\"false\"></xref> instances to determine whether they should be triggered.\nSince this enumeration has the <xref href=\"System.FlagsAttribute\" data-throw-if-not-resolved=\"false\"></xref>, multiple goal triggers can be specified for a goal.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[Flags]
|
||||
|
||||
public enum GoalTrigger
|
||||
content.vb: >-
|
||||
<Flags>
|
||||
|
||||
Public Enum GoalTrigger
|
||||
extensionMethods:
|
||||
- TinyLife.Goals.GoalTrigger.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
attributes:
|
||||
- type: System.FlagsAttribute
|
||||
ctor: System.FlagsAttribute.#ctor
|
||||
arguments: []
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: TinyLife.Goals.GoalTrigger.PersonUpdate
|
||||
commentId: F:TinyLife.Goals.GoalTrigger.PersonUpdate
|
||||
id: PersonUpdate
|
||||
parent: TinyLife.Goals.GoalTrigger
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: PersonUpdate
|
||||
nameWithType: GoalTrigger.PersonUpdate
|
||||
fullName: TinyLife.Goals.GoalTrigger.PersonUpdate
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PersonUpdate
|
||||
path: Goals/GoalTrigger.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA goal trigger for when a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref> method is called.\nThis trigger is supported by <xref href=\"TinyLife.Goals.TimedGoal\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Goals.ConditionedGoal\" data-throw-if-not-resolved=\"false\"></xref> using the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> type parameter.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: PersonUpdate = 1
|
||||
return:
|
||||
type: TinyLife.Goals.GoalTrigger
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Goals.GoalTrigger.FurnitureCreated
|
||||
commentId: F:TinyLife.Goals.GoalTrigger.FurnitureCreated
|
||||
id: FurnitureCreated
|
||||
parent: TinyLife.Goals.GoalTrigger
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FurnitureCreated
|
||||
nameWithType: GoalTrigger.FurnitureCreated
|
||||
fullName: TinyLife.Goals.GoalTrigger.FurnitureCreated
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FurnitureCreated
|
||||
path: Goals/GoalTrigger.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA goal trigger for when a <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> item is created by a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, this trigger is used in <xref href=\"TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis trigger is supported by <xref href=\"TinyLife.Goals.ConditionedGoal\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Goals.DistinctGoal\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Goals.AmountGoal\" data-throw-if-not-resolved=\"false\"></xref> using the <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> type parameter or subtypes.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: FurnitureCreated = 2
|
||||
return:
|
||||
type: TinyLife.Goals.GoalTrigger
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Goals.GoalTrigger.ActionCompleted
|
||||
commentId: F:TinyLife.Goals.GoalTrigger.ActionCompleted
|
||||
id: ActionCompleted
|
||||
parent: TinyLife.Goals.GoalTrigger
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ActionCompleted
|
||||
nameWithType: GoalTrigger.ActionCompleted
|
||||
fullName: TinyLife.Goals.GoalTrigger.ActionCompleted
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionCompleted
|
||||
path: Goals/GoalTrigger.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA goal trigger for when an <xref href=\"System.Action\" data-throw-if-not-resolved=\"false\"></xref> is completed by a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nThis trigger is supported by <xref href=\"TinyLife.Goals.ConditionedGoal\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Goals.DistinctGoal\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Goals.AmountGoal\" data-throw-if-not-resolved=\"false\"></xref> using the <xref href=\"System.Action\" data-throw-if-not-resolved=\"false\"></xref> type parameter or subtypes.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: ActionCompleted = 4
|
||||
return:
|
||||
type: TinyLife.Goals.GoalTrigger
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Goals.GoalTrigger.ActionUpdate
|
||||
commentId: F:TinyLife.Goals.GoalTrigger.ActionUpdate
|
||||
id: ActionUpdate
|
||||
parent: TinyLife.Goals.GoalTrigger
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ActionUpdate
|
||||
nameWithType: GoalTrigger.ActionUpdate
|
||||
fullName: TinyLife.Goals.GoalTrigger.ActionUpdate
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionUpdate
|
||||
path: Goals/GoalTrigger.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA goal trigger for when an <xref href=\"System.Action\" data-throw-if-not-resolved=\"false\"></xref> is updated.\nThis trigger is supported by <xref href=\"TinyLife.Goals.TimedGoal\" data-throw-if-not-resolved=\"false\"></xref> using the <xref href=\"System.Action\" data-throw-if-not-resolved=\"false\"></xref> type parameter or subtypes.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: ActionUpdate = 8
|
||||
return:
|
||||
type: TinyLife.Goals.GoalTrigger
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Goals.GoalTrigger.EarnMoney
|
||||
commentId: F:TinyLife.Goals.GoalTrigger.EarnMoney
|
||||
id: EarnMoney
|
||||
parent: TinyLife.Goals.GoalTrigger
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: EarnMoney
|
||||
nameWithType: GoalTrigger.EarnMoney
|
||||
fullName: TinyLife.Goals.GoalTrigger.EarnMoney
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EarnMoney
|
||||
path: Goals/GoalTrigger.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA goal trigger for when a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> earns money through an <xref href=\"System.Action\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Goals.Project\" data-throw-if-not-resolved=\"false\"></xref>.\nThis trigger is supported by <xref href=\"TinyLife.Goals.AmountGoal\" data-throw-if-not-resolved=\"false\"></xref> (where the amount is the amount of money earned) using the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> type parameter or subtypes.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: EarnMoney = 16
|
||||
return:
|
||||
type: TinyLife.Goals.GoalTrigger
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal<T>
|
||||
nameWithType: AutoTriggerGoal<T>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>
|
||||
nameWithType.vb: AutoTriggerGoal(Of T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T)
|
||||
name.vb: AutoTriggerGoal(Of T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.FlagsAttribute
|
||||
commentId: T:System.FlagsAttribute
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: FlagsAttribute
|
||||
nameWithType: FlagsAttribute
|
||||
fullName: System.FlagsAttribute
|
||||
- uid: TinyLife.Goals
|
||||
commentId: N:TinyLife.Goals
|
||||
name: TinyLife.Goals
|
||||
nameWithType: TinyLife.Goals
|
||||
fullName: TinyLife.Goals
|
||||
- uid: TinyLife.Goals.GoalTrigger.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<GoalTrigger>()
|
||||
nameWithType: Extensions.JsonCopy<GoalTrigger>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.GoalTrigger>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of GoalTrigger)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.GoalTrigger)()
|
||||
name.vb: JsonCopy(Of GoalTrigger)()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<GoalTrigger>
|
||||
nameWithType: Extensions.JsonCopy<GoalTrigger>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.GoalTrigger>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of GoalTrigger)
|
||||
nameWithType: Extensions.JsonCopy(Of GoalTrigger)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.GoalTrigger)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- 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.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
parent: TinyLife.Objects
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals.TimedGoal
|
||||
commentId: T:TinyLife.Goals.TimedGoal
|
||||
name: TimedGoal
|
||||
nameWithType: TimedGoal
|
||||
fullName: TinyLife.Goals.TimedGoal
|
||||
- uid: TinyLife.Goals.ConditionedGoal
|
||||
commentId: T:TinyLife.Goals.ConditionedGoal
|
||||
name: ConditionedGoal
|
||||
nameWithType: ConditionedGoal
|
||||
fullName: TinyLife.Goals.ConditionedGoal
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
commentId: T:TinyLife.Goals.GoalTrigger
|
||||
parent: TinyLife.Goals
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- uid: TinyLife.Objects
|
||||
commentId: N:TinyLife.Objects
|
||||
name: TinyLife.Objects
|
||||
nameWithType: TinyLife.Objects
|
||||
fullName: TinyLife.Objects
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
commentId: T:TinyLife.Objects.Furniture
|
||||
parent: TinyLife.Objects
|
||||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.DistinctGoal
|
||||
commentId: T:TinyLife.Goals.DistinctGoal
|
||||
name: DistinctGoal
|
||||
nameWithType: DistinctGoal
|
||||
fullName: TinyLife.Goals.DistinctGoal
|
||||
- uid: TinyLife.Goals.AmountGoal
|
||||
commentId: T:TinyLife.Goals.AmountGoal
|
||||
name: AmountGoal
|
||||
nameWithType: AmountGoal
|
||||
fullName: TinyLife.Goals.AmountGoal
|
||||
- uid: System.Action
|
||||
commentId: T:System.Action
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
- uid: TinyLife.Goals.Project
|
||||
commentId: T:TinyLife.Goals.Project
|
||||
parent: TinyLife.Goals
|
||||
name: Project
|
||||
nameWithType: Project
|
||||
fullName: TinyLife.Goals.Project
|
|
@ -5,13 +5,13 @@ items:
|
|||
id: Job
|
||||
parent: TinyLife.Goals
|
||||
children:
|
||||
- TinyLife.Goals.Job.#ctor(TinyLife.Goals.JobType,TinyLife.Objects.Person)
|
||||
- TinyLife.Goals.Job.#ctor(TinyLife.Goals.JobType,TinyLife.Objects.Person,System.Int32)
|
||||
- TinyLife.Goals.Job.AddLevel(System.Int32)
|
||||
- TinyLife.Goals.Job.AddPerformance(System.Single)
|
||||
- TinyLife.Goals.Job.CurrentHourlyPay
|
||||
- TinyLife.Goals.Job.DailyTasks
|
||||
- TinyLife.Goals.Job.HasRequiredPromotionSkills
|
||||
- TinyLife.Goals.Job.Level
|
||||
- TinyLife.Goals.Job.MaxLevel
|
||||
- TinyLife.Goals.Job.Performance
|
||||
- TinyLife.Goals.Job.Person
|
||||
- TinyLife.Goals.Job.Type
|
||||
|
@ -31,7 +31,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Job
|
||||
path: Goals/Job.cs
|
||||
startLine: 26
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -78,41 +78,6 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: TinyLife.Goals.Job.MaxLevel
|
||||
commentId: F:TinyLife.Goals.Job.MaxLevel
|
||||
id: MaxLevel
|
||||
parent: TinyLife.Goals.Job
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MaxLevel
|
||||
nameWithType: Job.MaxLevel
|
||||
fullName: TinyLife.Goals.Job.MaxLevel
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MaxLevel
|
||||
path: Goals/Job.cs
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nThe maximum level that a <xref href=\"TinyLife.Goals.Job\" data-throw-if-not-resolved=\"false\"></xref> can have.\nA job's level goes from 0 to this value, inclusively.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public const int MaxLevel = 9
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: Public Const MaxLevel As Integer = 9
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Goals.Job.Type
|
||||
commentId: F:TinyLife.Goals.Job.Type
|
||||
id: Type
|
||||
|
@ -131,7 +96,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Type
|
||||
path: Goals/Job.cs
|
||||
startLine: 39
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -176,7 +141,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Person
|
||||
path: Goals/Job.cs
|
||||
startLine: 43
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -213,7 +178,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Performance
|
||||
path: Goals/Job.cs
|
||||
startLine: 48
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -260,11 +225,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Level
|
||||
path: Goals/Job.cs
|
||||
startLine: 54
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nThe current level that this job is at.\nNote that the default level is 0, and the level goes up to a maximum of <xref href=\"TinyLife.Goals.Job.MaxLevel\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nThe current level that this job is at.\nNote that the default level is 0, and the level goes up to a maximum of <xref href=\"TinyLife.Goals.JobType.MaxLevel\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
|
@ -289,6 +254,53 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.Job.DailyTasks
|
||||
commentId: P:TinyLife.Goals.Job.DailyTasks
|
||||
id: DailyTasks
|
||||
parent: TinyLife.Goals.Job
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DailyTasks
|
||||
nameWithType: Job.DailyTasks
|
||||
fullName: TinyLife.Goals.Job.DailyTasks
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DailyTasks
|
||||
path: Goals/Job.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA goal set that represents the daily tasks for this job\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember]
|
||||
|
||||
public GoalSet DailyTasks { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: TinyLife.Goals.GoalSet
|
||||
content.vb: >-
|
||||
<DataMember>
|
||||
|
||||
Public ReadOnly Property DailyTasks As GoalSet
|
||||
overload: TinyLife.Goals.Job.DailyTasks*
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.Job.CurrentHourlyPay
|
||||
commentId: P:TinyLife.Goals.Job.CurrentHourlyPay
|
||||
id: CurrentHourlyPay
|
||||
|
@ -307,7 +319,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CurrentHourlyPay
|
||||
path: Goals/Job.cs
|
||||
startLine: 59
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -326,16 +338,16 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.Job.#ctor(TinyLife.Goals.JobType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Goals.Job.#ctor(TinyLife.Goals.JobType,TinyLife.Objects.Person)
|
||||
id: '#ctor(TinyLife.Goals.JobType,TinyLife.Objects.Person)'
|
||||
- uid: TinyLife.Goals.Job.#ctor(TinyLife.Goals.JobType,TinyLife.Objects.Person,System.Int32)
|
||||
commentId: M:TinyLife.Goals.Job.#ctor(TinyLife.Goals.JobType,TinyLife.Objects.Person,System.Int32)
|
||||
id: '#ctor(TinyLife.Goals.JobType,TinyLife.Objects.Person,System.Int32)'
|
||||
parent: TinyLife.Goals.Job
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Job(JobType, Person)
|
||||
nameWithType: Job.Job(JobType, Person)
|
||||
fullName: TinyLife.Goals.Job.Job(TinyLife.Goals.JobType, TinyLife.Objects.Person)
|
||||
name: Job(JobType, Person, Int32)
|
||||
nameWithType: Job.Job(JobType, Person, Int32)
|
||||
fullName: TinyLife.Goals.Job.Job(TinyLife.Goals.JobType, TinyLife.Objects.Person, System.Int32)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
|
@ -344,14 +356,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Goals/Job.cs
|
||||
startLine: 66
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nCreates a new job from the given settings\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Job(JobType type, Person person)
|
||||
content: public Job(JobType type, Person person, int level)
|
||||
parameters:
|
||||
- id: type
|
||||
type: TinyLife.Goals.JobType
|
||||
|
@ -359,7 +371,10 @@ items:
|
|||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
description: The person that should have this job
|
||||
content.vb: Public Sub New(type As JobType, person As Person)
|
||||
- id: level
|
||||
type: System.Int32
|
||||
description: The level to start out with this job at
|
||||
content.vb: Public Sub New(type As JobType, person As Person, level As Integer)
|
||||
overload: TinyLife.Goals.Job.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
|
@ -383,7 +398,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Goals/Job.cs
|
||||
startLine: 76
|
||||
startLine: 70
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -419,7 +434,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AddPerformance
|
||||
path: Goals/Job.cs
|
||||
startLine: 105
|
||||
startLine: 101
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -455,11 +470,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AddLevel
|
||||
path: Goals/Job.cs
|
||||
startLine: 123
|
||||
startLine: 120
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nAdds (or removes) the given amount of levels to this job's <xref href=\"TinyLife.Goals.Job.Level\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that the level value is automatically clamped between 0 and <xref href=\"TinyLife.Goals.Job.MaxLevel\" data-throw-if-not-resolved=\"false\"></xref>, inclusively.\n"
|
||||
summary: "\nAdds (or removes) the given amount of levels to this job's <xref href=\"TinyLife.Goals.Job.Level\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void AddLevel(int level)
|
||||
|
@ -491,7 +506,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HasRequiredPromotionSkills
|
||||
path: Goals/Job.cs
|
||||
startLine: 154
|
||||
startLine: 159
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -526,7 +541,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Goals/Job.cs
|
||||
startLine: 166
|
||||
startLine: 171
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1305,19 +1320,6 @@ references:
|
|||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
||||
- uid: TinyLife.Goals.Job
|
||||
commentId: T:TinyLife.Goals.Job
|
||||
parent: TinyLife.Goals
|
||||
name: Job
|
||||
nameWithType: Job
|
||||
fullName: TinyLife.Goals.Job
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: TinyLife.Goals.Job.Person*
|
||||
commentId: Overload:TinyLife.Goals.Job.Person
|
||||
name: Person
|
||||
|
@ -1346,17 +1348,41 @@ references:
|
|||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: TinyLife.Goals.Job.MaxLevel
|
||||
commentId: F:TinyLife.Goals.Job.MaxLevel
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals.JobType.MaxLevel
|
||||
commentId: P:TinyLife.Goals.JobType.MaxLevel
|
||||
parent: TinyLife.Goals.JobType
|
||||
name: MaxLevel
|
||||
nameWithType: JobType.MaxLevel
|
||||
fullName: TinyLife.Goals.JobType.MaxLevel
|
||||
- uid: TinyLife.Goals.Job.Level*
|
||||
commentId: Overload:TinyLife.Goals.Job.Level
|
||||
name: Level
|
||||
nameWithType: Job.Level
|
||||
fullName: TinyLife.Goals.Job.Level
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: TinyLife.Goals.Job.DailyTasks*
|
||||
commentId: Overload:TinyLife.Goals.Job.DailyTasks
|
||||
name: DailyTasks
|
||||
nameWithType: Job.DailyTasks
|
||||
fullName: TinyLife.Goals.Job.DailyTasks
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
commentId: T:TinyLife.Goals.GoalSet
|
||||
parent: TinyLife.Goals
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- uid: TinyLife.Goals.JobType.HourlyPay
|
||||
commentId: F:TinyLife.Goals.JobType.HourlyPay
|
||||
isExternal: true
|
||||
parent: TinyLife.Goals.JobType
|
||||
name: HourlyPay
|
||||
nameWithType: JobType.HourlyPay
|
||||
fullName: TinyLife.Goals.JobType.HourlyPay
|
||||
- uid: TinyLife.Goals.Job.Level
|
||||
commentId: P:TinyLife.Goals.Job.Level
|
||||
isExternal: true
|
||||
|
@ -1403,7 +1429,10 @@ references:
|
|||
fullName: TinyLife.Goals.Job.AddLevel
|
||||
- uid: TinyLife.Goals.JobType.RequiredPromotionSkills
|
||||
commentId: P:TinyLife.Goals.JobType.RequiredPromotionSkills
|
||||
isExternal: true
|
||||
parent: TinyLife.Goals.JobType
|
||||
name: RequiredPromotionSkills
|
||||
nameWithType: JobType.RequiredPromotionSkills
|
||||
fullName: TinyLife.Goals.JobType.RequiredPromotionSkills
|
||||
- uid: TinyLife.Goals.Job.HasRequiredPromotionSkills*
|
||||
commentId: Overload:TinyLife.Goals.Job.HasRequiredPromotionSkills
|
||||
name: HasRequiredPromotionSkills
|
||||
|
|
File diff suppressed because it is too large
Load diff
943
api/TinyLife.Goals.LifeGoal.Instance.yml
Normal file
943
api/TinyLife.Goals.LifeGoal.Instance.yml
Normal file
|
@ -0,0 +1,943 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance
|
||||
commentId: T:TinyLife.Goals.LifeGoal.Instance
|
||||
id: LifeGoal.Instance
|
||||
parent: TinyLife.Goals
|
||||
children:
|
||||
- TinyLife.Goals.LifeGoal.Instance.#ctor(TinyLife.Objects.Person,TinyLife.Goals.LifeGoal,System.Int32)
|
||||
- TinyLife.Goals.LifeGoal.Instance.Advance
|
||||
- TinyLife.Goals.LifeGoal.Instance.Completed
|
||||
- TinyLife.Goals.LifeGoal.Instance.CurrentGoals
|
||||
- TinyLife.Goals.LifeGoal.Instance.Goal
|
||||
- TinyLife.Goals.LifeGoal.Instance.Person
|
||||
- TinyLife.Goals.LifeGoal.Instance.Stage
|
||||
- TinyLife.Goals.LifeGoal.Instance.StageIndex
|
||||
- TinyLife.Goals.LifeGoal.Instance.Update
|
||||
- TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: LifeGoal.Instance
|
||||
nameWithType: LifeGoal.Instance
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Instance
|
||||
path: Goals/LifeGoal.cs
|
||||
startLine: 172
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA class used to represent a currently active/ongoing <xref href=\"TinyLife.Goals.LifeGoal\" data-throw-if-not-resolved=\"false\"></xref> instance\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[DataContract]
|
||||
|
||||
public class Instance
|
||||
content.vb: >-
|
||||
<DataContract>
|
||||
|
||||
Public Class Instance
|
||||
inheritance:
|
||||
- System.Object
|
||||
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.Goals.LifeGoal.Instance.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataContractAttribute
|
||||
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
|
||||
arguments: []
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Goal
|
||||
commentId: F:TinyLife.Goals.LifeGoal.Instance.Goal
|
||||
id: Goal
|
||||
parent: TinyLife.Goals.LifeGoal.Instance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Goal
|
||||
nameWithType: LifeGoal.Instance.Goal
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Goal
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Goal
|
||||
path: Goals/LifeGoal.cs
|
||||
startLine: 179
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nThe underlying <xref href=\"TinyLife.Goals.LifeGoal\" data-throw-if-not-resolved=\"false\"></xref> that this instance is tracking\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember]
|
||||
|
||||
public readonly LifeGoal Goal
|
||||
return:
|
||||
type: TinyLife.Goals.LifeGoal
|
||||
content.vb: >-
|
||||
<DataMember>
|
||||
|
||||
Public ReadOnly Goal As LifeGoal
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.CurrentGoals
|
||||
commentId: P:TinyLife.Goals.LifeGoal.Instance.CurrentGoals
|
||||
id: CurrentGoals
|
||||
parent: TinyLife.Goals.LifeGoal.Instance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CurrentGoals
|
||||
nameWithType: LifeGoal.Instance.CurrentGoals
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.CurrentGoals
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CurrentGoals
|
||||
path: Goals/LifeGoal.cs
|
||||
startLine: 183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nThe <xref href=\"TinyLife.Goals.GoalSet\" data-throw-if-not-resolved=\"false\"></xref> instance that represents the currently active stage of this life goal instance\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember]
|
||||
|
||||
public GoalSet CurrentGoals { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: TinyLife.Goals.GoalSet
|
||||
content.vb: >-
|
||||
<DataMember>
|
||||
|
||||
Public ReadOnly Property CurrentGoals As GoalSet
|
||||
overload: TinyLife.Goals.LifeGoal.Instance.CurrentGoals*
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.StageIndex
|
||||
commentId: P:TinyLife.Goals.LifeGoal.Instance.StageIndex
|
||||
id: StageIndex
|
||||
parent: TinyLife.Goals.LifeGoal.Instance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: StageIndex
|
||||
nameWithType: LifeGoal.Instance.StageIndex
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.StageIndex
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: StageIndex
|
||||
path: Goals/LifeGoal.cs
|
||||
startLine: 190
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nThe index in the <xref href=\"TinyLife.Goals.LifeGoal.Stages\" data-throw-if-not-resolved=\"false\"></xref> array that the <xref href=\"TinyLife.Goals.LifeGoal.Instance.CurrentGoals\" data-throw-if-not-resolved=\"false\"></xref> are created from.\nTo get the <xref href=\"TinyLife.Goals.GoalSetInfo\" data-throw-if-not-resolved=\"false\"></xref> for this stage, use <xref href=\"TinyLife.Goals.LifeGoal.Instance.Stage\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this value is greater than the length of <xref href=\"TinyLife.Goals.LifeGoal.Stages\" data-throw-if-not-resolved=\"false\"></xref>, this life goal is <xref href=\"TinyLife.Goals.LifeGoal.Instance.Completed\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember]
|
||||
|
||||
public int StageIndex { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: >-
|
||||
<DataMember>
|
||||
|
||||
Public ReadOnly Property StageIndex As Integer
|
||||
overload: TinyLife.Goals.LifeGoal.Instance.StageIndex*
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Person
|
||||
commentId: P:TinyLife.Goals.LifeGoal.Instance.Person
|
||||
id: Person
|
||||
parent: TinyLife.Goals.LifeGoal.Instance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Person
|
||||
nameWithType: LifeGoal.Instance.Person
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Person
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Person
|
||||
path: Goals/LifeGoal.cs
|
||||
startLine: 195
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nThe person that is currently working on this life goal\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Person Person { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: TinyLife.Objects.Person
|
||||
content.vb: Public ReadOnly Property Person As Person
|
||||
overload: TinyLife.Goals.LifeGoal.Instance.Person*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Stage
|
||||
commentId: P:TinyLife.Goals.LifeGoal.Instance.Stage
|
||||
id: Stage
|
||||
parent: TinyLife.Goals.LifeGoal.Instance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Stage
|
||||
nameWithType: LifeGoal.Instance.Stage
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Stage
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Stage
|
||||
path: Goals/LifeGoal.cs
|
||||
startLine: 200
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nThe <xref href=\"TinyLife.Goals.GoalSetInfo\" data-throw-if-not-resolved=\"false\"></xref> that the <xref href=\"TinyLife.Goals.LifeGoal.Instance.CurrentGoals\" data-throw-if-not-resolved=\"false\"></xref> are created from.\nIf this value is null, this life goal is <xref href=\"TinyLife.Goals.LifeGoal.Instance.Completed\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public GoalSetInfo Stage { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: TinyLife.Goals.GoalSetInfo
|
||||
content.vb: Public ReadOnly Property Stage As GoalSetInfo
|
||||
overload: TinyLife.Goals.LifeGoal.Instance.Stage*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Completed
|
||||
commentId: P:TinyLife.Goals.LifeGoal.Instance.Completed
|
||||
id: Completed
|
||||
parent: TinyLife.Goals.LifeGoal.Instance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Completed
|
||||
nameWithType: LifeGoal.Instance.Completed
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Completed
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Completed
|
||||
path: Goals/LifeGoal.cs
|
||||
startLine: 204
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nReturns whether this life goal is considered complete, which is when <xref href=\"TinyLife.Goals.LifeGoal.Instance.Stage\" data-throw-if-not-resolved=\"false\"></xref> is null.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool Completed { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public ReadOnly Property Completed As Boolean
|
||||
overload: TinyLife.Goals.LifeGoal.Instance.Completed*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.#ctor(TinyLife.Objects.Person,TinyLife.Goals.LifeGoal,System.Int32)
|
||||
commentId: M:TinyLife.Goals.LifeGoal.Instance.#ctor(TinyLife.Objects.Person,TinyLife.Goals.LifeGoal,System.Int32)
|
||||
id: '#ctor(TinyLife.Objects.Person,TinyLife.Goals.LifeGoal,System.Int32)'
|
||||
parent: TinyLife.Goals.LifeGoal.Instance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Instance(Person, LifeGoal, Int32)
|
||||
nameWithType: LifeGoal.Instance.Instance(Person, LifeGoal, Int32)
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Instance(TinyLife.Objects.Person, TinyLife.Goals.LifeGoal, System.Int32)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Goals/LifeGoal.cs
|
||||
startLine: 212
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nCreates a new life goal instance from the given <xref href=\"TinyLife.Goals.LifeGoal\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Instance(Person person, LifeGoal goal, int stage = 0)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
description: The person to work on this life goal
|
||||
- id: goal
|
||||
type: TinyLife.Goals.LifeGoal
|
||||
description: The life goal information
|
||||
- id: stage
|
||||
type: System.Int32
|
||||
description: The stage to start out in, or 0 by default
|
||||
content.vb: Public Sub New(person As Person, goal As LifeGoal, stage As Integer = 0)
|
||||
overload: TinyLife.Goals.LifeGoal.Instance.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Update
|
||||
commentId: M:TinyLife.Goals.LifeGoal.Instance.Update
|
||||
id: Update
|
||||
parent: TinyLife.Goals.LifeGoal.Instance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Update()
|
||||
nameWithType: LifeGoal.Instance.Update()
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Update()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Goals/LifeGoal.cs
|
||||
startLine: 222
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nUpdates this life goal, causing <xref href=\"TinyLife.Goals.LifeGoal.Instance.Advance\" data-throw-if-not-resolved=\"false\"></xref> to be called if the <xref href=\"TinyLife.Goals.LifeGoal.Instance.CurrentGoals\" data-throw-if-not-resolved=\"false\"></xref> are completed\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void Update()
|
||||
content.vb: Public Sub Update
|
||||
overload: TinyLife.Goals.LifeGoal.Instance.Update*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Advance
|
||||
commentId: M:TinyLife.Goals.LifeGoal.Instance.Advance
|
||||
id: Advance
|
||||
parent: TinyLife.Goals.LifeGoal.Instance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Advance()
|
||||
nameWithType: LifeGoal.Instance.Advance()
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Advance()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Advance
|
||||
path: Goals/LifeGoal.cs
|
||||
startLine: 232
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nForces this life goal to be advanced, regardless of whether the <xref href=\"TinyLife.Goals.LifeGoal.Instance.CurrentGoals\" data-throw-if-not-resolved=\"false\"></xref> are completed+\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void Advance()
|
||||
content.vb: Public Sub Advance
|
||||
overload: TinyLife.Goals.LifeGoal.Instance.Advance*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person)
|
||||
id: Validate(TinyLife.Objects.Person)
|
||||
parent: TinyLife.Goals.LifeGoal.Instance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Validate(Person)
|
||||
nameWithType: LifeGoal.Instance.Validate(Person)
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Validate(TinyLife.Objects.Person)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Goals/LifeGoal.cs
|
||||
startLine: 257
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nValidates this life goal instance and the underlying <xref href=\"TinyLife.Goals.LifeGoal.Instance.CurrentGoals\" data-throw-if-not-resolved=\"false\"></xref> when loading from disk\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool Validate(Person person)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
description: The person who is working on this life goal
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: Whether this life goal is considered valid
|
||||
content.vb: Public Function Validate(person As Person) As Boolean
|
||||
overload: TinyLife.Goals.LifeGoal.Instance.Validate*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: TinyLife.Goals.LifeGoal
|
||||
commentId: T:TinyLife.Goals.LifeGoal
|
||||
parent: TinyLife.Goals
|
||||
name: LifeGoal
|
||||
nameWithType: LifeGoal
|
||||
fullName: TinyLife.Goals.LifeGoal
|
||||
- uid: TinyLife.Goals
|
||||
commentId: N:TinyLife.Goals
|
||||
name: TinyLife.Goals
|
||||
nameWithType: TinyLife.Goals
|
||||
fullName: TinyLife.Goals
|
||||
- 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.Goals.LifeGoal.Instance.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<LifeGoal.Instance>()
|
||||
nameWithType: Extensions.JsonCopy<LifeGoal.Instance>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.LifeGoal.Instance>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of LifeGoal.Instance)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.LifeGoal.Instance)()
|
||||
name.vb: JsonCopy(Of LifeGoal.Instance)()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<LifeGoal.Instance>
|
||||
nameWithType: Extensions.JsonCopy<LifeGoal.Instance>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.LifeGoal.Instance>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of LifeGoal.Instance)
|
||||
nameWithType: Extensions.JsonCopy(Of LifeGoal.Instance)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.LifeGoal.Instance)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- 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.Goals.GoalSet
|
||||
commentId: T:TinyLife.Goals.GoalSet
|
||||
parent: TinyLife.Goals
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.CurrentGoals*
|
||||
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.CurrentGoals
|
||||
name: CurrentGoals
|
||||
nameWithType: LifeGoal.Instance.CurrentGoals
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.CurrentGoals
|
||||
- uid: TinyLife.Goals.LifeGoal.Stages
|
||||
commentId: F:TinyLife.Goals.LifeGoal.Stages
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.CurrentGoals
|
||||
commentId: P:TinyLife.Goals.LifeGoal.Instance.CurrentGoals
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals.GoalSetInfo
|
||||
commentId: T:TinyLife.Goals.GoalSetInfo
|
||||
parent: TinyLife.Goals
|
||||
name: GoalSetInfo
|
||||
nameWithType: GoalSetInfo
|
||||
fullName: TinyLife.Goals.GoalSetInfo
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Stage
|
||||
commentId: P:TinyLife.Goals.LifeGoal.Instance.Stage
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Completed
|
||||
commentId: P:TinyLife.Goals.LifeGoal.Instance.Completed
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.StageIndex*
|
||||
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.StageIndex
|
||||
name: StageIndex
|
||||
nameWithType: LifeGoal.Instance.StageIndex
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.StageIndex
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Person*
|
||||
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.Person
|
||||
name: Person
|
||||
nameWithType: LifeGoal.Instance.Person
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Person
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
parent: TinyLife.Objects
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: TinyLife.Objects
|
||||
commentId: N:TinyLife.Objects
|
||||
name: TinyLife.Objects
|
||||
nameWithType: TinyLife.Objects
|
||||
fullName: TinyLife.Objects
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Stage*
|
||||
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.Stage
|
||||
name: Stage
|
||||
nameWithType: LifeGoal.Instance.Stage
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Stage
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Completed*
|
||||
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.Completed
|
||||
name: Completed
|
||||
nameWithType: LifeGoal.Instance.Completed
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Completed
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.#ctor*
|
||||
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.#ctor
|
||||
name: Instance
|
||||
nameWithType: LifeGoal.Instance.Instance
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Instance
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Advance
|
||||
commentId: M:TinyLife.Goals.LifeGoal.Instance.Advance
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Update*
|
||||
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.Update
|
||||
name: Update
|
||||
nameWithType: LifeGoal.Instance.Update
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Update
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Advance*
|
||||
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.Advance
|
||||
name: Advance
|
||||
nameWithType: LifeGoal.Instance.Advance
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Advance
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance.Validate*
|
||||
commentId: Overload:TinyLife.Goals.LifeGoal.Instance.Validate
|
||||
name: Validate
|
||||
nameWithType: LifeGoal.Instance.Validate
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance.Validate
|
1313
api/TinyLife.Goals.LifeGoal.yml
Normal file
1313
api/TinyLife.Goals.LifeGoal.yml
Normal file
File diff suppressed because it is too large
Load diff
1209
api/TinyLife.Goals.ManualProgressGoal.yml
Normal file
1209
api/TinyLife.Goals.ManualProgressGoal.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -14,6 +14,7 @@ items:
|
|||
- TinyLife.Goals.Project.ActionSettings.IncludeProject
|
||||
- TinyLife.Goals.Project.ActionSettings.Name
|
||||
- TinyLife.Goals.Project.ActionSettings.ProjectDisplayName
|
||||
- TinyLife.Goals.Project.ActionSettings.RequiredAges
|
||||
- TinyLife.Goals.Project.ActionSettings.RequiredSkill
|
||||
- TinyLife.Goals.Project.ActionSettings.Type
|
||||
langs:
|
||||
|
@ -30,7 +31,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionSettings
|
||||
path: Goals/Project.cs
|
||||
startLine: 199
|
||||
startLine: 205
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -72,7 +73,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Goals/Project.cs
|
||||
startLine: 204
|
||||
startLine: 210
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -105,7 +106,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Context
|
||||
path: Goals/Project.cs
|
||||
startLine: 208
|
||||
startLine: 214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -138,7 +139,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Type
|
||||
path: Goals/Project.cs
|
||||
startLine: 212
|
||||
startLine: 218
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -171,7 +172,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ConstructedType
|
||||
path: Goals/Project.cs
|
||||
startLine: 216
|
||||
startLine: 222
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -204,7 +205,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ConstructedTypeScrap
|
||||
path: Goals/Project.cs
|
||||
startLine: 221
|
||||
startLine: 227
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -237,7 +238,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanExecute
|
||||
path: Goals/Project.cs
|
||||
startLine: 225
|
||||
startLine: 231
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -270,7 +271,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredSkill
|
||||
path: Goals/Project.cs
|
||||
startLine: 231
|
||||
startLine: 237
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -285,6 +286,39 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Goals.Project.ActionSettings.RequiredAges
|
||||
commentId: F:TinyLife.Goals.Project.ActionSettings.RequiredAges
|
||||
id: RequiredAges
|
||||
parent: TinyLife.Goals.Project.ActionSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RequiredAges
|
||||
nameWithType: Project.ActionSettings.RequiredAges
|
||||
fullName: TinyLife.Goals.Project.ActionSettings.RequiredAges
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredAges
|
||||
path: Goals/Project.cs
|
||||
startLine: 242
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA flag of age group values that are required to work on this project.\nThis value defaults to 0, meaning all ages are allowed.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public AgeGroup RequiredAges
|
||||
return:
|
||||
type: TinyLife.Objects.AgeGroup
|
||||
content.vb: Public RequiredAges As AgeGroup
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Goals.Project.ActionSettings.ProjectDisplayName
|
||||
commentId: F:TinyLife.Goals.Project.ActionSettings.ProjectDisplayName
|
||||
id: ProjectDisplayName
|
||||
|
@ -303,7 +337,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ProjectDisplayName
|
||||
path: Goals/Project.cs
|
||||
startLine: 236
|
||||
startLine: 247
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -336,7 +370,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanContinue
|
||||
path: Goals/Project.cs
|
||||
startLine: 240
|
||||
startLine: 251
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -369,7 +403,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IncludeProject
|
||||
path: Goals/Project.cs
|
||||
startLine: 244
|
||||
startLine: 255
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -402,7 +436,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Goals/Project.cs
|
||||
startLine: 253
|
||||
startLine: 264
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -947,6 +981,12 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
commentId: T:TinyLife.Objects.AgeGroup
|
||||
parent: TinyLife.Objects
|
||||
name: AgeGroup
|
||||
nameWithType: AgeGroup
|
||||
fullName: TinyLife.Objects.AgeGroup
|
||||
- uid: TinyLife.Goals.Project.Name
|
||||
commentId: F:TinyLife.Goals.Project.Name
|
||||
isExternal: true
|
||||
|
|
|
@ -11,7 +11,7 @@ items:
|
|||
- TinyLife.Goals.Project.DailyPayReductionFactor
|
||||
- TinyLife.Goals.Project.GetAndReduceDailyPay
|
||||
- TinyLife.Goals.Project.GetVarieties(TinyLife.Actions.ActionInfo,System.String,System.Predicate{TinyLife.Goals.Project},System.Func{TinyLife.Goals.Project,System.String})
|
||||
- TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Goals.Project.Name
|
||||
- TinyLife.Goals.Project.Person
|
||||
- TinyLife.Goals.Project.Progress
|
||||
|
@ -34,7 +34,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Project
|
||||
path: Goals/Project.cs
|
||||
startLine: 19
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -99,7 +99,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Type
|
||||
path: Goals/Project.cs
|
||||
startLine: 27
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -144,11 +144,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Goals/Project.cs
|
||||
startLine: 32
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nThe name of this project, which is usually user-entered using <xref href=\"TinyLife.Actions.Action.OpenTextPrompt(System.String%2cSystem.Action%7bSystem.String%7d%2cSystem.Predicate%7bSystem.String%7d%2cMLEM.Ui.Elements.TextField.Rule)\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
summary: "\nThe name of this project, which is usually user-entered using <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String%2cSystem.Action%7bSystem.String%7d%2cSystem.Predicate%7bSystem.String%7d%2cMLEM.Ui.Elements.TextField.Rule%2cSystem.String)\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
|
@ -189,7 +189,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Quality
|
||||
path: Goals/Project.cs
|
||||
startLine: 37
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -197,19 +197,23 @@ items:
|
|||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember]
|
||||
[DataMember(EmitDefaultValue = false)]
|
||||
|
||||
public Quality Quality
|
||||
return:
|
||||
type: TinyLife.Skills.Quality
|
||||
content.vb: >-
|
||||
<DataMember>
|
||||
<DataMember(EmitDefaultValue:=False)>
|
||||
|
||||
Public Quality As Quality
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
namedArguments:
|
||||
- name: EmitDefaultValue
|
||||
type: System.Boolean
|
||||
value: false
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
|
@ -232,7 +236,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Progress
|
||||
path: Goals/Project.cs
|
||||
startLine: 42
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -281,7 +285,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DailyPay
|
||||
path: Goals/Project.cs
|
||||
startLine: 48
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -289,14 +293,14 @@ items:
|
|||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember]
|
||||
[DataMember(EmitDefaultValue = false)]
|
||||
|
||||
public float DailyPay { get; protected set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Single
|
||||
content.vb: >-
|
||||
<DataMember>
|
||||
<DataMember(EmitDefaultValue:=False)>
|
||||
|
||||
Public Property DailyPay As Single
|
||||
overload: TinyLife.Goals.Project.DailyPay*
|
||||
|
@ -304,6 +308,10 @@ items:
|
|||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
namedArguments:
|
||||
- name: EmitDefaultValue
|
||||
type: System.Boolean
|
||||
value: false
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
|
@ -330,7 +338,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DailyPayReductionFactor
|
||||
path: Goals/Project.cs
|
||||
startLine: 54
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -338,14 +346,14 @@ items:
|
|||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember]
|
||||
[DataMember(EmitDefaultValue = false)]
|
||||
|
||||
public float DailyPayReductionFactor { get; protected set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Single
|
||||
content.vb: >-
|
||||
<DataMember>
|
||||
<DataMember(EmitDefaultValue:=False)>
|
||||
|
||||
Public Property DailyPayReductionFactor As Single
|
||||
overload: TinyLife.Goals.Project.DailyPayReductionFactor*
|
||||
|
@ -353,6 +361,10 @@ items:
|
|||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
namedArguments:
|
||||
- name: EmitDefaultValue
|
||||
type: System.Boolean
|
||||
value: false
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
|
@ -379,7 +391,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Person
|
||||
path: Goals/Project.cs
|
||||
startLine: 59
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -418,7 +430,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Goals/Project.cs
|
||||
startLine: 67
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -460,7 +472,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Goals/Project.cs
|
||||
startLine: 78
|
||||
startLine: 79
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -483,16 +495,16 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- uid: TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Skills.SkillType,System.Single)
|
||||
id: MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Skills.SkillType,System.Single)
|
||||
- uid: TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
||||
id: MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Goals.Project
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MakeProgress(Single, GameSpeed, SkillType, Single)
|
||||
nameWithType: Project.MakeProgress(Single, GameSpeed, SkillType, Single)
|
||||
fullName: TinyLife.Goals.Project.MakeProgress(System.Single, TinyLife.GameSpeed, TinyLife.Skills.SkillType, System.Single)
|
||||
name: MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single)
|
||||
nameWithType: Project.MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single)
|
||||
fullName: TinyLife.Goals.Project.MakeProgress(System.Single, TinyLife.GameSpeed, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -501,14 +513,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MakeProgress
|
||||
path: Goals/Project.cs
|
||||
startLine: 90
|
||||
startLine: 92
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nMakes progress on the project, updating the <xref href=\"TinyLife.Goals.Project.Progress\" data-throw-if-not-resolved=\"false\"></xref> value based on the <xref href=\"TinyLife.Goals.Project.Person\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Skills.Skill\" data-throw-if-not-resolved=\"false\"></xref> and general efficiency modifier\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual void MakeProgress(float amount, GameSpeed speed, SkillType skill = null, float levelModifier = 0.1F)
|
||||
content: public virtual void MakeProgress(float amount, GameSpeed speed, ActionInfo info = null, SkillType skill = null, float levelModifier = 0.1F)
|
||||
parameters:
|
||||
- id: amount
|
||||
type: System.Single
|
||||
|
@ -516,13 +528,16 @@ items:
|
|||
- id: speed
|
||||
type: TinyLife.GameSpeed
|
||||
description: The current game speed
|
||||
- id: info
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
description: The action informatio nthat optionally influences progress gain using <xref href="TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>
|
||||
- id: skill
|
||||
type: TinyLife.Skills.SkillType
|
||||
description: The (optional) skill that influences progress gain using <xref href="TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Skills.SkillType%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>
|
||||
description: The (optional) skill that influences progress gain using <xref href="TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>
|
||||
- id: levelModifier
|
||||
type: System.Single
|
||||
description: The (optiona) amount that each level of the <code data-dev-comment-type="paramref" class="paramref">skill</code> influences progress gain. Defaults to 0.1.
|
||||
content.vb: Public Overridable Sub MakeProgress(amount As Single, speed As GameSpeed, skill As SkillType = Nothing, levelModifier As Single = 0.1F)
|
||||
content.vb: Public Overridable Sub MakeProgress(amount As Single, speed As GameSpeed, info As ActionInfo = Nothing, skill As SkillType = Nothing, levelModifier As Single = 0.1F)
|
||||
overload: TinyLife.Goals.Project.MakeProgress*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
|
@ -548,7 +563,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Remove
|
||||
path: Goals/Project.cs
|
||||
startLine: 97
|
||||
startLine: 99
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -582,7 +597,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetAndReduceDailyPay
|
||||
path: Goals/Project.cs
|
||||
startLine: 107
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -619,7 +634,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SetDailyPay
|
||||
path: Goals/Project.cs
|
||||
startLine: 122
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -661,7 +676,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateActions
|
||||
path: Goals/Project.cs
|
||||
startLine: 137
|
||||
startLine: 139
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -702,7 +717,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetVarieties
|
||||
path: Goals/Project.cs
|
||||
startLine: 171
|
||||
startLine: 176
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1505,21 +1520,21 @@ references:
|
|||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- 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
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
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)
|
||||
name: OpenTextPrompt(String, Action<String>, Predicate<String>, TextField.Rule, String)
|
||||
nameWithType: TypelessAction.OpenTextPrompt(String, Action<String>, Predicate<String>, TextField.Rule, String)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String, System.Action<System.String>, System.Predicate<System.String>, MLEM.Ui.Elements.TextField.Rule, System.String)
|
||||
nameWithType.vb: TypelessAction.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String, System.Action(Of System.String), System.Predicate(Of System.String), MLEM.Ui.Elements.TextField.Rule, System.String)
|
||||
name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule)
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
name: OpenTextPrompt
|
||||
nameWithType: Action.OpenTextPrompt
|
||||
fullName: TinyLife.Actions.Action.OpenTextPrompt
|
||||
nameWithType: TypelessAction.OpenTextPrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1574,14 +1589,22 @@ references:
|
|||
nameWithType: TextField.Rule
|
||||
fullName: MLEM.Ui.Elements.TextField.Rule
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
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)
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
|
||||
name: OpenTextPrompt
|
||||
nameWithType: Action.OpenTextPrompt
|
||||
fullName: TinyLife.Actions.Action.OpenTextPrompt
|
||||
nameWithType: TypelessAction.OpenTextPrompt
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1636,20 +1659,28 @@ references:
|
|||
nameWithType: TextField.Rule
|
||||
fullName: MLEM.Ui.Elements.TextField.Rule
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action
|
||||
commentId: T:TinyLife.Actions.Action
|
||||
parent: TinyLife.Actions
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: TinyLife.Actions.Action
|
||||
- uid: TinyLife.Actions
|
||||
commentId: N:TinyLife.Actions
|
||||
name: TinyLife.Actions
|
||||
nameWithType: TinyLife.Actions
|
||||
fullName: TinyLife.Actions
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction
|
||||
commentId: T:TinyLife.Actions.Typeless.TypelessAction
|
||||
parent: TinyLife.Actions.Typeless
|
||||
name: TypelessAction
|
||||
nameWithType: TypelessAction
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction
|
||||
- uid: TinyLife.Actions.Typeless
|
||||
commentId: N:TinyLife.Actions.Typeless
|
||||
name: TinyLife.Actions.Typeless
|
||||
nameWithType: TinyLife.Actions.Typeless
|
||||
fullName: TinyLife.Actions.Typeless
|
||||
- uid: TinyLife.Skills.Quality.Terrible
|
||||
commentId: F:TinyLife.Skills.Quality.Terrible
|
||||
isExternal: true
|
||||
|
@ -1728,8 +1759,8 @@ references:
|
|||
name: Skill
|
||||
nameWithType: Skill
|
||||
fullName: TinyLife.Skills.Skill
|
||||
- uid: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Skills.SkillType,System.Single)
|
||||
- uid: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals.Project.MakeProgress*
|
||||
commentId: Overload:TinyLife.Goals.Project.MakeProgress
|
||||
|
@ -1742,6 +1773,12 @@ references:
|
|||
name: GameSpeed
|
||||
nameWithType: GameSpeed
|
||||
fullName: TinyLife.GameSpeed
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
commentId: T:TinyLife.Actions.ActionInfo
|
||||
parent: TinyLife.Actions
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
commentId: T:TinyLife.Skills.SkillType
|
||||
parent: TinyLife.Skills
|
||||
|
@ -1753,6 +1790,11 @@ references:
|
|||
name: TinyLife
|
||||
nameWithType: TinyLife
|
||||
fullName: TinyLife
|
||||
- uid: TinyLife.Actions
|
||||
commentId: N:TinyLife.Actions
|
||||
name: TinyLife.Actions
|
||||
nameWithType: TinyLife.Actions
|
||||
fullName: TinyLife.Actions
|
||||
- uid: TinyLife.Goals.Project.Remove*
|
||||
commentId: Overload:TinyLife.Goals.Project.Remove
|
||||
name: Remove
|
||||
|
@ -1886,12 +1928,6 @@ references:
|
|||
name: GetVarieties
|
||||
nameWithType: Project.GetVarieties
|
||||
fullName: TinyLife.Goals.Project.GetVarieties
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
commentId: T:TinyLife.Actions.ActionInfo
|
||||
parent: TinyLife.Actions
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- uid: System.Predicate{TinyLife.Goals.Project}
|
||||
commentId: T:System.Predicate{TinyLife.Goals.Project}
|
||||
parent: System
|
||||
|
|
1715
api/TinyLife.Goals.StudentJobType.yml
Normal file
1715
api/TinyLife.Goals.StudentJobType.yml
Normal file
File diff suppressed because it is too large
Load diff
1750
api/TinyLife.Goals.TimedGoal.yml
Normal file
1750
api/TinyLife.Goals.TimedGoal.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,10 +4,25 @@ items:
|
|||
commentId: N:TinyLife.Goals
|
||||
id: TinyLife.Goals
|
||||
children:
|
||||
- TinyLife.Goals.AmountGoal
|
||||
- TinyLife.Goals.AutoGoalInfo
|
||||
- TinyLife.Goals.AutoTriggerGoal`1
|
||||
- TinyLife.Goals.ConditionedGoal
|
||||
- TinyLife.Goals.DistinctGoal
|
||||
- TinyLife.Goals.Goal
|
||||
- TinyLife.Goals.GoalInfo
|
||||
- TinyLife.Goals.GoalSet
|
||||
- TinyLife.Goals.GoalSetInfo
|
||||
- TinyLife.Goals.GoalTrigger
|
||||
- TinyLife.Goals.Job
|
||||
- TinyLife.Goals.JobType
|
||||
- TinyLife.Goals.LifeGoal
|
||||
- TinyLife.Goals.LifeGoal.Instance
|
||||
- TinyLife.Goals.ManualProgressGoal
|
||||
- TinyLife.Goals.Project
|
||||
- TinyLife.Goals.Project.ActionSettings
|
||||
- TinyLife.Goals.StudentJobType
|
||||
- TinyLife.Goals.TimedGoal
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
|
@ -18,6 +33,93 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
references:
|
||||
- uid: TinyLife.Goals.AmountGoal
|
||||
commentId: T:TinyLife.Goals.AmountGoal
|
||||
name: AmountGoal
|
||||
nameWithType: AmountGoal
|
||||
fullName: TinyLife.Goals.AmountGoal
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal<T>
|
||||
nameWithType: AutoTriggerGoal<T>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>
|
||||
nameWithType.vb: AutoTriggerGoal(Of T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T)
|
||||
name.vb: AutoTriggerGoal(Of T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.ConditionedGoal
|
||||
commentId: T:TinyLife.Goals.ConditionedGoal
|
||||
name: ConditionedGoal
|
||||
nameWithType: ConditionedGoal
|
||||
fullName: TinyLife.Goals.ConditionedGoal
|
||||
- uid: TinyLife.Goals.DistinctGoal
|
||||
commentId: T:TinyLife.Goals.DistinctGoal
|
||||
name: DistinctGoal
|
||||
nameWithType: DistinctGoal
|
||||
fullName: TinyLife.Goals.DistinctGoal
|
||||
- uid: TinyLife.Goals.Goal
|
||||
commentId: T:TinyLife.Goals.Goal
|
||||
parent: TinyLife.Goals
|
||||
name: Goal
|
||||
nameWithType: Goal
|
||||
fullName: TinyLife.Goals.Goal
|
||||
- uid: TinyLife.Goals.GoalInfo
|
||||
commentId: T:TinyLife.Goals.GoalInfo
|
||||
parent: TinyLife.Goals
|
||||
name: GoalInfo
|
||||
nameWithType: GoalInfo
|
||||
fullName: TinyLife.Goals.GoalInfo
|
||||
- uid: TinyLife.Goals.AutoGoalInfo
|
||||
commentId: T:TinyLife.Goals.AutoGoalInfo
|
||||
parent: TinyLife.Goals
|
||||
name: AutoGoalInfo
|
||||
nameWithType: AutoGoalInfo
|
||||
fullName: TinyLife.Goals.AutoGoalInfo
|
||||
- uid: TinyLife.Goals.GoalSetInfo
|
||||
commentId: T:TinyLife.Goals.GoalSetInfo
|
||||
parent: TinyLife.Goals
|
||||
name: GoalSetInfo
|
||||
nameWithType: GoalSetInfo
|
||||
fullName: TinyLife.Goals.GoalSetInfo
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
commentId: T:TinyLife.Goals.GoalSet
|
||||
parent: TinyLife.Goals
|
||||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
commentId: T:TinyLife.Goals.GoalTrigger
|
||||
parent: TinyLife.Goals
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- uid: TinyLife.Goals.Job
|
||||
commentId: T:TinyLife.Goals.Job
|
||||
parent: TinyLife.Goals
|
||||
|
@ -30,6 +132,23 @@ references:
|
|||
name: JobType
|
||||
nameWithType: JobType
|
||||
fullName: TinyLife.Goals.JobType
|
||||
- uid: TinyLife.Goals.LifeGoal
|
||||
commentId: T:TinyLife.Goals.LifeGoal
|
||||
parent: TinyLife.Goals
|
||||
name: LifeGoal
|
||||
nameWithType: LifeGoal
|
||||
fullName: TinyLife.Goals.LifeGoal
|
||||
- uid: TinyLife.Goals.LifeGoal.Instance
|
||||
commentId: T:TinyLife.Goals.LifeGoal.Instance
|
||||
parent: TinyLife.Goals
|
||||
name: LifeGoal.Instance
|
||||
nameWithType: LifeGoal.Instance
|
||||
fullName: TinyLife.Goals.LifeGoal.Instance
|
||||
- uid: TinyLife.Goals.ManualProgressGoal
|
||||
commentId: T:TinyLife.Goals.ManualProgressGoal
|
||||
name: ManualProgressGoal
|
||||
nameWithType: ManualProgressGoal
|
||||
fullName: TinyLife.Goals.ManualProgressGoal
|
||||
- uid: TinyLife.Goals.Project
|
||||
commentId: T:TinyLife.Goals.Project
|
||||
parent: TinyLife.Goals
|
||||
|
@ -42,6 +161,16 @@ references:
|
|||
name: Project.ActionSettings
|
||||
nameWithType: Project.ActionSettings
|
||||
fullName: TinyLife.Goals.Project.ActionSettings
|
||||
- uid: TinyLife.Goals.StudentJobType
|
||||
commentId: T:TinyLife.Goals.StudentJobType
|
||||
name: StudentJobType
|
||||
nameWithType: StudentJobType
|
||||
fullName: TinyLife.Goals.StudentJobType
|
||||
- uid: TinyLife.Goals.TimedGoal
|
||||
commentId: T:TinyLife.Goals.TimedGoal
|
||||
name: TimedGoal
|
||||
nameWithType: TimedGoal
|
||||
fullName: TinyLife.Goals.TimedGoal
|
||||
- uid: TinyLife.Goals
|
||||
commentId: N:TinyLife.Goals
|
||||
name: TinyLife.Goals
|
||||
|
|
|
@ -10,6 +10,7 @@ items:
|
|||
- TinyLife.LnCategory.Clothes
|
||||
- TinyLife.LnCategory.Emotions
|
||||
- TinyLife.LnCategory.Food
|
||||
- TinyLife.LnCategory.Goals
|
||||
- TinyLife.LnCategory.Hints
|
||||
- TinyLife.LnCategory.InGameHints
|
||||
- TinyLife.LnCategory.Jobs
|
||||
|
@ -30,7 +31,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LnCategory
|
||||
path: Localization.cs
|
||||
startLine: 120
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -65,7 +66,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Ui
|
||||
path: Localization.cs
|
||||
startLine: 123
|
||||
startLine: 129
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -99,7 +100,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Actions
|
||||
path: Localization.cs
|
||||
startLine: 125
|
||||
startLine: 131
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -133,7 +134,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BuildMode
|
||||
path: Localization.cs
|
||||
startLine: 127
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -167,7 +168,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Clothes
|
||||
path: Localization.cs
|
||||
startLine: 129
|
||||
startLine: 135
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -201,7 +202,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Food
|
||||
path: Localization.cs
|
||||
startLine: 131
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -235,7 +236,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Personalities
|
||||
path: Localization.cs
|
||||
startLine: 133
|
||||
startLine: 139
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -269,7 +270,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Skills
|
||||
path: Localization.cs
|
||||
startLine: 135
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -303,7 +304,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Jobs
|
||||
path: Localization.cs
|
||||
startLine: 137
|
||||
startLine: 143
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -337,7 +338,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Emotions
|
||||
path: Localization.cs
|
||||
startLine: 139
|
||||
startLine: 145
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -371,7 +372,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Hints
|
||||
path: Localization.cs
|
||||
startLine: 141
|
||||
startLine: 147
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -405,7 +406,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: InGameHints
|
||||
path: Localization.cs
|
||||
startLine: 143
|
||||
startLine: 149
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -421,6 +422,40 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.LnCategory.Goals
|
||||
commentId: F:TinyLife.LnCategory.Goals
|
||||
id: Goals
|
||||
parent: TinyLife.LnCategory
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Goals
|
||||
nameWithType: LnCategory.Goals
|
||||
fullName: TinyLife.LnCategory.Goals
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Goals
|
||||
path: Localization.cs
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: 'A localization category for text related to <xref href="TinyLife.Goals.Goal" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Goals.LifeGoal" data-throw-if-not-resolved="false"></xref> '
|
||||
example: []
|
||||
syntax:
|
||||
content: Goals = 11
|
||||
return:
|
||||
type: TinyLife.LnCategory
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: TinyLife
|
||||
commentId: N:TinyLife
|
||||
|
@ -573,3 +608,15 @@ references:
|
|||
name: TinyLife.Uis
|
||||
nameWithType: TinyLife.Uis
|
||||
fullName: TinyLife.Uis
|
||||
- uid: TinyLife.Goals.Goal
|
||||
commentId: T:TinyLife.Goals.Goal
|
||||
parent: TinyLife.Goals
|
||||
name: Goal
|
||||
nameWithType: Goal
|
||||
fullName: TinyLife.Goals.Goal
|
||||
- uid: TinyLife.Goals.LifeGoal
|
||||
commentId: T:TinyLife.Goals.LifeGoal
|
||||
parent: TinyLife.Goals
|
||||
name: LifeGoal
|
||||
nameWithType: LifeGoal
|
||||
fullName: TinyLife.Goals.LifeGoal
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Localization
|
||||
path: Localization.cs
|
||||
startLine: 18
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -69,7 +69,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LanguageNames
|
||||
path: Localization.cs
|
||||
startLine: 23
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -106,11 +106,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Names
|
||||
path: Localization.cs
|
||||
startLine: 28
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nA dictionary that maps a key to all of the names matching the specified key.\nBy default, this dictionary contains "FirstNames" and "LastNames", which are the randomly generated names for people.\n"
|
||||
summary: "\nA dictionary that maps a key to all of the names matching the specified key.\nBy default, this dictionary contains "FirstNames" and "LastNames", which are the randomly generated names for people, and "ModNames", which are the default names for the <xref href=\"TinyLife.Actions.ActionType.ModGame\" data-throw-if-not-resolved=\"false\"></xref> action.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly Dictionary<string, string[]> Names
|
||||
|
@ -143,7 +143,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SetLanguage
|
||||
path: Localization.cs
|
||||
startLine: 39
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -181,7 +181,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Get
|
||||
path: Localization.cs
|
||||
startLine: 59
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -225,7 +225,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Get
|
||||
path: Localization.cs
|
||||
startLine: 76
|
||||
startLine: 77
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -275,7 +275,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetKeys
|
||||
path: Localization.cs
|
||||
startLine: 85
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -713,6 +713,9 @@ references:
|
|||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
- uid: TinyLife.Actions.ActionType.ModGame
|
||||
commentId: F:TinyLife.Actions.ActionType.ModGame
|
||||
isExternal: true
|
||||
- uid: System.Collections.Generic.Dictionary{System.String,System.String[]}
|
||||
commentId: T:System.Collections.Generic.Dictionary{System.String,System.String[]}
|
||||
parent: System.Collections.Generic
|
||||
|
|
|
@ -121,7 +121,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Energy
|
||||
path: Need.cs
|
||||
startLine: 75
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -156,7 +156,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Hunger
|
||||
path: Need.cs
|
||||
startLine: 76
|
||||
startLine: 79
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -191,7 +191,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Social
|
||||
path: Need.cs
|
||||
startLine: 77
|
||||
startLine: 80
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -226,7 +226,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Toilet
|
||||
path: Need.cs
|
||||
startLine: 80
|
||||
startLine: 83
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -261,7 +261,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Hygiene
|
||||
path: Need.cs
|
||||
startLine: 81
|
||||
startLine: 84
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -296,7 +296,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Entertainment
|
||||
path: Need.cs
|
||||
startLine: 82
|
||||
startLine: 85
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -331,7 +331,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Need.cs
|
||||
startLine: 89
|
||||
startLine: 92
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -366,7 +366,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PassiveReduction
|
||||
path: Need.cs
|
||||
startLine: 93
|
||||
startLine: 96
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -401,7 +401,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NeedLowAction
|
||||
path: Need.cs
|
||||
startLine: 97
|
||||
startLine: 100
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -436,7 +436,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NeedLowTime
|
||||
path: Need.cs
|
||||
startLine: 101
|
||||
startLine: 104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -471,7 +471,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SolveImportance
|
||||
path: Need.cs
|
||||
startLine: 106
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -506,7 +506,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Need.cs
|
||||
startLine: 116
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -557,7 +557,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Register
|
||||
path: Need.cs
|
||||
startLine: 129
|
||||
startLine: 132
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -29,7 +29,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AbstractSpot
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 13
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -79,7 +79,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: YOffset
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 18
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -116,7 +116,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Offset
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 22
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -149,7 +149,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: VisualOffset
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 27
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -182,11 +182,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ValidDirections
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 33
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nThe <xref href=\"MLEM.Misc.Direction2\" data-throw-if-not-resolved=\"false\"></xref> values that this spot can be accessed from.\nThese directions are relative to the owning <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"MLEM.Misc.Direction2.Up\" data-throw-if-not-resolved=\"false\"></xref> direction.\nNote that, for a lot of actions, including <xref href=\"TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture%2cTinyLife.GameSpeed%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref>, the first entry in this array will be chosen as the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>'s rotation.\n"
|
||||
summary: "\nThe <xref href=\"MLEM.Misc.Direction2\" data-throw-if-not-resolved=\"false\"></xref> values that this spot can be accessed from.\nThese directions are relative to the owning <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"MLEM.Misc.Direction2.Up\" data-throw-if-not-resolved=\"false\"></xref> direction.\nNote that, for a lot of actions, including <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture%2cTinyLife.GameSpeed%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref>, the first entry in this array will be chosen as the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>'s rotation.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: protected readonly Direction2[] ValidDirections
|
||||
|
@ -217,7 +217,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Group
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 40
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -250,7 +250,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DrawLayer
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 45
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -283,7 +283,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 56
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -331,7 +331,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetValidDirections
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 68
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -370,7 +370,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetLocation
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 79
|
||||
startLine: 80
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -412,7 +412,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DoGroupsOverlap
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 90
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -881,17 +881,17 @@ references:
|
|||
- uid: MLEM.Misc.Direction2.Up
|
||||
commentId: F:MLEM.Misc.Direction2.Up
|
||||
isExternal: true
|
||||
- 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
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
name: Sit(Furniture, GameSpeed, ActionSpot)
|
||||
nameWithType: Action.Sit(Furniture, GameSpeed, ActionSpot)
|
||||
fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
|
||||
nameWithType: TypelessAction.Sit(Furniture, GameSpeed, ActionSpot)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
|
||||
name: Sit
|
||||
nameWithType: Action.Sit
|
||||
fullName: TinyLife.Actions.Action.Sit
|
||||
nameWithType: TypelessAction.Sit
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -917,10 +917,10 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
|
||||
name: Sit
|
||||
nameWithType: Action.Sit
|
||||
fullName: TinyLife.Actions.Action.Sit
|
||||
nameWithType: TypelessAction.Sit
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -977,17 +977,17 @@ references:
|
|||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: TinyLife.Actions.Action
|
||||
commentId: T:TinyLife.Actions.Action
|
||||
parent: TinyLife.Actions
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: TinyLife.Actions.Action
|
||||
- uid: TinyLife.Actions
|
||||
commentId: N:TinyLife.Actions
|
||||
name: TinyLife.Actions
|
||||
nameWithType: TinyLife.Actions
|
||||
fullName: TinyLife.Actions
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction
|
||||
commentId: T:TinyLife.Actions.Typeless.TypelessAction
|
||||
parent: TinyLife.Actions.Typeless
|
||||
name: TypelessAction
|
||||
nameWithType: TypelessAction
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction
|
||||
- uid: TinyLife.Actions.Typeless
|
||||
commentId: N:TinyLife.Actions.Typeless
|
||||
name: TinyLife.Actions.Typeless
|
||||
nameWithType: TinyLife.Actions.Typeless
|
||||
fullName: TinyLife.Actions.Typeless
|
||||
- uid: TinyLife.Objects.FurnitureType.ModernBed
|
||||
commentId: F:TinyLife.Objects.FurnitureType.ModernBed
|
||||
isExternal: true
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionSpot
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 99
|
||||
startLine: 100
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -87,7 +87,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CategoryRestriction
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 106
|
||||
startLine: 107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -120,7 +120,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 113
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -162,7 +162,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 123
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -207,7 +207,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 134
|
||||
startLine: 135
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -255,7 +255,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetFreeDirections
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 146
|
||||
startLine: 147
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -297,7 +297,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetOccupants
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 166
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -339,7 +339,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BedSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 180
|
||||
startLine: 181
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -380,7 +380,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BenchSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 207
|
||||
startLine: 208
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -421,7 +421,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PicnicTableSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 220
|
||||
startLine: 229
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -462,7 +462,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AllSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 243
|
||||
startLine: 252
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -506,7 +506,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetPicnicBenchDrawLayer
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 258
|
||||
startLine: 267
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
228
api/TinyLife.Objects.AgeGroup.yml
Normal file
228
api/TinyLife.Objects.AgeGroup.yml
Normal file
|
@ -0,0 +1,228 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
commentId: T:TinyLife.Objects.AgeGroup
|
||||
id: AgeGroup
|
||||
parent: TinyLife.Objects
|
||||
children:
|
||||
- TinyLife.Objects.AgeGroup.Adult
|
||||
- TinyLife.Objects.AgeGroup.Child
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AgeGroup
|
||||
nameWithType: AgeGroup
|
||||
fullName: TinyLife.Objects.AgeGroup
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AgeGroup
|
||||
path: Objects/Person.cs
|
||||
startLine: 2263
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA flags enumeration that represents the age groups a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> can have.\nSince this enumeration has the <xref href=\"System.FlagsAttribute\" data-throw-if-not-resolved=\"false\"></xref>, multiple age groups can be combined into one value.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[Flags]
|
||||
|
||||
public enum AgeGroup
|
||||
content.vb: >-
|
||||
<Flags>
|
||||
|
||||
Public Enum AgeGroup
|
||||
extensionMethods:
|
||||
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
attributes:
|
||||
- type: System.FlagsAttribute
|
||||
ctor: System.FlagsAttribute.#ctor
|
||||
arguments: []
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: TinyLife.Objects.AgeGroup.Child
|
||||
commentId: F:TinyLife.Objects.AgeGroup.Child
|
||||
id: Child
|
||||
parent: TinyLife.Objects.AgeGroup
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Child
|
||||
nameWithType: AgeGroup.Child
|
||||
fullName: TinyLife.Objects.AgeGroup.Child
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Child
|
||||
path: Objects/Person.cs
|
||||
startLine: 2271
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAn age group that represents children\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Child = 4
|
||||
return:
|
||||
type: TinyLife.Objects.AgeGroup
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Objects.AgeGroup.Adult
|
||||
commentId: F:TinyLife.Objects.AgeGroup.Adult
|
||||
id: Adult
|
||||
parent: TinyLife.Objects.AgeGroup
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Adult
|
||||
nameWithType: AgeGroup.Adult
|
||||
fullName: TinyLife.Objects.AgeGroup.Adult
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Adult
|
||||
path: Objects/Person.cs
|
||||
startLine: 2277
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAn age group that represents adults\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Adult = 32
|
||||
return:
|
||||
type: TinyLife.Objects.AgeGroup
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
parent: TinyLife.Objects
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- uid: System.FlagsAttribute
|
||||
commentId: T:System.FlagsAttribute
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: FlagsAttribute
|
||||
nameWithType: FlagsAttribute
|
||||
fullName: System.FlagsAttribute
|
||||
- uid: TinyLife.Objects
|
||||
commentId: N:TinyLife.Objects
|
||||
name: TinyLife.Objects
|
||||
nameWithType: TinyLife.Objects
|
||||
fullName: TinyLife.Objects
|
||||
- uid: TinyLife.Objects.AgeGroup.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<AgeGroup>()
|
||||
nameWithType: Extensions.JsonCopy<AgeGroup>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.AgeGroup>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of AgeGroup)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.AgeGroup)()
|
||||
name.vb: JsonCopy(Of AgeGroup)()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<AgeGroup>
|
||||
nameWithType: Extensions.JsonCopy<AgeGroup>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.AgeGroup>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of AgeGroup)
|
||||
nameWithType: Extensions.JsonCopy(Of AgeGroup)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.AgeGroup)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- 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.Objects.AgeGroup
|
||||
commentId: T:TinyLife.Objects.AgeGroup
|
||||
parent: TinyLife.Objects
|
||||
name: AgeGroup
|
||||
nameWithType: AgeGroup
|
||||
fullName: TinyLife.Objects.AgeGroup
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BrokenBehavior
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 133
|
||||
startLine: 148
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -69,7 +69,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Puddles
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 139
|
||||
startLine: 154
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -103,7 +103,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Dripping
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 143
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ElectricityCrackle
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 147
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -171,7 +171,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Smoke
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 151
|
||||
startLine: 166
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -205,7 +205,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Electrocution
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 155
|
||||
startLine: 170
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -11,6 +11,8 @@ items:
|
|||
- TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.BreakableFurniture.GetDescription
|
||||
- TinyLife.Objects.BreakableFurniture.GetPrice
|
||||
- TinyLife.Objects.BreakableFurniture.OnBreak
|
||||
- TinyLife.Objects.BreakableFurniture.OnWearDown
|
||||
- TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
- TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
|
||||
langs:
|
||||
|
@ -53,6 +55,9 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -64,11 +69,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Validate
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
|
@ -77,9 +83,10 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnRemoved
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -114,6 +121,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -136,6 +144,72 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: TinyLife.Objects.BreakableFurniture.OnWearDown
|
||||
commentId: E:TinyLife.Objects.BreakableFurniture.OnWearDown
|
||||
id: OnWearDown
|
||||
parent: TinyLife.Objects.BreakableFurniture
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnWearDown
|
||||
nameWithType: BreakableFurniture.OnWearDown
|
||||
fullName: TinyLife.Objects.BreakableFurniture.OnWearDown
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnWearDown
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAn event that is invoked when this breakable furniture is worn down in <xref href=\"TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis event can be subscribed to using <xref href=\"TinyLife.Objects.MapObject.OnEventsAttachable\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public event Action<TimeSpan> OnWearDown
|
||||
return:
|
||||
type: System.Action{System.TimeSpan}
|
||||
content.vb: Public Event OnWearDown As Action(Of TimeSpan)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Objects.BreakableFurniture.OnBreak
|
||||
commentId: E:TinyLife.Objects.BreakableFurniture.OnBreak
|
||||
id: OnBreak
|
||||
parent: TinyLife.Objects.BreakableFurniture
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnBreak
|
||||
nameWithType: BreakableFurniture.OnBreak
|
||||
fullName: TinyLife.Objects.BreakableFurniture.OnBreak
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnBreak
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAn event that is invoked when this breakable furniture breaks.\nThis event can be subscribed to using <xref href=\"TinyLife.Objects.MapObject.OnEventsAttachable\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public event Action OnBreak
|
||||
return:
|
||||
type: System.Action
|
||||
content.vb: Public Event OnBreak As Action
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Objects.BreakableFurniture.Broken
|
||||
commentId: F:TinyLife.Objects.BreakableFurniture.Broken
|
||||
id: Broken
|
||||
|
@ -154,7 +228,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Broken
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 23
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -197,7 +271,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 29
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -248,7 +322,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 33
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -294,7 +368,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WearDown
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 88
|
||||
startLine: 99
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -332,7 +406,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionUpdate
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 100
|
||||
startLine: 113
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -383,7 +457,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetPrice
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 110
|
||||
startLine: 125
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -421,7 +495,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDescription
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 115
|
||||
startLine: 130
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -459,7 +533,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDecorativeRating
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 126
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -558,6 +632,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -624,12 +716,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -654,6 +746,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1003,15 +1101,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -1025,10 +1123,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1041,7 +1139,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -1055,10 +1153,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1367,6 +1465,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2813,6 +2964,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3963,6 +4211,135 @@ references:
|
|||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
||||
- uid: TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
|
||||
commentId: M:TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
|
||||
parent: TinyLife.Objects.BreakableFurniture
|
||||
isExternal: true
|
||||
name: WearDown(TimeSpan)
|
||||
nameWithType: BreakableFurniture.WearDown(TimeSpan)
|
||||
fullName: TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
|
||||
name: WearDown
|
||||
nameWithType: BreakableFurniture.WearDown
|
||||
fullName: TinyLife.Objects.BreakableFurniture.WearDown
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
|
||||
name: WearDown
|
||||
nameWithType: BreakableFurniture.WearDown
|
||||
fullName: TinyLife.Objects.BreakableFurniture.WearDown
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Action{System.TimeSpan}
|
||||
commentId: T:System.Action{System.TimeSpan}
|
||||
parent: System
|
||||
definition: System.Action`1
|
||||
name: Action<TimeSpan>
|
||||
nameWithType: Action<TimeSpan>
|
||||
fullName: System.Action<System.TimeSpan>
|
||||
nameWithType.vb: Action(Of TimeSpan)
|
||||
fullName.vb: System.Action(Of System.TimeSpan)
|
||||
name.vb: Action(Of TimeSpan)
|
||||
spec.csharp:
|
||||
- uid: System.Action`1
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Action`1
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.TimeSpan
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Action`1
|
||||
commentId: T:System.Action`1
|
||||
isExternal: true
|
||||
name: Action<T>
|
||||
nameWithType: Action<T>
|
||||
fullName: System.Action<T>
|
||||
nameWithType.vb: Action(Of T)
|
||||
fullName.vb: System.Action(Of T)
|
||||
name.vb: Action(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Action`1
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Action`1
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Action
|
||||
commentId: T:System.Action
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
|
|
|
@ -5,8 +5,11 @@ items:
|
|||
id: Clothes
|
||||
parent: TinyLife.Objects
|
||||
children:
|
||||
- TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,MLEM.Textures.TextureRegion,System.Boolean,TinyLife.Utilities.ColorScheme[])
|
||||
- TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])
|
||||
- TinyLife.Objects.Clothes.Ages
|
||||
- TinyLife.Objects.Clothes.Colors
|
||||
- TinyLife.Objects.Clothes.DepthFunction
|
||||
- TinyLife.Objects.Clothes.GetClothes(TinyLife.Objects.ClothesLayer,TinyLife.Objects.AgeGroup)
|
||||
- TinyLife.Objects.Clothes.GetIntentionDescription
|
||||
- TinyLife.Objects.Clothes.GetIntentionMatchingOutfit(System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{TinyLife.Objects.Clothes}},TinyLife.Objects.ClothesIntention,System.Single)
|
||||
- TinyLife.Objects.Clothes.GetIntentionPercentage(System.Collections.Generic.IEnumerable{TinyLife.Objects.Clothes},TinyLife.Objects.ClothesIntention)
|
||||
|
@ -36,7 +39,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Clothes
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 23
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -90,7 +93,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Layers
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 29
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -127,7 +130,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Types
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 33
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -164,7 +167,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ReferencePrice
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 39
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -199,7 +202,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 104
|
||||
startLine: 123
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -234,7 +237,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Layer
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 108
|
||||
startLine: 127
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -269,7 +272,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TextureRegions
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 114
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -304,7 +307,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Colors
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 119
|
||||
startLine: 138
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -321,41 +324,6 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.Clothes.Icon
|
||||
commentId: F:TinyLife.Objects.Clothes.Icon
|
||||
id: Icon
|
||||
parent: TinyLife.Objects.Clothes
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Icon
|
||||
nameWithType: Clothes.Icon
|
||||
fullName: TinyLife.Objects.Clothes.Icon
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Icon
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nThe character creator icon for this object, which represents the category / theme / mod that it comes from.\nIf this value is nonnull, the icon will be displayed in the corner of the character creator button for this object.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public readonly TextureRegion Icon
|
||||
return:
|
||||
type: MLEM.Textures.TextureRegion
|
||||
content.vb: Public ReadOnly Icon As TextureRegion
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.Clothes.Price
|
||||
commentId: F:TinyLife.Objects.Clothes.Price
|
||||
id: Price
|
||||
|
@ -374,7 +342,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Price
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 129
|
||||
startLine: 143
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -391,41 +359,6 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.Clothes.NonBuyable
|
||||
commentId: F:TinyLife.Objects.Clothes.NonBuyable
|
||||
id: NonBuyable
|
||||
parent: TinyLife.Objects.Clothes
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: NonBuyable
|
||||
nameWithType: Clothes.NonBuyable
|
||||
fullName: TinyLife.Objects.Clothes.NonBuyable
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NonBuyable
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 134
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nThis value determines whether this clothes item can be bought in the character creator.\nIf this value is false, the only way for this clothes item to be visible in the character creator is by adding it to the <xref href=\"TinyLife.World.Household.ClothesStorage\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public readonly bool NonBuyable
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public ReadOnly NonBuyable As Boolean
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.Clothes.Intentions
|
||||
commentId: F:TinyLife.Objects.Clothes.Intentions
|
||||
id: Intentions
|
||||
|
@ -444,7 +377,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Intentions
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 139
|
||||
startLine: 148
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -461,16 +394,164 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,MLEM.Textures.TextureRegion,System.Boolean,TinyLife.Utilities.ColorScheme[])
|
||||
commentId: M:TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,MLEM.Textures.TextureRegion,System.Boolean,TinyLife.Utilities.ColorScheme[])
|
||||
id: '#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,MLEM.Textures.TextureRegion,System.Boolean,TinyLife.Utilities.ColorScheme[])'
|
||||
- uid: TinyLife.Objects.Clothes.Icon
|
||||
commentId: P:TinyLife.Objects.Clothes.Icon
|
||||
id: Icon
|
||||
parent: TinyLife.Objects.Clothes
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Clothes(String, ClothesLayer, TextureRegion, Single, ClothesIntention, TextureRegion, Boolean, ColorScheme[])
|
||||
nameWithType: Clothes.Clothes(String, ClothesLayer, TextureRegion, Single, ClothesIntention, TextureRegion, Boolean, ColorScheme[])
|
||||
fullName: TinyLife.Objects.Clothes.Clothes(System.String, TinyLife.Objects.ClothesLayer, MLEM.Textures.TextureRegion, System.Single, TinyLife.Objects.ClothesIntention, MLEM.Textures.TextureRegion, System.Boolean, TinyLife.Utilities.ColorScheme[])
|
||||
name: Icon
|
||||
nameWithType: Clothes.Icon
|
||||
fullName: TinyLife.Objects.Clothes.Icon
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Icon
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 153
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nThe character creator icon for this object, which represents the category / theme / mod that it comes from.\nIf this value is nonnull, the icon will be displayed in the corner of the character creator button for this object.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public TextureRegion Icon { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: MLEM.Textures.TextureRegion
|
||||
content.vb: Public Property Icon As TextureRegion
|
||||
overload: TinyLife.Objects.Clothes.Icon*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Objects.Clothes.NonBuyable
|
||||
commentId: P:TinyLife.Objects.Clothes.NonBuyable
|
||||
id: NonBuyable
|
||||
parent: TinyLife.Objects.Clothes
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: NonBuyable
|
||||
nameWithType: Clothes.NonBuyable
|
||||
fullName: TinyLife.Objects.Clothes.NonBuyable
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NonBuyable
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nThis value determines whether this clothes item can be bought in the character creator.\nIf this value is false, the only way for this clothes item to be visible in the character creator is by adding it to the <xref href=\"TinyLife.World.Household.ClothesStorage\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool NonBuyable { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Property NonBuyable As Boolean
|
||||
overload: TinyLife.Objects.Clothes.NonBuyable*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Objects.Clothes.Ages
|
||||
commentId: P:TinyLife.Objects.Clothes.Ages
|
||||
id: Ages
|
||||
parent: TinyLife.Objects.Clothes
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Ages
|
||||
nameWithType: Clothes.Ages
|
||||
fullName: TinyLife.Objects.Clothes.Ages
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Ages
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 163
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nThe age groups that are allowed to wear these clothes.\nDefaults to <xref href=\"TinyLife.Objects.AgeGroup.Adult\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public AgeGroup Ages { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: TinyLife.Objects.AgeGroup
|
||||
content.vb: Public Property Ages As AgeGroup
|
||||
overload: TinyLife.Objects.Clothes.Ages*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Objects.Clothes.DepthFunction
|
||||
commentId: P:TinyLife.Objects.Clothes.DepthFunction
|
||||
id: DepthFunction
|
||||
parent: TinyLife.Objects.Clothes
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DepthFunction
|
||||
nameWithType: Clothes.DepthFunction
|
||||
fullName: TinyLife.Objects.Clothes.DepthFunction
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DepthFunction
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 168
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA function that determines the depth with which this clothes item is rendered based on the given <xref href=\"TinyLife.Objects.Person.Pose\" data-throw-if-not-resolved=\"false\"></xref>.\nThis function defaults to returning <xref href=\"TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Func<Person.Pose, float> DepthFunction { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Func{TinyLife.Objects.Person.Pose,System.Single}
|
||||
content.vb: Public Property DepthFunction As Func(Of Person.Pose, Single)
|
||||
overload: TinyLife.Objects.Clothes.DepthFunction*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])
|
||||
commentId: M:TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])
|
||||
id: '#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])'
|
||||
parent: TinyLife.Objects.Clothes
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Clothes(String, ClothesLayer, TextureRegion, Single, ClothesIntention, ColorScheme[])
|
||||
nameWithType: Clothes.Clothes(String, ClothesLayer, TextureRegion, Single, ClothesIntention, ColorScheme[])
|
||||
fullName: TinyLife.Objects.Clothes.Clothes(System.String, TinyLife.Objects.ClothesLayer, MLEM.Textures.TextureRegion, System.Single, TinyLife.Objects.ClothesIntention, TinyLife.Utilities.ColorScheme[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
|
@ -479,14 +560,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 152
|
||||
startLine: 179
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nCreates a new clothes item with the given data\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Clothes(string name, ClothesLayer layer, TextureRegion region, float price, ClothesIntention intentions, TextureRegion icon = null, bool nonBuyable = false, params ColorScheme[] colors)
|
||||
content: public Clothes(string name, ClothesLayer layer, TextureRegion region, float price, ClothesIntention intentions, params ColorScheme[] colors)
|
||||
parameters:
|
||||
- id: name
|
||||
type: System.String
|
||||
|
@ -503,24 +584,18 @@ items:
|
|||
- id: intentions
|
||||
type: TinyLife.Objects.ClothesIntention
|
||||
description: A set of <xref href="TinyLife.Objects.ClothesIntention" data-throw-if-not-resolved="false"></xref> flags that determine what this clothes item can be used for
|
||||
- id: icon
|
||||
type: MLEM.Textures.TextureRegion
|
||||
description: The character creator icon for this object, which represents the category / theme / mod that it comes from
|
||||
- id: nonBuyable
|
||||
type: System.Boolean
|
||||
description: Whether this item should be unable to be bought in the character creator
|
||||
- id: colors
|
||||
type: TinyLife.Utilities.ColorScheme[]
|
||||
description: The <xref href="TinyLife.Utilities.ColorScheme" data-throw-if-not-resolved="false"></xref> that this clothes item can have its colors selected from
|
||||
content.vb: Public Sub New(name As String, layer As ClothesLayer, region As TextureRegion, price As Single, intentions As ClothesIntention, icon As TextureRegion = Nothing, nonBuyable As Boolean = False, ParamArray colors As ColorScheme())
|
||||
content.vb: Public Sub New(name As String, layer As ClothesLayer, region As TextureRegion, price As Single, intentions As ClothesIntention, ParamArray colors As ColorScheme())
|
||||
overload: TinyLife.Objects.Clothes.#ctor*
|
||||
nameWithType.vb: Clothes.Clothes(String, ClothesLayer, TextureRegion, Single, ClothesIntention, TextureRegion, Boolean, ColorScheme())
|
||||
nameWithType.vb: Clothes.Clothes(String, ClothesLayer, TextureRegion, Single, ClothesIntention, ColorScheme())
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: TinyLife.Objects.Clothes.Clothes(System.String, TinyLife.Objects.ClothesLayer, MLEM.Textures.TextureRegion, System.Single, TinyLife.Objects.ClothesIntention, MLEM.Textures.TextureRegion, System.Boolean, TinyLife.Utilities.ColorScheme())
|
||||
name.vb: Clothes(String, ClothesLayer, TextureRegion, Single, ClothesIntention, TextureRegion, Boolean, ColorScheme())
|
||||
fullName.vb: TinyLife.Objects.Clothes.Clothes(System.String, TinyLife.Objects.ClothesLayer, MLEM.Textures.TextureRegion, System.Single, TinyLife.Objects.ClothesIntention, TinyLife.Utilities.ColorScheme())
|
||||
name.vb: Clothes(String, ClothesLayer, TextureRegion, Single, ClothesIntention, ColorScheme())
|
||||
- uid: TinyLife.Objects.Clothes.GetPrice
|
||||
commentId: M:TinyLife.Objects.Clothes.GetPrice
|
||||
id: GetPrice
|
||||
|
@ -539,7 +614,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetPrice
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 164
|
||||
startLine: 192
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -576,7 +651,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetIntentionDescription
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 172
|
||||
startLine: 200
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -611,7 +686,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Register
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 183
|
||||
startLine: 211
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -631,6 +706,50 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: TinyLife.Objects.Clothes.GetClothes(TinyLife.Objects.ClothesLayer,TinyLife.Objects.AgeGroup)
|
||||
commentId: M:TinyLife.Objects.Clothes.GetClothes(TinyLife.Objects.ClothesLayer,TinyLife.Objects.AgeGroup)
|
||||
id: GetClothes(TinyLife.Objects.ClothesLayer,TinyLife.Objects.AgeGroup)
|
||||
parent: TinyLife.Objects.Clothes
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetClothes(ClothesLayer, AgeGroup)
|
||||
nameWithType: Clothes.GetClothes(ClothesLayer, AgeGroup)
|
||||
fullName: TinyLife.Objects.Clothes.GetClothes(TinyLife.Objects.ClothesLayer, TinyLife.Objects.AgeGroup)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetClothes
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 222
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nReturns the clothes from the <xref href=\"TinyLife.Objects.Clothes.Types\" data-throw-if-not-resolved=\"false\"></xref> registry that match the given <xref href=\"TinyLife.Objects.Clothes.Layer\" data-throw-if-not-resolved=\"false\"></xref> and optionally match the required <xref href=\"TinyLife.Objects.Clothes.Ages\" data-throw-if-not-resolved=\"false\"></xref> \n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static IEnumerable<Clothes> GetClothes(ClothesLayer layer, AgeGroup age = (AgeGroup)0)
|
||||
parameters:
|
||||
- id: layer
|
||||
type: TinyLife.Objects.ClothesLayer
|
||||
description: The layer
|
||||
- id: age
|
||||
type: TinyLife.Objects.AgeGroup
|
||||
description: The required ages, or 0 to allow all ages
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Clothes}
|
||||
description: The clothes that match
|
||||
content.vb: Public Shared Function GetClothes(layer As ClothesLayer, age As AgeGroup = CType(0, AgeGroup)) As IEnumerable(Of Clothes)
|
||||
overload: TinyLife.Objects.Clothes.GetClothes*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: TinyLife.Objects.Clothes.GetIntentionPercentage(System.Collections.Generic.IEnumerable{TinyLife.Objects.Clothes},TinyLife.Objects.ClothesIntention)
|
||||
commentId: M:TinyLife.Objects.Clothes.GetIntentionPercentage(System.Collections.Generic.IEnumerable{TinyLife.Objects.Clothes},TinyLife.Objects.ClothesIntention)
|
||||
id: GetIntentionPercentage(System.Collections.Generic.IEnumerable{TinyLife.Objects.Clothes},TinyLife.Objects.ClothesIntention)
|
||||
|
@ -649,7 +768,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetIntentionPercentage
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 195
|
||||
startLine: 236
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -696,7 +815,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetIntentionMatchingOutfit
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 214
|
||||
startLine: 255
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1378,16 +1497,6 @@ references:
|
|||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: TinyLife.World.Household.ClothesStorage
|
||||
commentId: F:TinyLife.World.Household.ClothesStorage
|
||||
isExternal: true
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: TinyLife.Objects.ClothesIntention
|
||||
commentId: T:TinyLife.Objects.ClothesIntention
|
||||
parent: TinyLife.Objects
|
||||
|
@ -1397,6 +1506,195 @@ references:
|
|||
- uid: TinyLife.Objects.Person.GetMatchingOutfit(TinyLife.Objects.ClothesIntention,System.Single)
|
||||
commentId: M:TinyLife.Objects.Person.GetMatchingOutfit(TinyLife.Objects.ClothesIntention,System.Single)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.Clothes.Icon*
|
||||
commentId: Overload:TinyLife.Objects.Clothes.Icon
|
||||
name: Icon
|
||||
nameWithType: Clothes.Icon
|
||||
fullName: TinyLife.Objects.Clothes.Icon
|
||||
- uid: TinyLife.World.Household.ClothesStorage
|
||||
commentId: F:TinyLife.World.Household.ClothesStorage
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.Clothes.NonBuyable*
|
||||
commentId: Overload:TinyLife.Objects.Clothes.NonBuyable
|
||||
name: NonBuyable
|
||||
nameWithType: Clothes.NonBuyable
|
||||
fullName: TinyLife.Objects.Clothes.NonBuyable
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: TinyLife.Objects.AgeGroup.Adult
|
||||
commentId: F:TinyLife.Objects.AgeGroup.Adult
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.Clothes.Ages*
|
||||
commentId: Overload:TinyLife.Objects.Clothes.Ages
|
||||
name: Ages
|
||||
nameWithType: Clothes.Ages
|
||||
fullName: TinyLife.Objects.Clothes.Ages
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
commentId: T:TinyLife.Objects.AgeGroup
|
||||
parent: TinyLife.Objects
|
||||
name: AgeGroup
|
||||
nameWithType: AgeGroup
|
||||
fullName: TinyLife.Objects.AgeGroup
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
commentId: T:TinyLife.Objects.Person.Pose
|
||||
parent: TinyLife.Objects
|
||||
name: Person.Pose
|
||||
nameWithType: Person.Pose
|
||||
fullName: TinyLife.Objects.Person.Pose
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth(ClothesLayer)
|
||||
nameWithType: Extensions.GetDepth(ClothesLayer)
|
||||
fullName: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth
|
||||
nameWithType: Extensions.GetDepth
|
||||
fullName: TinyLife.Utilities.Extensions.GetDepth
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
nameWithType: ClothesLayer
|
||||
fullName: TinyLife.Objects.ClothesLayer
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth
|
||||
nameWithType: Extensions.GetDepth
|
||||
fullName: TinyLife.Utilities.Extensions.GetDepth
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
nameWithType: ClothesLayer
|
||||
fullName: TinyLife.Objects.ClothesLayer
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Clothes.DepthFunction*
|
||||
commentId: Overload:TinyLife.Objects.Clothes.DepthFunction
|
||||
name: DepthFunction
|
||||
nameWithType: Clothes.DepthFunction
|
||||
fullName: TinyLife.Objects.Clothes.DepthFunction
|
||||
- uid: System.Func{TinyLife.Objects.Person.Pose,System.Single}
|
||||
commentId: T:System.Func{TinyLife.Objects.Person.Pose,System.Single}
|
||||
parent: System
|
||||
definition: System.Func`2
|
||||
name: Func<Person.Pose, Single>
|
||||
nameWithType: Func<Person.Pose, Single>
|
||||
fullName: System.Func<TinyLife.Objects.Person.Pose, System.Single>
|
||||
nameWithType.vb: Func(Of Person.Pose, Single)
|
||||
fullName.vb: System.Func(Of TinyLife.Objects.Person.Pose, System.Single)
|
||||
name.vb: Func(Of Person.Pose, Single)
|
||||
spec.csharp:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Person.Pose
|
||||
nameWithType: Person.Pose
|
||||
fullName: TinyLife.Objects.Person.Pose
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Objects.Person.Pose
|
||||
name: Person.Pose
|
||||
nameWithType: Person.Pose
|
||||
fullName: TinyLife.Objects.Person.Pose
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Func`2
|
||||
commentId: T:System.Func`2
|
||||
isExternal: true
|
||||
name: Func<T, TResult>
|
||||
nameWithType: Func<T, TResult>
|
||||
fullName: System.Func<T, TResult>
|
||||
nameWithType.vb: Func(Of T, TResult)
|
||||
fullName.vb: System.Func(Of T, TResult)
|
||||
name.vb: Func(Of T, TResult)
|
||||
spec.csharp:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: TResult
|
||||
nameWithType: TResult
|
||||
fullName: TResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: TResult
|
||||
nameWithType: TResult
|
||||
fullName: TResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Clothes.#ctor*
|
||||
commentId: Overload:TinyLife.Objects.Clothes.#ctor
|
||||
name: Clothes
|
||||
|
@ -1531,11 +1829,17 @@ references:
|
|||
name: Register
|
||||
nameWithType: Clothes.Register
|
||||
fullName: TinyLife.Objects.Clothes.Register
|
||||
- uid: TinyLife.Objects.Clothes.GetIntentionPercentage*
|
||||
commentId: Overload:TinyLife.Objects.Clothes.GetIntentionPercentage
|
||||
name: GetIntentionPercentage
|
||||
nameWithType: Clothes.GetIntentionPercentage
|
||||
fullName: TinyLife.Objects.Clothes.GetIntentionPercentage
|
||||
- uid: TinyLife.Objects.Clothes.Layer
|
||||
commentId: F:TinyLife.Objects.Clothes.Layer
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.Clothes.Ages
|
||||
commentId: P:TinyLife.Objects.Clothes.Ages
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.Clothes.GetClothes*
|
||||
commentId: Overload:TinyLife.Objects.Clothes.GetClothes
|
||||
name: GetClothes
|
||||
nameWithType: Clothes.GetClothes
|
||||
fullName: TinyLife.Objects.Clothes.GetClothes
|
||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Objects.Clothes}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Objects.Clothes}
|
||||
parent: System.Collections.Generic
|
||||
|
@ -1578,6 +1882,11 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Clothes.GetIntentionPercentage*
|
||||
commentId: Overload:TinyLife.Objects.Clothes.GetIntentionPercentage
|
||||
name: GetIntentionPercentage
|
||||
nameWithType: Clothes.GetIntentionPercentage
|
||||
fullName: TinyLife.Objects.Clothes.GetIntentionPercentage
|
||||
- uid: TinyLife.Objects.Clothes.GetIntentionPercentage(System.Collections.Generic.IEnumerable{TinyLife.Objects.Clothes},TinyLife.Objects.ClothesIntention)
|
||||
commentId: M:TinyLife.Objects.Clothes.GetIntentionPercentage(System.Collections.Generic.IEnumerable{TinyLife.Objects.Clothes},TinyLife.Objects.ClothesIntention)
|
||||
isExternal: true
|
||||
|
|
|
@ -28,7 +28,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ClothesIntention
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 317
|
||||
startLine: 358
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -73,7 +73,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: None
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 321
|
||||
startLine: 362
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -105,7 +105,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Everyday
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 322
|
||||
startLine: 363
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Party
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 323
|
||||
startLine: 364
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -169,7 +169,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Formal
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 324
|
||||
startLine: 365
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -201,7 +201,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Workout
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 325
|
||||
startLine: 366
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -233,7 +233,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Swimwear
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 326
|
||||
startLine: 367
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -265,7 +265,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Sleep
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 327
|
||||
startLine: 368
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -297,7 +297,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Summer
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 328
|
||||
startLine: 369
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -329,7 +329,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Winter
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 329
|
||||
startLine: 370
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -26,11 +26,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ClothesLayer
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 279
|
||||
startLine: 320
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA flag enumeration that defines a set of layers that a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Objects.Clothes\" data-throw-if-not-resolved=\"false\"></xref> are rendered with.\nThe ordering is based on the order that these should be drawn in.\n"
|
||||
summary: "\nA flag enumeration that defines a set of layers that a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Objects.Clothes\" data-throw-if-not-resolved=\"false\"></xref> are rendered with.\nThe ordering is based on the order that these should be drawn in by default, but it can be changed per clothes item using <xref href=\"TinyLife.Objects.Clothes.DepthFunction\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
|
@ -43,6 +43,8 @@ items:
|
|||
Public Enum ClothesLayer
|
||||
extensionMethods:
|
||||
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.IsPartOfPerson
|
||||
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.GetDepth
|
||||
attributes:
|
||||
- type: System.FlagsAttribute
|
||||
ctor: System.FlagsAttribute.#ctor
|
||||
|
@ -71,7 +73,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Body
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 285
|
||||
startLine: 326
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -105,7 +107,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Eyes
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 289
|
||||
startLine: 330
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -139,7 +141,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Pants
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 293
|
||||
startLine: 334
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -173,7 +175,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Arms
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 297
|
||||
startLine: 338
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -207,7 +209,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Shirt
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 301
|
||||
startLine: 342
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -241,7 +243,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Hair
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 305
|
||||
startLine: 346
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -275,7 +277,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Shoes
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 309
|
||||
startLine: 350
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -304,6 +306,9 @@ references:
|
|||
name: Clothes
|
||||
nameWithType: Clothes
|
||||
fullName: TinyLife.Objects.Clothes
|
||||
- uid: TinyLife.Objects.Clothes.DepthFunction
|
||||
commentId: P:TinyLife.Objects.Clothes.DepthFunction
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects
|
||||
commentId: N:TinyLife.Objects
|
||||
name: TinyLife.Objects
|
||||
|
@ -341,6 +346,64 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.IsPartOfPerson
|
||||
commentId: M:TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
|
||||
name: IsPartOfPerson()
|
||||
nameWithType: Extensions.IsPartOfPerson()
|
||||
fullName: TinyLife.Utilities.Extensions.IsPartOfPerson()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.IsPartOfPerson
|
||||
name: IsPartOfPerson
|
||||
nameWithType: Extensions.IsPartOfPerson
|
||||
fullName: TinyLife.Utilities.Extensions.IsPartOfPerson
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.IsPartOfPerson
|
||||
name: IsPartOfPerson
|
||||
nameWithType: Extensions.IsPartOfPerson
|
||||
fullName: TinyLife.Utilities.Extensions.IsPartOfPerson
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.GetDepth
|
||||
commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth()
|
||||
nameWithType: Extensions.GetDepth()
|
||||
fullName: TinyLife.Utilities.Extensions.GetDepth()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth
|
||||
name: GetDepth
|
||||
nameWithType: Extensions.GetDepth
|
||||
fullName: TinyLife.Utilities.Extensions.GetDepth
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth
|
||||
name: GetDepth
|
||||
nameWithType: Extensions.GetDepth
|
||||
fullName: TinyLife.Utilities.Extensions.GetDepth
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<T>(T)
|
||||
|
@ -383,6 +446,76 @@ references:
|
|||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
|
||||
commentId: M:TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
|
||||
name: IsPartOfPerson(ClothesLayer)
|
||||
nameWithType: Extensions.IsPartOfPerson(ClothesLayer)
|
||||
fullName: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
|
||||
name: IsPartOfPerson
|
||||
nameWithType: Extensions.IsPartOfPerson
|
||||
fullName: TinyLife.Utilities.Extensions.IsPartOfPerson
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
nameWithType: ClothesLayer
|
||||
fullName: TinyLife.Objects.ClothesLayer
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
|
||||
name: IsPartOfPerson
|
||||
nameWithType: Extensions.IsPartOfPerson
|
||||
fullName: TinyLife.Utilities.Extensions.IsPartOfPerson
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
nameWithType: ClothesLayer
|
||||
fullName: TinyLife.Objects.ClothesLayer
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth(ClothesLayer)
|
||||
nameWithType: Extensions.GetDepth(ClothesLayer)
|
||||
fullName: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth
|
||||
nameWithType: Extensions.GetDepth
|
||||
fullName: TinyLife.Utilities.Extensions.GetDepth
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
nameWithType: ClothesLayer
|
||||
fullName: TinyLife.Objects.ClothesLayer
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth
|
||||
nameWithType: Extensions.GetDepth
|
||||
fullName: TinyLife.Utilities.Extensions.GetDepth
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
nameWithType: ClothesLayer
|
||||
fullName: TinyLife.Objects.ClothesLayer
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities
|
||||
commentId: N:TinyLife.Utilities
|
||||
name: TinyLife.Utilities
|
||||
|
|
|
@ -49,6 +49,9 @@ items:
|
|||
- TinyLife.Objects.CornerFurniture.Validate
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -60,11 +63,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
||||
|
@ -72,12 +76,13 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnRemoved
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -111,6 +116,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -656,6 +662,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -722,12 +746,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -752,6 +776,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1073,15 +1103,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -1095,10 +1125,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1111,7 +1141,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -1125,10 +1155,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1370,6 +1400,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2780,6 +2863,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -50,6 +50,9 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -61,11 +64,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
||||
|
@ -73,12 +77,13 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnRemoved
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -112,6 +117,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -609,6 +615,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -675,12 +699,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -705,6 +729,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1026,15 +1056,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -1048,10 +1078,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1064,7 +1094,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -1078,10 +1108,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1323,6 +1353,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2733,6 +2816,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -47,6 +47,9 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -58,11 +61,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
||||
|
@ -70,12 +74,13 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnRemoved
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -109,6 +114,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -444,6 +450,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -510,12 +534,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -540,6 +564,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -861,15 +891,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -883,10 +913,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -899,7 +929,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -913,10 +943,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1158,6 +1188,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2568,6 +2651,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -55,6 +55,9 @@ items:
|
|||
- TinyLife.Objects.LightFurniture.Validate
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -66,22 +69,24 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -116,6 +121,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -603,6 +609,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -669,12 +693,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -699,6 +723,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -964,15 +994,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -986,10 +1016,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1002,7 +1032,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -1016,10 +1046,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1261,6 +1291,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2707,6 +2790,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -54,6 +54,9 @@ items:
|
|||
- TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -65,11 +68,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
||||
|
@ -77,12 +81,13 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnRemoved
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -116,6 +121,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -538,6 +544,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -604,12 +628,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -634,6 +658,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -955,15 +985,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -977,10 +1007,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -993,7 +1023,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -1007,10 +1037,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1252,6 +1282,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2670,6 +2753,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -53,6 +53,9 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -64,11 +67,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
||||
|
@ -76,13 +80,14 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnRemoved
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -116,6 +121,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -449,7 +455,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Objects/FoodTypedItem.cs
|
||||
startLine: 59
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -538,6 +544,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -604,12 +628,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -634,6 +658,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -955,15 +985,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -977,10 +1007,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -993,7 +1023,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -1007,10 +1037,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1510,6 +1540,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2928,6 +3011,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -45,6 +45,7 @@ items:
|
|||
- TinyLife.Objects.FurnitureType.GrillingFood
|
||||
- TinyLife.Objects.FurnitureType.HasCategory(TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.FurnitureType.Hedge
|
||||
- TinyLife.Objects.FurnitureType.HomeworkBook
|
||||
- TinyLife.Objects.FurnitureType.LargeRectangleRug
|
||||
- TinyLife.Objects.FurnitureType.LargeRoundRug
|
||||
- TinyLife.Objects.FurnitureType.LargeWoodworkingSofa
|
||||
|
@ -106,6 +107,7 @@ items:
|
|||
- TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp
|
||||
- TinyLife.Objects.FurnitureType.Textures
|
||||
- TinyLife.Objects.FurnitureType.ToString
|
||||
- TinyLife.Objects.FurnitureType.ToyCar
|
||||
- TinyLife.Objects.FurnitureType.TraditionalBar
|
||||
- TinyLife.Objects.FurnitureType.TraditionalCounter
|
||||
- TinyLife.Objects.FurnitureType.TraditionalFireplace
|
||||
|
@ -117,6 +119,7 @@ items:
|
|||
- TinyLife.Objects.FurnitureType.VerticalDumbbellRack
|
||||
- TinyLife.Objects.FurnitureType.WindowPlants
|
||||
- TinyLife.Objects.FurnitureType.Wisteria
|
||||
- TinyLife.Objects.FurnitureType.WoodenToyBox
|
||||
- TinyLife.Objects.FurnitureType.WoodworkingChair
|
||||
- TinyLife.Objects.FurnitureType.WoodworkingChairArmrests
|
||||
- TinyLife.Objects.FurnitureType.WoodworkingCloset
|
||||
|
@ -867,10 +870,10 @@ items:
|
|||
parameters:
|
||||
- id: category
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
description: The category to query
|
||||
description: The categories to query
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: Whether the category is present
|
||||
description: Whether any of the passed categories are present
|
||||
content.vb: Public Function HasCategory(category As ObjectCategory) As Boolean
|
||||
overload: TinyLife.Objects.FurnitureType.HasCategory*
|
||||
modifiers.csharp:
|
||||
|
@ -3816,6 +3819,41 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.FurnitureType.WoodenToyBox
|
||||
commentId: F:TinyLife.Objects.FurnitureType.WoodenToyBox
|
||||
id: WoodenToyBox
|
||||
parent: TinyLife.Objects.FurnitureType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: WoodenToyBox
|
||||
nameWithType: FurnitureType.WoodenToyBox
|
||||
fullName: TinyLife.Objects.FurnitureType.WoodenToyBox
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.Misc.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WoodenToyBox
|
||||
path: Objects/FurnitureType.Misc.cs
|
||||
startLine: 294
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: public static readonly FurnitureType WoodenToyBox
|
||||
return:
|
||||
type: TinyLife.Objects.FurnitureType
|
||||
content.vb: Public Shared ReadOnly WoodenToyBox As FurnitureType
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.FurnitureType.EmptyPlate
|
||||
commentId: F:TinyLife.Objects.FurnitureType.EmptyPlate
|
||||
id: EmptyPlate
|
||||
|
@ -4516,6 +4554,76 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.FurnitureType.HomeworkBook
|
||||
commentId: F:TinyLife.Objects.FurnitureType.HomeworkBook
|
||||
id: HomeworkBook
|
||||
parent: TinyLife.Objects.FurnitureType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: HomeworkBook
|
||||
nameWithType: FurnitureType.HomeworkBook
|
||||
fullName: TinyLife.Objects.FurnitureType.HomeworkBook
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HomeworkBook
|
||||
path: Objects/FurnitureType.NonBuyable.cs
|
||||
startLine: 84
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: public static readonly FurnitureType HomeworkBook
|
||||
return:
|
||||
type: TinyLife.Objects.FurnitureType
|
||||
content.vb: Public Shared ReadOnly HomeworkBook As FurnitureType
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.FurnitureType.ToyCar
|
||||
commentId: F:TinyLife.Objects.FurnitureType.ToyCar
|
||||
id: ToyCar
|
||||
parent: TinyLife.Objects.FurnitureType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ToyCar
|
||||
nameWithType: FurnitureType.ToyCar
|
||||
fullName: TinyLife.Objects.FurnitureType.ToyCar
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ToyCar
|
||||
path: Objects/FurnitureType.NonBuyable.cs
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: public static readonly FurnitureType ToyCar
|
||||
return:
|
||||
type: TinyLife.Objects.FurnitureType
|
||||
content.vb: Public Shared ReadOnly ToyCar As FurnitureType
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
references:
|
||||
- uid: TinyLife.Objects.Furniture
|
||||
commentId: T:TinyLife.Objects.Furniture
|
||||
|
|
|
@ -46,6 +46,9 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -57,11 +60,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Validate
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
|
@ -70,13 +74,14 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnRemoved
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -110,6 +115,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -358,6 +364,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -424,12 +448,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -454,6 +478,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -803,15 +833,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -825,10 +855,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -841,7 +871,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -855,10 +885,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1358,6 +1388,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2776,6 +2859,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -54,6 +54,9 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -65,23 +68,25 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -116,6 +121,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -571,6 +577,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -637,12 +661,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -667,6 +691,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -932,15 +962,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -954,10 +984,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -970,7 +1000,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -984,10 +1014,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1487,6 +1517,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2933,6 +3016,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -12,6 +12,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetHoverInfo
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
|
@ -21,7 +22,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.Intersects(MLEM.Misc.RectangleF)
|
||||
- TinyLife.Objects.MapObject.IsInWorld
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
- TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.OnAdded
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
|
@ -48,7 +49,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MapObject
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 26
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -69,9 +70,9 @@ items:
|
|||
- System.Object
|
||||
- MLEM.Misc.GenericDataHolder
|
||||
derivedClasses:
|
||||
- TinyLife.Objects.Car
|
||||
- TinyLife.Objects.Furniture
|
||||
- TinyLife.Objects.Person
|
||||
- TinyLife.Objects.Vehicle
|
||||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
inheritedMembers:
|
||||
|
@ -117,7 +118,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PersonRotationOrder
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 32
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -154,7 +155,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCreated
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 38
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -189,7 +190,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnValidated
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 43
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -224,7 +225,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnEventsAttachable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 48
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -259,7 +260,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnDraw
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 56
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -292,7 +293,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnUpdate
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 62
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -325,7 +326,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Id
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 67
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -374,7 +375,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Map
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 73
|
||||
startLine: 75
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -411,7 +412,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Position
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 78
|
||||
startLine: 80
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -460,7 +461,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CurrentLot
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 99
|
||||
startLine: 101
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -497,7 +498,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsInWorld
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 103
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -534,7 +535,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 113
|
||||
startLine: 115
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -576,7 +577,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Draw
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 131
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -626,7 +627,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Intersects
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 140
|
||||
startLine: 142
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -667,7 +668,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 150
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -704,7 +705,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetCategories
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 161
|
||||
startLine: 163
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -745,7 +746,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnAdded
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 169
|
||||
startLine: 171
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -779,7 +780,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnRemoved
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 176
|
||||
startLine: 178
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -813,7 +814,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetHoverInfo
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 184
|
||||
startLine: 186
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -850,11 +851,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetAiPriority
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 197
|
||||
startLine: 199
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nReturns an integer that represents a priority for the <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref>'s interaction with this object.\nA higher priority means that this object will be picked over other objects (with lower priority).\nThe default return value is 0, meaning that no special priority is assigned to this object.\nFor any <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> with the <xref href=\"TinyLife.Objects.ObjectCategory.Bed\" data-throw-if-not-resolved=\"false\"></xref> category that is the person's <xref href=\"TinyLife.Objects.Person.LastBedSleptIn\" data-throw-if-not-resolved=\"false\"></xref>, 10 is returned.\n"
|
||||
summary: "\nReturns an integer that represents a priority for the <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref>'s interaction with this object.\nA higher priority means that this object will be picked over other objects (with lower priority).\nThe default return value is 0, meaning that no special priority is assigned to this object.\nFor any <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> with the <xref href=\"TinyLife.Objects.ObjectCategory.SingleBed\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Objects.ObjectCategory.DoubleBed\" data-throw-if-not-resolved=\"false\"></xref> category that is the person's <xref href=\"TinyLife.Objects.Person.LastBedSleptIn\" data-throw-if-not-resolved=\"false\"></xref>, 10 is returned.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual int GetAiPriority(Person person, ObjectCategory categories)
|
||||
|
@ -876,16 +877,16 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- uid: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
id: OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
id: OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: MapObject.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: MapObject.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -894,25 +895,25 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnActionCompleted
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 209
|
||||
startLine: 211
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in is completed.\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets <xref href=\"TinyLife.Objects.Furniture.DevaluedThroughUse\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual void OnActionCompleted(Action action, Action.CompletionType type, bool isAuxiliary)
|
||||
content: public virtual void OnActionCompleted(Action action, CompletionType type, bool isAuxiliary)
|
||||
parameters:
|
||||
- id: action
|
||||
type: TinyLife.Actions.Action
|
||||
description: The action
|
||||
- id: type
|
||||
type: TinyLife.Actions.Action.CompletionType
|
||||
type: TinyLife.Actions.CompletionType
|
||||
description: The type of the action's completion
|
||||
- id: isAuxiliary
|
||||
type: System.Boolean
|
||||
description: Whether this object counts as an auxiliary object. If this value is false, the object is th e<xref href="TinyLife.Actions.ActionInfo.GetActionObject%60%601" data-throw-if-not-resolved="false"></xref>
|
||||
content.vb: Public Overridable Sub OnActionCompleted(action As Action, type As Action.CompletionType, isAuxiliary As Boolean)
|
||||
content.vb: Public Overridable Sub OnActionCompleted(action As Action, type As CompletionType, isAuxiliary As Boolean)
|
||||
overload: TinyLife.Objects.MapObject.OnActionCompleted*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
|
@ -938,7 +939,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionUpdate
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 222
|
||||
startLine: 224
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -988,7 +989,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetVisibility
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 231
|
||||
startLine: 233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1025,7 +1026,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetFreeActionSpotInfo
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 241
|
||||
startLine: 243
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1069,7 +1070,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCameraRotationChanged
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 251
|
||||
startLine: 253
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1110,7 +1111,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SetMapAndValidate
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 259
|
||||
startLine: 261
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1149,7 +1150,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HasCategory
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 270
|
||||
startLine: 272
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1173,6 +1174,59 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
id: GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetEfficiencyModifier
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 288
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nReturns the efficiency modifier that this object multiplies the person's productivity with.\nThis method is automatically called in <xref href=\"TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>\nThis action is invoked for all <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> of the passed <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, this method returns 1, meaning the person's efficiency will not be influenced.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual float GetEfficiencyModifier(Person person, ActionInfo info, bool isAuxiliary, SkillType skill, float levelModifier)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
description: The person whose efficiency should be influenced
|
||||
- id: info
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
description: The action info
|
||||
- id: isAuxiliary
|
||||
type: System.Boolean
|
||||
description: Whether this object is auxiliary (or the main action object)
|
||||
- id: skill
|
||||
type: TinyLife.Skills.SkillType
|
||||
description: The skill that should influence the efficiency
|
||||
- id: levelModifier
|
||||
type: System.Single
|
||||
description: The level modifier for the <code data-dev-comment-type="paramref" class="paramref">skill</code>
|
||||
return:
|
||||
type: System.Single
|
||||
description: The efficiency modifier for this object
|
||||
content.vb: Public Overridable Function GetEfficiencyModifier(person As Person, info As ActionInfo, isAuxiliary As Boolean, skill As SkillType, levelModifier As Single) As Single
|
||||
overload: TinyLife.Objects.MapObject.GetEfficiencyModifier*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
id: DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
|
@ -1191,7 +1245,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DrawColumns
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 314
|
||||
startLine: 332
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1283,7 +1337,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetModCategory
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 377
|
||||
startLine: 395
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2619,8 +2673,11 @@ references:
|
|||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- uid: TinyLife.Objects.ObjectCategory.Bed
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.Bed
|
||||
- uid: TinyLife.Objects.ObjectCategory.SingleBed
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.SingleBed
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.ObjectCategory.DoubleBed
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.DoubleBed
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.Person.LastBedSleptIn
|
||||
commentId: F:TinyLife.Objects.Person.LastBedSleptIn
|
||||
|
@ -2666,12 +2723,12 @@ references:
|
|||
name: OnActionCompleted
|
||||
nameWithType: MapObject.OnActionCompleted
|
||||
fullName: TinyLife.Objects.MapObject.OnActionCompleted
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
commentId: T:TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
commentId: T:TinyLife.Actions.CompletionType
|
||||
parent: TinyLife.Actions
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- uid: TinyLife.Actions
|
||||
commentId: N:TinyLife.Actions
|
||||
name: TinyLife.Actions
|
||||
|
@ -2782,6 +2839,32 @@ references:
|
|||
name: HasCategory
|
||||
nameWithType: MapObject.HasCategory
|
||||
fullName: TinyLife.Objects.MapObject.HasCategory
|
||||
- uid: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
commentId: T:TinyLife.Skills.SkillType
|
||||
parent: TinyLife.Skills
|
||||
name: SkillType
|
||||
nameWithType: SkillType
|
||||
fullName: TinyLife.Skills.SkillType
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: TinyLife.Skills
|
||||
commentId: N:TinyLife.Skills
|
||||
name: TinyLife.Skills
|
||||
nameWithType: TinyLife.Skills
|
||||
fullName: TinyLife.Skills
|
||||
- uid: TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean,System.Boolean)
|
||||
isExternal: true
|
||||
|
@ -2804,13 +2887,6 @@ references:
|
|||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
commentId: T:Microsoft.Xna.Framework.Point
|
||||
parent: Microsoft.Xna.Framework
|
||||
|
|
|
@ -8,7 +8,6 @@ items:
|
|||
- TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
|
||||
- TinyLife.Objects.ObjectCategory.Barbecue
|
||||
- TinyLife.Objects.ObjectCategory.BartendingObject
|
||||
- TinyLife.Objects.ObjectCategory.Bed
|
||||
- TinyLife.Objects.ObjectCategory.Bookshelf
|
||||
- TinyLife.Objects.ObjectCategory.CanBeScrapped
|
||||
- TinyLife.Objects.ObjectCategory.CanBeThrownAway
|
||||
|
@ -22,6 +21,7 @@ items:
|
|||
- TinyLife.Objects.ObjectCategory.CounterObject
|
||||
- TinyLife.Objects.ObjectCategory.DeskObject
|
||||
- TinyLife.Objects.ObjectCategory.DisallowedOnGround
|
||||
- TinyLife.Objects.ObjectCategory.DoubleBed
|
||||
- TinyLife.Objects.ObjectCategory.Easel
|
||||
- TinyLife.Objects.ObjectCategory.Fireplaces
|
||||
- TinyLife.Objects.ObjectCategory.ForceGridPlacement
|
||||
|
@ -52,6 +52,7 @@ items:
|
|||
- TinyLife.Objects.ObjectCategory.RoofAttached
|
||||
- TinyLife.Objects.ObjectCategory.Self
|
||||
- TinyLife.Objects.ObjectCategory.Shower
|
||||
- TinyLife.Objects.ObjectCategory.SingleBed
|
||||
- TinyLife.Objects.ObjectCategory.Sink
|
||||
- TinyLife.Objects.ObjectCategory.SmallObject
|
||||
- TinyLife.Objects.ObjectCategory.SpecialInteractable
|
||||
|
@ -60,6 +61,7 @@ items:
|
|||
- TinyLife.Objects.ObjectCategory.Table
|
||||
- TinyLife.Objects.ObjectCategory.Television
|
||||
- TinyLife.Objects.ObjectCategory.Toilet
|
||||
- TinyLife.Objects.ObjectCategory.ToyBox
|
||||
- TinyLife.Objects.ObjectCategory.TrashCan
|
||||
- TinyLife.Objects.ObjectCategory.Tree
|
||||
- TinyLife.Objects.ObjectCategory.WallHanging
|
||||
|
@ -80,7 +82,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ObjectCategory
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 432
|
||||
startLine: 450
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -146,7 +148,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Nothing
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 435
|
||||
startLine: 453
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -183,7 +185,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Ground
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 437
|
||||
startLine: 455
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -220,7 +222,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Chair
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 439
|
||||
startLine: 457
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -257,7 +259,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Toilet
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 441
|
||||
startLine: 459
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -276,35 +278,72 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.ObjectCategory.Bed
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.Bed
|
||||
id: Bed
|
||||
- uid: TinyLife.Objects.ObjectCategory.SingleBed
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.SingleBed
|
||||
id: SingleBed
|
||||
parent: TinyLife.Objects.ObjectCategory
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Bed
|
||||
nameWithType: ObjectCategory.Bed
|
||||
fullName: TinyLife.Objects.ObjectCategory.Bed
|
||||
name: SingleBed
|
||||
nameWithType: ObjectCategory.SingleBed
|
||||
fullName: TinyLife.Objects.ObjectCategory.SingleBed
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Bed
|
||||
id: SingleBed
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 443
|
||||
startLine: 461
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: An object category that represents objects where one can sleep
|
||||
summary: An object category that represents a single bed
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly ObjectCategory Bed
|
||||
content: public static readonly ObjectCategory SingleBed
|
||||
return:
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
content.vb: Public Shared ReadOnly Bed As ObjectCategory
|
||||
content.vb: Public Shared ReadOnly SingleBed As ObjectCategory
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.ObjectCategory.DoubleBed
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.DoubleBed
|
||||
id: DoubleBed
|
||||
parent: TinyLife.Objects.ObjectCategory
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DoubleBed
|
||||
nameWithType: ObjectCategory.DoubleBed
|
||||
fullName: TinyLife.Objects.ObjectCategory.DoubleBed
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DoubleBed
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 463
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: An object category that represents a double bed
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly ObjectCategory DoubleBed
|
||||
return:
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
content.vb: Public Shared ReadOnly DoubleBed As ObjectCategory
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
|
@ -331,7 +370,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Fridge
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 445
|
||||
startLine: 465
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -368,7 +407,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Shower
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 447
|
||||
startLine: 467
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -405,7 +444,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Counter
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 449
|
||||
startLine: 469
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -442,7 +481,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Stove
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 451
|
||||
startLine: 471
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -479,7 +518,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SmallObject
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 453
|
||||
startLine: 473
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -516,7 +555,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NonBuyable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 455
|
||||
startLine: 475
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -553,7 +592,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Table
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 457
|
||||
startLine: 477
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -590,7 +629,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Holdable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 459
|
||||
startLine: 479
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -627,7 +666,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DeskObject
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 461
|
||||
startLine: 481
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -664,7 +703,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DisallowedOnGround
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 463
|
||||
startLine: 483
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -701,7 +740,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Computer
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 465
|
||||
startLine: 485
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -738,7 +777,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Sink
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 467
|
||||
startLine: 487
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -775,7 +814,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CounterObject
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 469
|
||||
startLine: 489
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -812,7 +851,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Cleanable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 471
|
||||
startLine: 491
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -849,7 +888,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: People
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 473
|
||||
startLine: 493
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -886,7 +925,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Mailbox
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 475
|
||||
startLine: 495
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -923,7 +962,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Wardrobe
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 477
|
||||
startLine: 497
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -960,7 +999,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NaturalGroundRequired
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 479
|
||||
startLine: 499
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -997,7 +1036,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Self
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 481
|
||||
startLine: 501
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1034,7 +1073,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WallHanging
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 483
|
||||
startLine: 503
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1071,7 +1110,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ForceGridPlacement
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 485
|
||||
startLine: 505
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1108,7 +1147,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Easel
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 487
|
||||
startLine: 507
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1145,7 +1184,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Mirror
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 489
|
||||
startLine: 509
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1182,7 +1221,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Bookshelf
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 491
|
||||
startLine: 511
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1219,7 +1258,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NonColliding
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 493
|
||||
startLine: 513
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1256,7 +1295,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Gravestone
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 495
|
||||
startLine: 515
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1293,7 +1332,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NonSellable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 497
|
||||
startLine: 517
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1330,7 +1369,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NonMovable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 499
|
||||
startLine: 519
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1367,7 +1406,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Tree
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 501
|
||||
startLine: 521
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1404,7 +1443,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Television
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 503
|
||||
startLine: 523
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1441,7 +1480,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BartendingObject
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 505
|
||||
startLine: 525
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1478,11 +1517,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Walls
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 507
|
||||
startLine: 527
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: An object category that represents <xref href="TinyLife.World.Wall" data-throw-if-not-resolved="false"></xref> objects. If this category is used, <xref href="TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Nullable%7bSystem.Single%7d%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> is used for AI-based invocation.
|
||||
summary: An object category that represents <xref href="TinyLife.World.Wall" data-throw-if-not-resolved="false"></xref> objects. If this category is used, <xref href="TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Nullable%7bSystem.Single%7d%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> is used for AI-based invocation.
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly ObjectCategory Walls
|
||||
|
@ -1515,7 +1554,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WorkoutEquipment
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 509
|
||||
startLine: 529
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1552,7 +1591,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LargeSurfaceObject
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 511
|
||||
startLine: 531
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1589,7 +1628,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: StandingDesk
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 513
|
||||
startLine: 533
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1626,7 +1665,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Lamp
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 515
|
||||
startLine: 535
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1663,7 +1702,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CeilingHanging
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 517
|
||||
startLine: 537
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1700,7 +1739,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanCoverWindow
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 519
|
||||
startLine: 539
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1737,7 +1776,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanCoverDoor
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 521
|
||||
startLine: 541
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1774,7 +1813,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Barbecue
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 523
|
||||
startLine: 543
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1811,7 +1850,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TrashCan
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 525
|
||||
startLine: 545
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1848,7 +1887,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanBeThrownAway
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 527
|
||||
startLine: 547
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1885,7 +1924,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SpecialInteractable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 529
|
||||
startLine: 549
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1922,7 +1961,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanBeScrapped
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 531
|
||||
startLine: 551
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1959,7 +1998,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ObstructedByRoofs
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 533
|
||||
startLine: 553
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1996,7 +2035,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RoofAttached
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 535
|
||||
startLine: 555
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2033,7 +2072,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Fireplaces
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 537
|
||||
startLine: 557
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2052,6 +2091,43 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.ObjectCategory.ToyBox
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.ToyBox
|
||||
id: ToyBox
|
||||
parent: TinyLife.Objects.ObjectCategory
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ToyBox
|
||||
nameWithType: ObjectCategory.ToyBox
|
||||
fullName: TinyLife.Objects.ObjectCategory.ToyBox
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ToyBox
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 559
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: An object category that represents objects where kids can get toys
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly ObjectCategory ToyBox
|
||||
return:
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
content.vb: Public Shared ReadOnly ToyBox As ObjectCategory
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
|
||||
commentId: M:TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
|
||||
id: '#ctor(System.String,System.Numerics.BigInteger)'
|
||||
|
@ -2070,7 +2146,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 540
|
||||
startLine: 562
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2106,7 +2182,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_Implicit
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 544
|
||||
startLine: 566
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2146,7 +2222,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_Implicit
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 545
|
||||
startLine: 567
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2186,7 +2262,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_Implicit
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 546
|
||||
startLine: 568
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2226,7 +2302,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_Implicit
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 547
|
||||
startLine: 569
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2266,7 +2342,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_BitwiseOr
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 548
|
||||
startLine: 570
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2305,7 +2381,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_BitwiseAnd
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 549
|
||||
startLine: 571
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2344,7 +2420,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_ExclusiveOr
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 550
|
||||
startLine: 572
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2383,7 +2459,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_OnesComplement
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 551
|
||||
startLine: 573
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3994,21 +4070,21 @@ references:
|
|||
name: MoveTool
|
||||
nameWithType: MoveTool
|
||||
fullName: TinyLife.Tools.MoveTool
|
||||
- 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
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
parent: TinyLife.Actions.Typeless.TypelessAction
|
||||
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)
|
||||
nameWithType: TypelessAction.FindAllFreeWalls(Person, Nullable<Vector2>, Nullable<Single>, Boolean)
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Nullable<System.Single>, System.Boolean)
|
||||
nameWithType.vb: TypelessAction.FindAllFreeWalls(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.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)
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.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
|
||||
nameWithType: TypelessAction.FindAllFreeWalls
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -4066,10 +4142,10 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction.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
|
||||
nameWithType: TypelessAction.FindAllFreeWalls
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -4126,6 +4202,17 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Typeless.TypelessAction
|
||||
commentId: T:TinyLife.Actions.Typeless.TypelessAction
|
||||
parent: TinyLife.Actions.Typeless
|
||||
name: TypelessAction
|
||||
nameWithType: TypelessAction
|
||||
fullName: TinyLife.Actions.Typeless.TypelessAction
|
||||
- uid: TinyLife.Actions.Typeless
|
||||
commentId: N:TinyLife.Actions.Typeless
|
||||
name: TinyLife.Actions.Typeless
|
||||
nameWithType: TinyLife.Actions.Typeless
|
||||
fullName: TinyLife.Actions.Typeless
|
||||
- uid: TinyLife.Set.Workout
|
||||
commentId: F:TinyLife.Set.Workout
|
||||
isExternal: true
|
||||
|
|
|
@ -29,7 +29,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ObjectSpot
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 273
|
||||
startLine: 282
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -86,7 +86,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsFurnitureAllowed
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 278
|
||||
startLine: 287
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -121,7 +121,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 287
|
||||
startLine: 296
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -169,7 +169,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 299
|
||||
startLine: 308
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -220,7 +220,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetContents
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 313
|
||||
startLine: 322
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -270,7 +270,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TableSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 325
|
||||
startLine: 334
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -311,7 +311,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PicnicTableSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 348
|
||||
startLine: 357
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -352,7 +352,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CounterSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 363
|
||||
startLine: 372
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -393,7 +393,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BarSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 377
|
||||
startLine: 386
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -430,7 +430,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DoubleShelfSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 390
|
||||
startLine: 399
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -471,7 +471,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DeskSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 402
|
||||
startLine: 411
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -44,6 +44,9 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -55,11 +58,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Validate
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
|
@ -68,12 +72,13 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnRemoved
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -108,6 +113,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -325,6 +331,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -391,12 +415,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -421,6 +445,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -770,15 +800,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -792,10 +822,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -808,7 +838,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -822,10 +852,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1067,6 +1097,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2513,6 +2596,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -49,6 +49,9 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -60,11 +63,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
||||
|
@ -72,11 +76,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnRemoved
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDescription
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -110,6 +115,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -518,6 +524,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -584,12 +608,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -614,6 +638,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -935,15 +965,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -957,10 +987,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -973,7 +1003,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -987,10 +1017,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1204,6 +1234,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2622,6 +2705,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionUpdateDelegate
|
||||
path: Objects/Person.cs
|
||||
startLine: 2011
|
||||
startLine: 2178
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DeathReason
|
||||
path: Objects/Person.cs
|
||||
startLine: 2058
|
||||
startLine: 2233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -58,7 +58,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Starvation
|
||||
path: Objects/Person.cs
|
||||
startLine: 2064
|
||||
startLine: 2239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: InexplicableReasons
|
||||
path: Objects/Person.cs
|
||||
startLine: 2069
|
||||
startLine: 2244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Electrocution
|
||||
path: Objects/Person.cs
|
||||
startLine: 2074
|
||||
startLine: 2249
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -160,7 +160,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooMuchProtein
|
||||
path: Objects/Person.cs
|
||||
startLine: 2078
|
||||
startLine: 2253
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,22 +19,24 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EfficiencyModifierDelegate
|
||||
path: Objects/Person.cs
|
||||
startLine: 1996
|
||||
startLine: 2163
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA delegate used for <xref href=\"TinyLife.Objects.Person.OnGetEfficiencyModifier\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public delegate void EfficiencyModifierDelegate(SkillType skill, float levelModifier, ref float efficiency);
|
||||
content: public delegate void EfficiencyModifierDelegate(ActionInfo info, SkillType skill, float levelModifier, ref float efficiency);
|
||||
parameters:
|
||||
- id: info
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
- id: skill
|
||||
type: TinyLife.Skills.SkillType
|
||||
- id: levelModifier
|
||||
type: System.Single
|
||||
- id: efficiency
|
||||
type: System.Single
|
||||
content.vb: Public Delegate Sub EfficiencyModifierDelegate(skill As SkillType, levelModifier As Single, ByRef efficiency As Single)
|
||||
content.vb: Public Delegate Sub EfficiencyModifierDelegate(info As ActionInfo, skill As SkillType, levelModifier As Single, ByRef efficiency As Single)
|
||||
extensionMethods:
|
||||
- TinyLife.Objects.Person.EfficiencyModifierDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
modifiers.csharp:
|
||||
|
@ -84,6 +86,12 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
commentId: T:TinyLife.Actions.ActionInfo
|
||||
parent: TinyLife.Actions
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- uid: TinyLife.Skills.SkillType
|
||||
commentId: T:TinyLife.Skills.SkillType
|
||||
parent: TinyLife.Skills
|
||||
|
@ -139,6 +147,11 @@ references:
|
|||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife.Actions
|
||||
commentId: N:TinyLife.Actions
|
||||
name: TinyLife.Actions
|
||||
nameWithType: TinyLife.Actions
|
||||
fullName: TinyLife.Actions
|
||||
- uid: TinyLife.Skills
|
||||
commentId: N:TinyLife.Skills
|
||||
name: TinyLife.Skills
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PassiveActionPriorityDelegate
|
||||
path: Objects/Person.cs
|
||||
startLine: 2006
|
||||
startLine: 2173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -8,10 +8,12 @@ items:
|
|||
- TinyLife.Objects.Person.Pose.Laying
|
||||
- TinyLife.Objects.Person.Pose.Running
|
||||
- TinyLife.Objects.Person.Pose.Sitting
|
||||
- TinyLife.Objects.Person.Pose.SittingLegsClose
|
||||
- TinyLife.Objects.Person.Pose.SittingGround
|
||||
- TinyLife.Objects.Person.Pose.Standing
|
||||
- TinyLife.Objects.Person.Pose.StandingArmsOut
|
||||
- TinyLife.Objects.Person.Pose.Walking
|
||||
- TinyLife.Objects.Person.Pose.WorkingSitting
|
||||
- TinyLife.Objects.Person.Pose.WorkingSittingGround
|
||||
- TinyLife.Objects.Person.Pose.WorkingStanding
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -27,7 +29,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Pose
|
||||
path: Objects/Person.cs
|
||||
startLine: 2016
|
||||
startLine: 2183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -63,7 +65,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Standing
|
||||
path: Objects/Person.cs
|
||||
startLine: 2021
|
||||
startLine: 2188
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -97,7 +99,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Walking
|
||||
path: Objects/Person.cs
|
||||
startLine: 2025
|
||||
startLine: 2192
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -131,7 +133,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Sitting
|
||||
path: Objects/Person.cs
|
||||
startLine: 2029
|
||||
startLine: 2196
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -165,7 +167,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Laying
|
||||
path: Objects/Person.cs
|
||||
startLine: 2034
|
||||
startLine: 2201
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -181,32 +183,32 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Objects.Person.Pose.SittingLegsClose
|
||||
commentId: F:TinyLife.Objects.Person.Pose.SittingLegsClose
|
||||
id: SittingLegsClose
|
||||
- uid: TinyLife.Objects.Person.Pose.SittingGround
|
||||
commentId: F:TinyLife.Objects.Person.Pose.SittingGround
|
||||
id: SittingGround
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SittingLegsClose
|
||||
nameWithType: Person.Pose.SittingLegsClose
|
||||
fullName: TinyLife.Objects.Person.Pose.SittingLegsClose
|
||||
name: SittingGround
|
||||
nameWithType: Person.Pose.SittingGround
|
||||
fullName: TinyLife.Objects.Person.Pose.SittingGround
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SittingLegsClose
|
||||
id: SittingGround
|
||||
path: Objects/Person.cs
|
||||
startLine: 2039
|
||||
startLine: 2206
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA pose that represents a person who is sitting, but with their legs close to their body.\nThis pose is mainly used for the "passed out" stance.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: SittingLegsClose = 4
|
||||
content: SittingGround = 4
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
modifiers.csharp:
|
||||
|
@ -233,7 +235,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WorkingStanding
|
||||
path: Objects/Person.cs
|
||||
startLine: 2043
|
||||
startLine: 2210
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -267,7 +269,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WorkingSitting
|
||||
path: Objects/Person.cs
|
||||
startLine: 2047
|
||||
startLine: 2214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -283,6 +285,40 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Objects.Person.Pose.WorkingSittingGround
|
||||
commentId: F:TinyLife.Objects.Person.Pose.WorkingSittingGround
|
||||
id: WorkingSittingGround
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: WorkingSittingGround
|
||||
nameWithType: Person.Pose.WorkingSittingGround
|
||||
fullName: TinyLife.Objects.Person.Pose.WorkingSittingGround
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WorkingSittingGround
|
||||
path: Objects/Person.cs
|
||||
startLine: 2218
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA pose that represents a person who is sitting on the ground and working on something\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: WorkingSittingGround = 7
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Objects.Person.Pose.Running
|
||||
commentId: F:TinyLife.Objects.Person.Pose.Running
|
||||
id: Running
|
||||
|
@ -301,14 +337,48 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Running
|
||||
path: Objects/Person.cs
|
||||
startLine: 2051
|
||||
startLine: 2222
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA pose that represents a person who is running\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Running = 7
|
||||
content: Running = 8
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Objects.Person.Pose.StandingArmsOut
|
||||
commentId: F:TinyLife.Objects.Person.Pose.StandingArmsOut
|
||||
id: StandingArmsOut
|
||||
parent: TinyLife.Objects.Person.Pose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: StandingArmsOut
|
||||
nameWithType: Person.Pose.StandingArmsOut
|
||||
fullName: TinyLife.Objects.Person.Pose.StandingArmsOut
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: StandingArmsOut
|
||||
path: Objects/Person.cs
|
||||
startLine: 2226
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA pose that represents a person who is standing with their arms straight out\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: StandingArmsOut = 9
|
||||
return:
|
||||
type: TinyLife.Objects.Person.Pose
|
||||
modifiers.csharp:
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WalkSpeedDelegate
|
||||
path: Objects/Person.cs
|
||||
startLine: 2001
|
||||
startLine: 2168
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,10 @@ items:
|
|||
commentId: T:TinyLife.Objects.PersonAi
|
||||
id: PersonAi
|
||||
parent: TinyLife.Objects
|
||||
children: []
|
||||
children:
|
||||
- TinyLife.Objects.PersonAi.GetAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Objects.PersonAi.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
|
@ -46,6 +49,141 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
commentId: M:TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
id: StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
parent: TinyLife.Objects.PersonAi
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: StartAutomatically(Person, ActionType)
|
||||
nameWithType: PersonAi.StartAutomatically(Person, ActionType)
|
||||
fullName: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person, TinyLife.Actions.ActionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/PersonAi.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: StartAutomatically
|
||||
path: Objects/PersonAi.cs
|
||||
startLine: 117
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nCauses a person to start the given action automatically with the same behavior that it would have if started by the <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static bool StartAutomatically(Person person, ActionType type)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
description: The person who should start the action
|
||||
- id: type
|
||||
type: TinyLife.Actions.ActionType
|
||||
description: The action to start
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: Whether the action was successfully started
|
||||
content.vb: Public Shared Function StartAutomatically(person As Person, type As ActionType) As Boolean
|
||||
overload: TinyLife.Objects.PersonAi.StartAutomatically*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: TinyLife.Objects.PersonAi.GetAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
commentId: M:TinyLife.Objects.PersonAi.GetAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
id: GetAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
parent: TinyLife.Objects.PersonAi
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetAllActionObjects(Person, ActionType)
|
||||
nameWithType: PersonAi.GetAllActionObjects(Person, ActionType)
|
||||
fullName: TinyLife.Objects.PersonAi.GetAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/PersonAi.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetAllActionObjects
|
||||
path: Objects/PersonAi.cs
|
||||
startLine: 149
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nReturns all <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> objects that are available to the given <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> for the given <xref href=\"TinyLife.Actions.ActionType\" data-throw-if-not-resolved=\"false\"></xref>.\nThe objects returned are the ones that would also be considered by the <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref> when starting an action.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static IEnumerable<ActionInfo> GetAllActionObjects(Person person, ActionType type)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
description: The person
|
||||
- id: type
|
||||
type: TinyLife.Actions.ActionType
|
||||
description: The action to start
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
description: A set of action infos that the given action can be started with
|
||||
content.vb: Public Shared Function GetAllActionObjects(person As Person, type As ActionType) As IEnumerable(Of ActionInfo)
|
||||
overload: TinyLife.Objects.PersonAi.GetAllActionObjects*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: TinyLife.Objects.PersonAi.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
commentId: M:TinyLife.Objects.PersonAi.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
id: GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
parent: TinyLife.Objects.PersonAi
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetRandomVariety(IEnumerable<ActionVariety>, ActionInfo)
|
||||
nameWithType: PersonAi.GetRandomVariety(IEnumerable<ActionVariety>, ActionInfo)
|
||||
fullName: TinyLife.Objects.PersonAi.GetRandomVariety(System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionVariety>, TinyLife.Actions.ActionInfo)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/PersonAi.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetRandomVariety
|
||||
path: Objects/PersonAi.cs
|
||||
startLine: 183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nReturns a random action variety from the given set of action varieties based on their <xref href=\"TinyLife.Actions.ActionVariety.GetPassivePriority(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>.\nThe returned variety is guaranteed to be executable in this scenario (<xref href=\"TinyLife.Actions.ActionVariety.CanBeExecuted(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>).\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static ActionVariety? GetRandomVariety(IEnumerable<ActionVariety> varieties, ActionInfo info)
|
||||
parameters:
|
||||
- id: varieties
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}
|
||||
description: The action varieties to choose from
|
||||
- id: info
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
description: The action infos
|
||||
return:
|
||||
type: System.Nullable{TinyLife.Actions.ActionVariety}
|
||||
description: A random, executable action variety
|
||||
content.vb: Public Shared Function GetRandomVariety(varieties As IEnumerable(Of ActionVariety), info As ActionInfo) As ActionVariety?
|
||||
overload: TinyLife.Objects.PersonAi.GetRandomVariety*
|
||||
nameWithType.vb: PersonAi.GetRandomVariety(IEnumerable(Of ActionVariety), ActionInfo)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: TinyLife.Objects.PersonAi.GetRandomVariety(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionVariety), TinyLife.Actions.ActionInfo)
|
||||
name.vb: GetRandomVariety(IEnumerable(Of ActionVariety), ActionInfo)
|
||||
references:
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
|
@ -440,3 +578,258 @@ references:
|
|||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
||||
- uid: TinyLife.Objects.PersonAi
|
||||
commentId: T:TinyLife.Objects.PersonAi
|
||||
name: PersonAi
|
||||
nameWithType: PersonAi
|
||||
fullName: TinyLife.Objects.PersonAi
|
||||
- uid: TinyLife.Objects.PersonAi.StartAutomatically*
|
||||
commentId: Overload:TinyLife.Objects.PersonAi.StartAutomatically
|
||||
name: StartAutomatically
|
||||
nameWithType: PersonAi.StartAutomatically
|
||||
fullName: TinyLife.Objects.PersonAi.StartAutomatically
|
||||
- uid: TinyLife.Actions.ActionType
|
||||
commentId: T:TinyLife.Actions.ActionType
|
||||
parent: TinyLife.Actions
|
||||
name: ActionType
|
||||
nameWithType: ActionType
|
||||
fullName: TinyLife.Actions.ActionType
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
commentId: T:TinyLife.Actions.ActionInfo
|
||||
parent: TinyLife.Actions
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- uid: TinyLife.Objects.PersonAi.GetAllActionObjects*
|
||||
commentId: Overload:TinyLife.Objects.PersonAi.GetAllActionObjects
|
||||
name: GetAllActionObjects
|
||||
nameWithType: PersonAi.GetAllActionObjects
|
||||
fullName: TinyLife.Objects.PersonAi.GetAllActionObjects
|
||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable<ActionInfo>
|
||||
nameWithType: IEnumerable<ActionInfo>
|
||||
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionInfo>
|
||||
nameWithType.vb: IEnumerable(Of ActionInfo)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionInfo)
|
||||
name.vb: IEnumerable(Of ActionInfo)
|
||||
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.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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.ActionVariety.GetPassivePriority(TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.ActionVariety.GetPassivePriority(TinyLife.Objects.Person)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Actions.ActionVariety.CanBeExecuted(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.ActionVariety.CanBeExecuted(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.PersonAi.GetRandomVariety*
|
||||
commentId: Overload:TinyLife.Objects.PersonAi.GetRandomVariety
|
||||
name: GetRandomVariety
|
||||
nameWithType: PersonAi.GetRandomVariety
|
||||
fullName: TinyLife.Objects.PersonAi.GetRandomVariety
|
||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable<ActionVariety>
|
||||
nameWithType: IEnumerable<ActionVariety>
|
||||
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionVariety>
|
||||
nameWithType.vb: IEnumerable(Of ActionVariety)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionVariety)
|
||||
name.vb: IEnumerable(Of ActionVariety)
|
||||
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.ActionVariety
|
||||
name: ActionVariety
|
||||
nameWithType: ActionVariety
|
||||
fullName: TinyLife.Actions.ActionVariety
|
||||
- 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.ActionVariety
|
||||
name: ActionVariety
|
||||
nameWithType: ActionVariety
|
||||
fullName: TinyLife.Actions.ActionVariety
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Nullable{TinyLife.Actions.ActionVariety}
|
||||
commentId: T:System.Nullable{TinyLife.Actions.ActionVariety}
|
||||
parent: System
|
||||
definition: System.Nullable`1
|
||||
name: Nullable<ActionVariety>
|
||||
nameWithType: Nullable<ActionVariety>
|
||||
fullName: System.Nullable<TinyLife.Actions.ActionVariety>
|
||||
nameWithType.vb: Nullable(Of ActionVariety)
|
||||
fullName.vb: System.Nullable(Of TinyLife.Actions.ActionVariety)
|
||||
name.vb: Nullable(Of ActionVariety)
|
||||
spec.csharp:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Actions.ActionVariety
|
||||
name: ActionVariety
|
||||
nameWithType: ActionVariety
|
||||
fullName: TinyLife.Actions.ActionVariety
|
||||
- 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.ActionVariety
|
||||
name: ActionVariety
|
||||
nameWithType: ActionVariety
|
||||
fullName: TinyLife.Actions.ActionVariety
|
||||
- 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: )
|
||||
|
|
|
@ -48,6 +48,8 @@ items:
|
|||
- TinyLife.World.IPricedObject
|
||||
- TinyLife.Objects.IUpdatingObject
|
||||
inheritedMembers:
|
||||
- TinyLife.Objects.BreakableFurniture.OnWearDown
|
||||
- TinyLife.Objects.BreakableFurniture.OnBreak
|
||||
- TinyLife.Objects.BreakableFurniture.Broken
|
||||
- TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
- TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
|
||||
|
@ -57,6 +59,9 @@ items:
|
|||
- TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -68,11 +73,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Validate
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
|
@ -81,8 +87,9 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnRemoved
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -117,6 +124,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -477,6 +485,18 @@ references:
|
|||
name: IUpdatingObject
|
||||
nameWithType: IUpdatingObject
|
||||
fullName: TinyLife.Objects.IUpdatingObject
|
||||
- uid: TinyLife.Objects.BreakableFurniture.OnWearDown
|
||||
commentId: E:TinyLife.Objects.BreakableFurniture.OnWearDown
|
||||
parent: TinyLife.Objects.BreakableFurniture
|
||||
name: OnWearDown
|
||||
nameWithType: BreakableFurniture.OnWearDown
|
||||
fullName: TinyLife.Objects.BreakableFurniture.OnWearDown
|
||||
- uid: TinyLife.Objects.BreakableFurniture.OnBreak
|
||||
commentId: E:TinyLife.Objects.BreakableFurniture.OnBreak
|
||||
parent: TinyLife.Objects.BreakableFurniture
|
||||
name: OnBreak
|
||||
nameWithType: BreakableFurniture.OnBreak
|
||||
fullName: TinyLife.Objects.BreakableFurniture.OnBreak
|
||||
- uid: TinyLife.Objects.BreakableFurniture.Broken
|
||||
commentId: F:TinyLife.Objects.BreakableFurniture.Broken
|
||||
parent: TinyLife.Objects.BreakableFurniture
|
||||
|
@ -794,6 +814,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -860,12 +898,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -890,6 +928,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1239,15 +1283,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -1261,10 +1305,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1277,7 +1321,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -1291,10 +1335,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1345,6 +1389,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2791,6 +2888,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -37,7 +37,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SpeakStyle
|
||||
path: Objects/Person.cs
|
||||
startLine: 2089
|
||||
startLine: 2286
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -82,7 +82,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Affirmative
|
||||
path: Objects/Person.cs
|
||||
startLine: 2093
|
||||
startLine: 2290
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -114,7 +114,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Angry
|
||||
path: Objects/Person.cs
|
||||
startLine: 2094
|
||||
startLine: 2291
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -146,7 +146,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Annoyed
|
||||
path: Objects/Person.cs
|
||||
startLine: 2095
|
||||
startLine: 2292
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -178,7 +178,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Bored
|
||||
path: Objects/Person.cs
|
||||
startLine: 2096
|
||||
startLine: 2293
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -210,7 +210,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Childish
|
||||
path: Objects/Person.cs
|
||||
startLine: 2097
|
||||
startLine: 2294
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -242,7 +242,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Confident
|
||||
path: Objects/Person.cs
|
||||
startLine: 2098
|
||||
startLine: 2295
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -274,7 +274,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Confused
|
||||
path: Objects/Person.cs
|
||||
startLine: 2099
|
||||
startLine: 2296
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -306,7 +306,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Demanding
|
||||
path: Objects/Person.cs
|
||||
startLine: 2100
|
||||
startLine: 2297
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -338,7 +338,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Disagreeing
|
||||
path: Objects/Person.cs
|
||||
startLine: 2101
|
||||
startLine: 2298
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -370,7 +370,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Excited
|
||||
path: Objects/Person.cs
|
||||
startLine: 2102
|
||||
startLine: 2299
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -402,7 +402,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Happy
|
||||
path: Objects/Person.cs
|
||||
startLine: 2103
|
||||
startLine: 2300
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -434,7 +434,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Intrigued
|
||||
path: Objects/Person.cs
|
||||
startLine: 2104
|
||||
startLine: 2301
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -466,7 +466,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Neutral
|
||||
path: Objects/Person.cs
|
||||
startLine: 2105
|
||||
startLine: 2302
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -498,7 +498,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Questioning
|
||||
path: Objects/Person.cs
|
||||
startLine: 2106
|
||||
startLine: 2303
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -530,7 +530,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Sad
|
||||
path: Objects/Person.cs
|
||||
startLine: 2107
|
||||
startLine: 2304
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -562,7 +562,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Scared
|
||||
path: Objects/Person.cs
|
||||
startLine: 2108
|
||||
startLine: 2305
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -594,7 +594,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Shocked
|
||||
path: Objects/Person.cs
|
||||
startLine: 2109
|
||||
startLine: 2306
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -626,7 +626,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Thinking
|
||||
path: Objects/Person.cs
|
||||
startLine: 2110
|
||||
startLine: 2307
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -48,6 +48,9 @@ items:
|
|||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.OnSetCreator
|
||||
- TinyLife.Objects.Furniture.OnGetDirty
|
||||
- TinyLife.Objects.Furniture.OnDirty
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -59,11 +62,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.CreatorId
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- TinyLife.Objects.Furniture.Dirty
|
||||
- TinyLife.Objects.Furniture.CustomPrice
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
||||
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
||||
|
@ -71,12 +75,13 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnRemoved
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -111,6 +116,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -489,6 +495,24 @@ references:
|
|||
name: OnGetDescription
|
||||
nameWithType: Furniture.OnGetDescription
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
||||
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
||||
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnSetCreator
|
||||
nameWithType: Furniture.OnSetCreator
|
||||
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
||||
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnGetDirty
|
||||
nameWithType: Furniture.OnGetDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
||||
- uid: TinyLife.Objects.Furniture.OnDirty
|
||||
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: OnDirty
|
||||
nameWithType: Furniture.OnDirty
|
||||
fullName: TinyLife.Objects.Furniture.OnDirty
|
||||
- uid: TinyLife.Objects.Furniture.Type
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -555,12 +579,12 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: Furniture.IsStatic
|
||||
fullName: TinyLife.Objects.Furniture.IsStatic
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: F:TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.CreatorId
|
||||
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
name: CreatorId
|
||||
nameWithType: Furniture.CreatorId
|
||||
fullName: TinyLife.Objects.Furniture.CreatorId
|
||||
- uid: TinyLife.Objects.Furniture.Quality
|
||||
commentId: F:TinyLife.Objects.Furniture.Quality
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -585,6 +609,12 @@ references:
|
|||
name: CustomPrice
|
||||
nameWithType: Furniture.CustomPrice
|
||||
fullName: TinyLife.Objects.Furniture.CustomPrice
|
||||
- uid: TinyLife.Objects.Furniture.Creator
|
||||
commentId: P:TinyLife.Objects.Furniture.Creator
|
||||
parent: TinyLife.Objects.Furniture
|
||||
name: Creator
|
||||
nameWithType: Furniture.Creator
|
||||
fullName: TinyLife.Objects.Furniture.Creator
|
||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -906,15 +936,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, Action.CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.Action.CompletionType, System.Boolean)
|
||||
name: OnActionCompleted(Action, CompletionType, Boolean)
|
||||
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -928,10 +958,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -944,7 +974,7 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
name: OnActionCompleted
|
||||
nameWithType: Furniture.OnActionCompleted
|
||||
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
||||
|
@ -958,10 +988,10 @@ references:
|
|||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.Action.CompletionType
|
||||
name: Action.CompletionType
|
||||
nameWithType: Action.CompletionType
|
||||
fullName: TinyLife.Actions.Action.CompletionType
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
nameWithType: CompletionType
|
||||
fullName: TinyLife.Actions.CompletionType
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
|
@ -1203,6 +1233,59 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: SetCreator(Person, Boolean)
|
||||
nameWithType: Furniture.SetCreator(Person, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
name: SetCreator
|
||||
nameWithType: Furniture.SetCreator
|
||||
fullName: TinyLife.Objects.Furniture.SetCreator
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2649,6 +2732,103 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
nameWithType: MapObject.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
name: GetEfficiencyModifier
|
||||
nameWithType: MapObject.GetEfficiencyModifier
|
||||
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
nameWithType: Person
|
||||
fullName: TinyLife.Objects.Person
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- 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: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
204
api/TinyLife.Objects.Vehicle.VehicleType.yml
Normal file
204
api/TinyLife.Objects.Vehicle.VehicleType.yml
Normal file
|
@ -0,0 +1,204 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Objects.Vehicle.VehicleType
|
||||
commentId: T:TinyLife.Objects.Vehicle.VehicleType
|
||||
id: Vehicle.VehicleType
|
||||
parent: TinyLife.Objects
|
||||
children:
|
||||
- TinyLife.Objects.Vehicle.VehicleType.Car
|
||||
- TinyLife.Objects.Vehicle.VehicleType.EScooter
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Vehicle.VehicleType
|
||||
nameWithType: Vehicle.VehicleType
|
||||
fullName: TinyLife.Objects.Vehicle.VehicleType
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Vehicle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: VehicleType
|
||||
path: Objects/Vehicle.cs
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA set of values for the game's default vehicle types, used by <xref href=\"TinyLife.Objects.Vehicle\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum VehicleType
|
||||
content.vb: Public Enum VehicleType
|
||||
extensionMethods:
|
||||
- TinyLife.Objects.Vehicle.VehicleType.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: TinyLife.Objects.Vehicle.VehicleType.Car
|
||||
commentId: F:TinyLife.Objects.Vehicle.VehicleType.Car
|
||||
id: Car
|
||||
parent: TinyLife.Objects.Vehicle.VehicleType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Car
|
||||
nameWithType: Vehicle.VehicleType.Car
|
||||
fullName: TinyLife.Objects.Vehicle.VehicleType.Car
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Vehicle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Car
|
||||
path: Objects/Vehicle.cs
|
||||
startLine: 129
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA car\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Car = 0
|
||||
return:
|
||||
type: TinyLife.Objects.Vehicle.VehicleType
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: TinyLife.Objects.Vehicle.VehicleType.EScooter
|
||||
commentId: F:TinyLife.Objects.Vehicle.VehicleType.EScooter
|
||||
id: EScooter
|
||||
parent: TinyLife.Objects.Vehicle.VehicleType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: EScooter
|
||||
nameWithType: Vehicle.VehicleType.EScooter
|
||||
fullName: TinyLife.Objects.Vehicle.VehicleType.EScooter
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Vehicle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EScooter
|
||||
path: Objects/Vehicle.cs
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAn e-scooter, used by children\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: EScooter = 1
|
||||
return:
|
||||
type: TinyLife.Objects.Vehicle.VehicleType
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: TinyLife.Objects.Vehicle
|
||||
commentId: T:TinyLife.Objects.Vehicle
|
||||
name: Vehicle
|
||||
nameWithType: Vehicle
|
||||
fullName: TinyLife.Objects.Vehicle
|
||||
- uid: TinyLife.Objects
|
||||
commentId: N:TinyLife.Objects
|
||||
name: TinyLife.Objects
|
||||
nameWithType: TinyLife.Objects
|
||||
fullName: TinyLife.Objects
|
||||
- uid: TinyLife.Objects.Vehicle.VehicleType.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<Vehicle.VehicleType>()
|
||||
nameWithType: Extensions.JsonCopy<Vehicle.VehicleType>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Vehicle.VehicleType>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of Vehicle.VehicleType)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Vehicle.VehicleType)()
|
||||
name.vb: JsonCopy(Of Vehicle.VehicleType)()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<Vehicle.VehicleType>
|
||||
nameWithType: Extensions.JsonCopy<Vehicle.VehicleType>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Vehicle.VehicleType>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of Vehicle.VehicleType)
|
||||
nameWithType: Extensions.JsonCopy(Of Vehicle.VehicleType)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Vehicle.VehicleType)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- 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.Objects.Vehicle.VehicleType
|
||||
commentId: T:TinyLife.Objects.Vehicle.VehicleType
|
||||
parent: TinyLife.Objects
|
||||
name: Vehicle.VehicleType
|
||||
nameWithType: Vehicle.VehicleType
|
||||
fullName: TinyLife.Objects.Vehicle.VehicleType
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue