mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
0.21.2
This commit is contained in:
parent
ca1f86bd87
commit
65d1a8a47b
20 changed files with 519 additions and 253 deletions
15
Changelog.md
15
Changelog.md
|
@ -1,10 +1,17 @@
|
||||||
# 0.21.1
|
# 0.21.2
|
||||||
|
|
||||||
> Small Fixes for the Two Year update
|
> Small Additions to the Two Year update
|
||||||
|
|
||||||
|
Improvements
|
||||||
|
- Display an on-screen keyboard for input fields when playing on the Steam Deck
|
||||||
|
- Added a padding to the wallpaper texture to reduce graphical issues with odd screen sizes
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
- Fixed public street lamps not working when updating an older map
|
- Fixed woodworking actions not saving and loading properly
|
||||||
- Fixed a crash when trying to start a woodworking action on an unfinished woodwork
|
- Fixed a rare crash with the "Ask to Taste" action
|
||||||
|
- Fixed in-game news being impossible to navigate to using a gamepad
|
||||||
|
- Fixed public street lamps not working when updating an older map (0.21.1)
|
||||||
|
- Fixed a crash when trying to start a woodworking action on an unfinished woodwork (0.21.1)
|
||||||
|
|
||||||
# 0.21.0
|
# 0.21.0
|
||||||
![](media/changelog/0.21.0.png)
|
![](media/changelog/0.21.0.png)
|
||||||
|
|
|
@ -2559,7 +2559,7 @@
|
||||||
"TinyLife.Utilities.TextureHandler.TopsTexture": "TinyLife.Utilities.TextureHandler.yml",
|
"TinyLife.Utilities.TextureHandler.TopsTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||||
"TinyLife.Utilities.TextureHandler.UiTexture": "TinyLife.Utilities.TextureHandler.yml",
|
"TinyLife.Utilities.TextureHandler.UiTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||||
"TinyLife.Utilities.TextureHandler.VehicleTexture": "TinyLife.Utilities.TextureHandler.yml",
|
"TinyLife.Utilities.TextureHandler.VehicleTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||||
"TinyLife.Utilities.TextureHandler.WallpaperTexture": "TinyLife.Utilities.TextureHandler.yml",
|
"TinyLife.Utilities.TextureHandler.WallpaperTextures": "TinyLife.Utilities.TextureHandler.yml",
|
||||||
"TinyLife.WallDisplay": "TinyLife.WallDisplay.yml",
|
"TinyLife.WallDisplay": "TinyLife.WallDisplay.yml",
|
||||||
"TinyLife.WallDisplay.Auto": "TinyLife.WallDisplay.yml",
|
"TinyLife.WallDisplay.Auto": "TinyLife.WallDisplay.yml",
|
||||||
"TinyLife.WallDisplay.Down": "TinyLife.WallDisplay.yml",
|
"TinyLife.WallDisplay.Down": "TinyLife.WallDisplay.yml",
|
||||||
|
@ -2910,7 +2910,7 @@
|
||||||
"TinyLife.World.Wall.Wallpapers": "TinyLife.World.Wall.yml",
|
"TinyLife.World.Wall.Wallpapers": "TinyLife.World.Wall.yml",
|
||||||
"TinyLife.World.WallMode": "TinyLife.World.WallMode.yml",
|
"TinyLife.World.WallMode": "TinyLife.World.WallMode.yml",
|
||||||
"TinyLife.World.WallMode.#ctor(MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point)": "TinyLife.World.WallMode.yml",
|
"TinyLife.World.WallMode.#ctor(MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point)": "TinyLife.World.WallMode.yml",
|
||||||
"TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{MLEM.Textures.UniformTextureAtlas})": "TinyLife.World.WallMode.yml",
|
"TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}})": "TinyLife.World.WallMode.yml",
|
||||||
"TinyLife.World.WallMode.Door": "TinyLife.World.WallMode.yml",
|
"TinyLife.World.WallMode.Door": "TinyLife.World.WallMode.yml",
|
||||||
"TinyLife.World.WallMode.Full": "TinyLife.World.WallMode.yml",
|
"TinyLife.World.WallMode.Full": "TinyLife.World.WallMode.yml",
|
||||||
"TinyLife.World.WallMode.LongWindow": "TinyLife.World.WallMode.yml",
|
"TinyLife.World.WallMode.LongWindow": "TinyLife.World.WallMode.yml",
|
||||||
|
@ -2924,7 +2924,7 @@
|
||||||
"TinyLife.World.WallMode.RoofGableInverse": "TinyLife.World.WallMode.yml",
|
"TinyLife.World.WallMode.RoofGableInverse": "TinyLife.World.WallMode.yml",
|
||||||
"TinyLife.World.WallMode.SmallWindow": "TinyLife.World.WallMode.yml",
|
"TinyLife.World.WallMode.SmallWindow": "TinyLife.World.WallMode.yml",
|
||||||
"TinyLife.World.Wallpaper": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,System.Int32[],TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[])": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Int32[],TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[])": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.BaseName": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.BaseName": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.Colors": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.Colors": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.ColorSchemes": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.ColorSchemes": "TinyLife.World.Wallpaper.yml",
|
||||||
|
@ -2935,6 +2935,6 @@
|
||||||
"TinyLife.World.Wallpaper.Icon": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.Icon": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.Name": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.Name": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.Price": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.Price": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.Wallpapers": "TinyLife.World.Wallpaper.yml"
|
"TinyLife.World.Wallpaper.Wallpapers": "TinyLife.World.Wallpaper.yml"
|
||||||
}
|
}
|
|
@ -25,7 +25,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameMode
|
id: GameMode
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 903
|
startLine: 906
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -60,7 +60,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Splash
|
id: Splash
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 906
|
startLine: 909
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -94,7 +94,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MainMenu
|
id: MainMenu
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 908
|
startLine: 911
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -128,7 +128,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SelectHousehold
|
id: SelectHousehold
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 910
|
startLine: 913
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -162,7 +162,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InGameHousehold
|
id: InGameHousehold
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 912
|
startLine: 915
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -196,7 +196,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BuildOnly
|
id: BuildOnly
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 914
|
startLine: 917
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -230,7 +230,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CharacterCreation
|
id: CharacterCreation
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 916
|
startLine: 919
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -811,7 +811,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LoadContent
|
id: LoadContent
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 232
|
startLine: 234
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -845,7 +845,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoUpdate
|
id: DoUpdate
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 377
|
startLine: 380
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -882,7 +882,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoDraw
|
id: DoDraw
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 568
|
startLine: 571
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -919,7 +919,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dispose
|
id: Dispose
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 609
|
startLine: 612
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -956,7 +956,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitializeDefaultUiStyle
|
id: InitializeDefaultUiStyle
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 623
|
startLine: 626
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -995,7 +995,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RotateCamera
|
id: RotateCamera
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 632
|
startLine: 635
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1031,7 +1031,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCursorOnUi
|
id: IsCursorOnUi
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 646
|
startLine: 649
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1066,7 +1066,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SwitchGameMode
|
id: SwitchGameMode
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 658
|
startLine: 661
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1102,7 +1102,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeExtremelyFast
|
id: CanBeExtremelyFast
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 732
|
startLine: 735
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1137,7 +1137,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanSwitchGameModes
|
id: CanSwitchGameModes
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 743
|
startLine: 746
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1172,7 +1172,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FadeKeyboardLighting
|
id: FadeKeyboardLighting
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 758
|
startLine: 761
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1208,7 +1208,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeScreenshot
|
id: TakeScreenshot
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 784
|
startLine: 787
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -240,7 +240,7 @@ items:
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Mods
|
namespace: TinyLife.Mods
|
||||||
summary: "\nAdd the content that this mod provides for the given <xref href=\"TinyLife.GameImpl\" data-throw-if-not-resolved=\"false\"></xref> instance. Some of the supported things to register are:\n<xref href=\"TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)\" data-throw-if-not-resolved=\"false\"></xref> to register furniture types,\n<xref href=\"TinyLife.Actions.ActionType.Register(TinyLife.Actions.ActionType.TypeSettings)\" data-throw-if-not-resolved=\"false\"></xref> to register action types,\n<xref href=\"TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)\" data-throw-if-not-resolved=\"false\"></xref> to register clothes (and hair),\n<xref href=\"TinyLife.Skills.SkillType.Register(TinyLife.Skills.SkillType)\" data-throw-if-not-resolved=\"false\"></xref> to register skills,\n<xref href=\"TinyLife.World.Wallpaper.Register(System.String%2cSystem.Int32%2cMLEM.Textures.UniformTextureAtlas%2cMicrosoft.Xna.Framework.Point%2cTinyLife.Utilities.ColorScheme%5b%5d%2cMLEM.Textures.TextureRegion%2cSystem.Int32%5b%5d%2cSystem.Type)\" data-throw-if-not-resolved=\"false\"></xref> to register wallpapers,\nNote that there are a lot of additional things that can be registered in this method.\n"
|
summary: "\nAdd the content that this mod provides for the given <xref href=\"TinyLife.GameImpl\" data-throw-if-not-resolved=\"false\"></xref> instance. Some of the supported things to register are:\n<xref href=\"TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)\" data-throw-if-not-resolved=\"false\"></xref> to register furniture types,\n<xref href=\"TinyLife.Actions.ActionType.Register(TinyLife.Actions.ActionType.TypeSettings)\" data-throw-if-not-resolved=\"false\"></xref> to register action types,\n<xref href=\"TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)\" data-throw-if-not-resolved=\"false\"></xref> to register clothes (and hair),\n<xref href=\"TinyLife.Skills.SkillType.Register(TinyLife.Skills.SkillType)\" data-throw-if-not-resolved=\"false\"></xref> to register skills,\n<xref href=\"TinyLife.World.Wallpaper.Register(System.String%2cSystem.Int32%2cSystem.Collections.Generic.Dictionary%7bMicrosoft.Xna.Framework.Point%2cMLEM.Textures.TextureRegion%7d%2cMicrosoft.Xna.Framework.Point%2cTinyLife.Utilities.ColorScheme%5b%5d%2cMLEM.Textures.TextureRegion%2cSystem.Int32%5b%5d%2cSystem.Type)\" data-throw-if-not-resolved=\"false\"></xref> to register wallpapers,\nNote that there are a lot of additional things that can be registered in this method.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public abstract void AddGameContent(GameImpl game, ModInfo info)
|
content: public abstract void AddGameContent(GameImpl game, ModInfo info)
|
||||||
|
@ -793,8 +793,8 @@ references:
|
||||||
- uid: TinyLife.Skills.SkillType.Register(TinyLife.Skills.SkillType)
|
- uid: TinyLife.Skills.SkillType.Register(TinyLife.Skills.SkillType)
|
||||||
commentId: M:TinyLife.Skills.SkillType.Register(TinyLife.Skills.SkillType)
|
commentId: M:TinyLife.Skills.SkillType.Register(TinyLife.Skills.SkillType)
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- uid: TinyLife.World.Wallpaper.Register(System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
- uid: TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
||||||
commentId: M:TinyLife.World.Wallpaper.Register(System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
commentId: M:TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- uid: TinyLife.Mods.Mod.AddGameContent*
|
- uid: TinyLife.Mods.Mod.AddGameContent*
|
||||||
commentId: Overload:TinyLife.Mods.Mod.AddGameContent
|
commentId: Overload:TinyLife.Mods.Mod.AddGameContent
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AgeGroup
|
id: AgeGroup
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2458
|
startLine: 2460
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -66,7 +66,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2466
|
startLine: 2468
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -100,7 +100,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Adult
|
id: Adult
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2472
|
startLine: 2474
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdateDelegate
|
id: ActionUpdateDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2354
|
startLine: 2356
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DeathReason
|
id: DeathReason
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2409
|
startLine: 2411
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -58,7 +58,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Starvation
|
id: Starvation
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2415
|
startLine: 2417
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -92,7 +92,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InexplicableReasons
|
id: InexplicableReasons
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2420
|
startLine: 2422
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -126,7 +126,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Electrocution
|
id: Electrocution
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2425
|
startLine: 2427
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooMuchProtein
|
id: TooMuchProtein
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2429
|
startLine: 2431
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EfficiencyModifierDelegate
|
id: EfficiencyModifierDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2339
|
startLine: 2341
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassiveActionPriorityDelegate
|
id: PassiveActionPriorityDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2349
|
startLine: 2351
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -29,7 +29,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pose
|
id: Pose
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2359
|
startLine: 2361
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -65,7 +65,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Standing
|
id: Standing
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2364
|
startLine: 2366
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -99,7 +99,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Walking
|
id: Walking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2368
|
startLine: 2370
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sitting
|
id: Sitting
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2372
|
startLine: 2374
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -167,7 +167,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Laying
|
id: Laying
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2377
|
startLine: 2379
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -201,7 +201,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SittingGround
|
id: SittingGround
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2382
|
startLine: 2384
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -235,7 +235,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingStanding
|
id: WorkingStanding
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2386
|
startLine: 2388
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -269,7 +269,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingSitting
|
id: WorkingSitting
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2390
|
startLine: 2392
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -303,7 +303,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingSittingGround
|
id: WorkingSittingGround
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2394
|
startLine: 2396
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -337,7 +337,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Running
|
id: Running
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2398
|
startLine: 2400
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -371,7 +371,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StandingArmsOut
|
id: StandingArmsOut
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2402
|
startLine: 2404
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WalkSpeedDelegate
|
id: WalkSpeedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2344
|
startLine: 2346
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -3541,7 +3541,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChangeFriendship
|
id: ChangeFriendship
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1028
|
startLine: 1030
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3580,7 +3580,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChangeRomance
|
id: ChangeRomance
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1072
|
startLine: 1074
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3619,7 +3619,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisplayEmote
|
id: DisplayEmote
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1096
|
startLine: 1098
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3661,7 +3661,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StopEmoting
|
id: StopEmoting
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1106
|
startLine: 1108
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3693,7 +3693,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Speak
|
id: Speak
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1117
|
startLine: 1119
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3735,7 +3735,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StopSpeaking
|
id: StopSpeaking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1127
|
startLine: 1129
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3767,7 +3767,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisplayEmoteAndSpeak
|
id: DisplayEmoteAndSpeak
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1144
|
startLine: 1146
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3812,7 +3812,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeTalkingSpots
|
id: GetFreeTalkingSpots
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1153
|
startLine: 1155
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3850,7 +3850,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OccupyActionSpot
|
id: OccupyActionSpot
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1171
|
startLine: 1173
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3898,7 +3898,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OccupyFreeActionSpot
|
id: OccupyFreeActionSpot
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1189
|
startLine: 1191
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3949,7 +3949,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OccupyFreeActionSpot
|
id: OccupyFreeActionSpot
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1206
|
startLine: 1208
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4000,7 +4000,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCloseForTalking
|
id: IsCloseForTalking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1217
|
startLine: 1219
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4039,7 +4039,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNeed
|
id: GetNeed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1229
|
startLine: 1231
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4078,7 +4078,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNeedPercentage
|
id: GetNeedPercentage
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1238
|
startLine: 1240
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4117,7 +4117,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RestoreNeed
|
id: RestoreNeed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1248
|
startLine: 1250
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4159,7 +4159,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RestoreNeed
|
id: RestoreNeed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1261
|
startLine: 1263
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4204,7 +4204,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSkillPercentage
|
id: GetSkillPercentage
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1272
|
startLine: 1274
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4243,7 +4243,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSkillLevel
|
id: GetSkillLevel
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1282
|
startLine: 1284
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4282,7 +4282,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasSkillLevel
|
id: HasSkillLevel
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1292
|
startLine: 1294
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4324,7 +4324,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GainSkill
|
id: GainSkill
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1304
|
startLine: 1306
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4369,7 +4369,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DepleteNeed
|
id: DepleteNeed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1320
|
startLine: 1322
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4411,7 +4411,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasPersonality
|
id: HasPersonality
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1330
|
startLine: 1332
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4450,7 +4450,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EnqueueAction
|
id: EnqueueAction
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1344
|
startLine: 1346
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4504,7 +4504,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CancelAction
|
id: CancelAction
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1379
|
startLine: 1381
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4549,7 +4549,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindPathAsync
|
id: FindPathAsync
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1399
|
startLine: 1401
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4600,7 +4600,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHeldObject
|
id: GetHeldObject
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1409
|
startLine: 1411
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4643,7 +4643,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetHeldObject
|
id: SetHeldObject
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1421
|
startLine: 1423
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4696,7 +4696,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetHeldObject
|
id: SetHeldObject
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1435
|
startLine: 1437
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4732,7 +4732,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHeldActionInfo
|
id: GetHeldActionInfo
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1448
|
startLine: 1450
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4767,7 +4767,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToCreatedByString
|
id: ToCreatedByString
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1456
|
startLine: 1458
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4802,7 +4802,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Die
|
id: Die
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1466
|
startLine: 1468
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4841,7 +4841,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddEmotion
|
id: AddEmotion
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1529
|
startLine: 1531
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4892,7 +4892,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveEmotion
|
id: RemoveEmotion
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1551
|
startLine: 1553
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4931,7 +4931,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LowerEmotion
|
id: LowerEmotion
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1572
|
startLine: 1574
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4976,7 +4976,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LowerEmotionModifier
|
id: LowerEmotionModifier
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1591
|
startLine: 1593
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5021,7 +5021,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasEmotionModifier
|
id: HasEmotionModifier
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1607
|
startLine: 1609
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5060,7 +5060,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetWalkSpeed
|
id: GetWalkSpeed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1616
|
startLine: 1618
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5095,7 +5095,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetEfficiencyModifier
|
id: GetEfficiencyModifier
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1640
|
startLine: 1642
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5143,7 +5143,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasHouseholdMember
|
id: HasHouseholdMember
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1682
|
startLine: 1684
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5182,7 +5182,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasHouseholdMember
|
id: HasHouseholdMember
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1687
|
startLine: 1689
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5220,7 +5220,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProjects
|
id: GetProjects
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1697
|
startLine: 1699
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5259,7 +5259,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProject
|
id: GetProject
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1707
|
startLine: 1709
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5301,7 +5301,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StartProject
|
id: StartProject
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1716
|
startLine: 1718
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5340,7 +5340,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPassiveActionPriority
|
id: GetPassiveActionPriority
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1728
|
startLine: 1730
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5379,7 +5379,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRandomOutfit
|
id: GetRandomOutfit
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1748
|
startLine: 1750
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5418,7 +5418,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetCurrentOutfit
|
id: SetCurrentOutfit
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1760
|
startLine: 1762
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5457,7 +5457,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetCurrentOutfit
|
id: SetCurrentOutfit
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1776
|
startLine: 1778
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5493,7 +5493,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetNewId
|
id: SetNewId
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1792
|
startLine: 1794
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5538,7 +5538,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsIdMatch
|
id: IsIdMatch
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1833
|
startLine: 1835
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5577,7 +5577,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsIdMatch
|
id: IsIdMatch
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1843
|
startLine: 1845
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5616,7 +5616,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPersonalitySkillBoost
|
id: GetPersonalitySkillBoost
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1853
|
startLine: 1855
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5655,7 +5655,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCurrentGoals
|
id: GetCurrentGoals
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1874
|
startLine: 1876
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5690,7 +5690,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EarnMoney
|
id: EarnMoney
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1890
|
startLine: 1892
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5729,7 +5729,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddMemory
|
id: AddMemory
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1902
|
startLine: 1904
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5777,7 +5777,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetMemories
|
id: GetMemories
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1915
|
startLine: 1917
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5816,7 +5816,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetTimeSinceMemory
|
id: GetTimeSinceMemory
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1925
|
startLine: 1927
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5855,7 +5855,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRandomSpeakSound
|
id: GetRandomSpeakSound
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2278
|
startLine: 2280
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -35,7 +35,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeakStyle
|
id: SpeakStyle
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2481
|
startLine: 2483
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -80,7 +80,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Affirmative
|
id: Affirmative
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2485
|
startLine: 2487
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -112,7 +112,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Angry
|
id: Angry
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2486
|
startLine: 2488
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -144,7 +144,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Annoyed
|
id: Annoyed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2487
|
startLine: 2489
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -176,7 +176,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Bored
|
id: Bored
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2488
|
startLine: 2490
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -208,7 +208,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Childish
|
id: Childish
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2489
|
startLine: 2491
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -240,7 +240,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Confident
|
id: Confident
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2490
|
startLine: 2492
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -272,7 +272,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Confused
|
id: Confused
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2491
|
startLine: 2493
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -304,7 +304,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Disagreeing
|
id: Disagreeing
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2492
|
startLine: 2494
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -336,7 +336,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Excited
|
id: Excited
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2493
|
startLine: 2495
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -368,7 +368,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Happy
|
id: Happy
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2494
|
startLine: 2496
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -400,7 +400,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Neutral
|
id: Neutral
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2495
|
startLine: 2497
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -432,7 +432,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Questioning
|
id: Questioning
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2496
|
startLine: 2498
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -464,7 +464,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sad
|
id: Sad
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2497
|
startLine: 2499
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -496,7 +496,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Scared
|
id: Scared
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2498
|
startLine: 2500
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -528,7 +528,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shocked
|
id: Shocked
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2499
|
startLine: 2501
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -560,7 +560,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Thinking
|
id: Thinking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2500
|
startLine: 2502
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VoiceStyle
|
id: VoiceStyle
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2509
|
startLine: 2511
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -57,7 +57,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Low
|
id: Low
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2512
|
startLine: 2514
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -89,7 +89,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: High
|
id: High
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2513
|
startLine: 2515
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -121,7 +121,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2514
|
startLine: 2516
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Set
|
id: Set
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 937
|
startLine: 940
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -57,7 +57,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Woodworking
|
id: Woodworking
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 943
|
startLine: 946
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -91,7 +91,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Workout
|
id: Workout
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 951
|
startLine: 954
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -125,7 +125,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChildClothes
|
id: ChildClothes
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 955
|
startLine: 958
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Menus
|
id: Menus
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 38
|
startLine: 37
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -65,7 +65,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Transition
|
id: Transition
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 60
|
startLine: 59
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -131,7 +131,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GamepadHint
|
id: GamepadHint
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 125
|
startLine: 124
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
- TinyLife.Utilities.TextureHandler.TopsTexture
|
- TinyLife.Utilities.TextureHandler.TopsTexture
|
||||||
- TinyLife.Utilities.TextureHandler.UiTexture
|
- TinyLife.Utilities.TextureHandler.UiTexture
|
||||||
- TinyLife.Utilities.TextureHandler.VehicleTexture
|
- TinyLife.Utilities.TextureHandler.VehicleTexture
|
||||||
- TinyLife.Utilities.TextureHandler.WallpaperTexture
|
- TinyLife.Utilities.TextureHandler.WallpaperTextures
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
|
@ -38,7 +38,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TextureHandler
|
id: TextureHandler
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 15
|
startLine: 16
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -82,7 +82,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TexturePacker
|
id: TexturePacker
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 18
|
startLine: 19
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -117,7 +117,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FurnitureTextures
|
id: FurnitureTextures
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 19
|
startLine: 20
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -134,35 +134,35 @@ items:
|
||||||
- Public
|
- Public
|
||||||
- Shared
|
- Shared
|
||||||
- ReadOnly
|
- ReadOnly
|
||||||
- uid: TinyLife.Utilities.TextureHandler.WallpaperTexture
|
- uid: TinyLife.Utilities.TextureHandler.WallpaperTextures
|
||||||
commentId: P:TinyLife.Utilities.TextureHandler.WallpaperTexture
|
commentId: P:TinyLife.Utilities.TextureHandler.WallpaperTextures
|
||||||
id: WallpaperTexture
|
id: WallpaperTextures
|
||||||
parent: TinyLife.Utilities.TextureHandler
|
parent: TinyLife.Utilities.TextureHandler
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: WallpaperTexture
|
name: WallpaperTextures
|
||||||
nameWithType: TextureHandler.WallpaperTexture
|
nameWithType: TextureHandler.WallpaperTextures
|
||||||
fullName: TinyLife.Utilities.TextureHandler.WallpaperTexture
|
fullName: TinyLife.Utilities.TextureHandler.WallpaperTextures
|
||||||
type: Property
|
type: Property
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Utilities/TextureHandler.cs
|
path: TinyLife/Utilities/TextureHandler.cs
|
||||||
branch: main
|
branch: main
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WallpaperTexture
|
id: WallpaperTextures
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 20
|
startLine: 21
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
syntax:
|
syntax:
|
||||||
content: public static UniformTextureAtlas WallpaperTexture { get; }
|
content: public static Dictionary<Point, TextureRegion> WallpaperTextures { get; }
|
||||||
parameters: []
|
parameters: []
|
||||||
return:
|
return:
|
||||||
type: MLEM.Textures.UniformTextureAtlas
|
type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
||||||
content.vb: Public Shared ReadOnly Property WallpaperTexture As UniformTextureAtlas
|
content.vb: Public Shared ReadOnly Property WallpaperTextures As Dictionary(Of Point, TextureRegion)
|
||||||
overload: TinyLife.Utilities.TextureHandler.WallpaperTexture*
|
overload: TinyLife.Utilities.TextureHandler.WallpaperTextures*
|
||||||
modifiers.csharp:
|
modifiers.csharp:
|
||||||
- public
|
- public
|
||||||
- static
|
- static
|
||||||
|
@ -189,7 +189,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PersonTexture
|
id: PersonTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 21
|
startLine: 22
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -226,7 +226,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HairsTexture
|
id: HairsTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 22
|
startLine: 23
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -263,7 +263,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TopsTexture
|
id: TopsTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 23
|
startLine: 24
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -300,7 +300,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PantsTexture
|
id: PantsTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 24
|
startLine: 25
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -337,7 +337,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShoesTexture
|
id: ShoesTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 25
|
startLine: 26
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -374,7 +374,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AccessoriesTexture
|
id: AccessoriesTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 26
|
startLine: 27
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -411,7 +411,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HeadAccessoriesTexture
|
id: HeadAccessoriesTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 27
|
startLine: 28
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -448,7 +448,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FaceAccessoriesTexture
|
id: FaceAccessoriesTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 28
|
startLine: 29
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -485,7 +485,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ArmAccessoriesTexture
|
id: ArmAccessoriesTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 29
|
startLine: 30
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -522,7 +522,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UiTexture
|
id: UiTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 30
|
startLine: 31
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -559,7 +559,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CursorTexture
|
id: CursorTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 31
|
startLine: 32
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -596,7 +596,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OpeningTexture
|
id: OpeningTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 32
|
startLine: 33
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -633,7 +633,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RoofTexture
|
id: RoofTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 33
|
startLine: 34
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -670,7 +670,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TileTexture
|
id: TileTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 34
|
startLine: 35
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -707,7 +707,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VehicleTexture
|
id: VehicleTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 35
|
startLine: 36
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -744,7 +744,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LightTexture
|
id: LightTexture
|
||||||
path: ../TinyLife/Utilities/TextureHandler.cs
|
path: ../TinyLife/Utilities/TextureHandler.cs
|
||||||
startLine: 36
|
startLine: 37
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Utilities
|
namespace: TinyLife.Utilities
|
||||||
|
@ -1163,11 +1163,127 @@ references:
|
||||||
name: System.Collections.Generic
|
name: System.Collections.Generic
|
||||||
nameWithType: System.Collections.Generic
|
nameWithType: System.Collections.Generic
|
||||||
fullName: System.Collections.Generic
|
fullName: System.Collections.Generic
|
||||||
- uid: TinyLife.Utilities.TextureHandler.WallpaperTexture*
|
- uid: TinyLife.Utilities.TextureHandler.WallpaperTextures*
|
||||||
commentId: Overload:TinyLife.Utilities.TextureHandler.WallpaperTexture
|
commentId: Overload:TinyLife.Utilities.TextureHandler.WallpaperTextures
|
||||||
name: WallpaperTexture
|
name: WallpaperTextures
|
||||||
nameWithType: TextureHandler.WallpaperTexture
|
nameWithType: TextureHandler.WallpaperTextures
|
||||||
fullName: TinyLife.Utilities.TextureHandler.WallpaperTexture
|
fullName: TinyLife.Utilities.TextureHandler.WallpaperTextures
|
||||||
|
- uid: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
||||||
|
commentId: T:System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
||||||
|
parent: System.Collections.Generic
|
||||||
|
definition: System.Collections.Generic.Dictionary`2
|
||||||
|
name: Dictionary<Point, TextureRegion>
|
||||||
|
nameWithType: Dictionary<Point, TextureRegion>
|
||||||
|
fullName: System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>
|
||||||
|
nameWithType.vb: Dictionary(Of Point, TextureRegion)
|
||||||
|
fullName.vb: System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion)
|
||||||
|
name.vb: Dictionary(Of Point, TextureRegion)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
|
name: Dictionary
|
||||||
|
nameWithType: Dictionary
|
||||||
|
fullName: System.Collections.Generic.Dictionary
|
||||||
|
isExternal: true
|
||||||
|
- name: <
|
||||||
|
nameWithType: <
|
||||||
|
fullName: <
|
||||||
|
- uid: Microsoft.Xna.Framework.Point
|
||||||
|
name: Point
|
||||||
|
nameWithType: Point
|
||||||
|
fullName: Microsoft.Xna.Framework.Point
|
||||||
|
isExternal: true
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- uid: MLEM.Textures.TextureRegion
|
||||||
|
name: TextureRegion
|
||||||
|
nameWithType: TextureRegion
|
||||||
|
fullName: MLEM.Textures.TextureRegion
|
||||||
|
isExternal: true
|
||||||
|
- name: '>'
|
||||||
|
nameWithType: '>'
|
||||||
|
fullName: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
|
name: Dictionary
|
||||||
|
nameWithType: Dictionary
|
||||||
|
fullName: System.Collections.Generic.Dictionary
|
||||||
|
isExternal: true
|
||||||
|
- name: '(Of '
|
||||||
|
nameWithType: '(Of '
|
||||||
|
fullName: '(Of '
|
||||||
|
- uid: Microsoft.Xna.Framework.Point
|
||||||
|
name: Point
|
||||||
|
nameWithType: Point
|
||||||
|
fullName: Microsoft.Xna.Framework.Point
|
||||||
|
isExternal: true
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- uid: MLEM.Textures.TextureRegion
|
||||||
|
name: TextureRegion
|
||||||
|
nameWithType: TextureRegion
|
||||||
|
fullName: MLEM.Textures.TextureRegion
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
|
commentId: T:System.Collections.Generic.Dictionary`2
|
||||||
|
isExternal: true
|
||||||
|
name: Dictionary<TKey, TValue>
|
||||||
|
nameWithType: Dictionary<TKey, TValue>
|
||||||
|
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
|
||||||
|
nameWithType.vb: Dictionary(Of TKey, TValue)
|
||||||
|
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
|
||||||
|
name.vb: Dictionary(Of TKey, TValue)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
|
name: Dictionary
|
||||||
|
nameWithType: Dictionary
|
||||||
|
fullName: System.Collections.Generic.Dictionary
|
||||||
|
isExternal: true
|
||||||
|
- name: <
|
||||||
|
nameWithType: <
|
||||||
|
fullName: <
|
||||||
|
- name: TKey
|
||||||
|
nameWithType: TKey
|
||||||
|
fullName: TKey
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- name: TValue
|
||||||
|
nameWithType: TValue
|
||||||
|
fullName: TValue
|
||||||
|
- name: '>'
|
||||||
|
nameWithType: '>'
|
||||||
|
fullName: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
|
name: Dictionary
|
||||||
|
nameWithType: Dictionary
|
||||||
|
fullName: System.Collections.Generic.Dictionary
|
||||||
|
isExternal: true
|
||||||
|
- name: '(Of '
|
||||||
|
nameWithType: '(Of '
|
||||||
|
fullName: '(Of '
|
||||||
|
- name: TKey
|
||||||
|
nameWithType: TKey
|
||||||
|
fullName: TKey
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- name: TValue
|
||||||
|
nameWithType: TValue
|
||||||
|
fullName: TValue
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
- uid: TinyLife.Utilities.TextureHandler.PersonTexture*
|
||||||
|
commentId: Overload:TinyLife.Utilities.TextureHandler.PersonTexture
|
||||||
|
name: PersonTexture
|
||||||
|
nameWithType: TextureHandler.PersonTexture
|
||||||
|
fullName: TinyLife.Utilities.TextureHandler.PersonTexture
|
||||||
- uid: MLEM.Textures.UniformTextureAtlas
|
- uid: MLEM.Textures.UniformTextureAtlas
|
||||||
commentId: T:MLEM.Textures.UniformTextureAtlas
|
commentId: T:MLEM.Textures.UniformTextureAtlas
|
||||||
parent: MLEM.Textures
|
parent: MLEM.Textures
|
||||||
|
@ -1181,11 +1297,6 @@ references:
|
||||||
name: MLEM.Textures
|
name: MLEM.Textures
|
||||||
nameWithType: MLEM.Textures
|
nameWithType: MLEM.Textures
|
||||||
fullName: MLEM.Textures
|
fullName: MLEM.Textures
|
||||||
- uid: TinyLife.Utilities.TextureHandler.PersonTexture*
|
|
||||||
commentId: Overload:TinyLife.Utilities.TextureHandler.PersonTexture
|
|
||||||
name: PersonTexture
|
|
||||||
nameWithType: TextureHandler.PersonTexture
|
|
||||||
fullName: TinyLife.Utilities.TextureHandler.PersonTexture
|
|
||||||
- uid: TinyLife.Utilities.TextureHandler.HairsTexture*
|
- uid: TinyLife.Utilities.TextureHandler.HairsTexture*
|
||||||
commentId: Overload:TinyLife.Utilities.TextureHandler.HairsTexture
|
commentId: Overload:TinyLife.Utilities.TextureHandler.HairsTexture
|
||||||
name: HairsTexture
|
name: HairsTexture
|
||||||
|
|
|
@ -6,7 +6,7 @@ items:
|
||||||
parent: TinyLife.World
|
parent: TinyLife.World
|
||||||
children:
|
children:
|
||||||
- TinyLife.World.WallMode.#ctor(MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point)
|
- TinyLife.World.WallMode.#ctor(MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point)
|
||||||
- TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{MLEM.Textures.UniformTextureAtlas})
|
- TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}})
|
||||||
- TinyLife.World.WallMode.Door
|
- TinyLife.World.WallMode.Door
|
||||||
- TinyLife.World.WallMode.Full
|
- TinyLife.World.WallMode.Full
|
||||||
- TinyLife.World.WallMode.LongWindow
|
- TinyLife.World.WallMode.LongWindow
|
||||||
|
@ -551,16 +551,16 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- Shared
|
- Shared
|
||||||
- uid: TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{MLEM.Textures.UniformTextureAtlas})
|
- uid: TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}})
|
||||||
commentId: M:TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{MLEM.Textures.UniformTextureAtlas})
|
commentId: M:TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}})
|
||||||
id: ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{MLEM.Textures.UniformTextureAtlas})
|
id: ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}})
|
||||||
parent: TinyLife.World.WallMode
|
parent: TinyLife.World.WallMode
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: ApplyMasks(Texture2D, Int32, Int32, RuntimeTexturePacker, Action<UniformTextureAtlas>)
|
name: ApplyMasks(Texture2D, Int32, Int32, RuntimeTexturePacker, Action<Dictionary<Point, TextureRegion>>)
|
||||||
nameWithType: WallMode.ApplyMasks(Texture2D, Int32, Int32, RuntimeTexturePacker, Action<UniformTextureAtlas>)
|
nameWithType: WallMode.ApplyMasks(Texture2D, Int32, Int32, RuntimeTexturePacker, Action<Dictionary<Point, TextureRegion>>)
|
||||||
fullName: TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D, System.Int32, System.Int32, MLEM.Data.RuntimeTexturePacker, System.Action<MLEM.Textures.UniformTextureAtlas>)
|
fullName: TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D, System.Int32, System.Int32, MLEM.Data.RuntimeTexturePacker, System.Action<System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>>)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -576,7 +576,7 @@ items:
|
||||||
summary: "\nApplies the game's predefined wallpaper maskings (based on <xref href=\"TinyLife.World.WallMode\" data-throw-if-not-resolved=\"false\"></xref>) to the given wallpaper texture.\nWhen adding custom <xref href=\"TinyLife.World.Wallpaper\" data-throw-if-not-resolved=\"false\"></xref> types, this method should be used.\n"
|
summary: "\nApplies the game's predefined wallpaper maskings (based on <xref href=\"TinyLife.World.WallMode\" data-throw-if-not-resolved=\"false\"></xref>) to the given wallpaper texture.\nWhen adding custom <xref href=\"TinyLife.World.Wallpaper\" data-throw-if-not-resolved=\"false\"></xref> types, this method should be used.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static UniformTextureAtlas ApplyMasks(Texture2D wallpapers, int regionAmountX, int regionAmountY, RuntimeTexturePacker packer = null, Action<UniformTextureAtlas> result = null)
|
content: public static UniformTextureAtlas ApplyMasks(Texture2D wallpapers, int regionAmountX, int regionAmountY, RuntimeTexturePacker packer = null, Action<Dictionary<Point, TextureRegion>> result = null)
|
||||||
parameters:
|
parameters:
|
||||||
- id: wallpapers
|
- id: wallpapers
|
||||||
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||||
|
@ -591,21 +591,21 @@ items:
|
||||||
type: MLEM.Data.RuntimeTexturePacker
|
type: MLEM.Data.RuntimeTexturePacker
|
||||||
description: The texture packer to pack the resulting texture with, or null to skip packing the texture
|
description: The texture packer to pack the resulting texture with, or null to skip packing the texture
|
||||||
- id: result
|
- id: result
|
||||||
type: System.Action{MLEM.Textures.UniformTextureAtlas}
|
type: System.Action{System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}}
|
||||||
description: A function that is called when the <code data-dev-comment-type="paramref" class="paramref">packer</code> packed the masked texture, which yields the resulting texture atlas
|
description: A function that is called when the <code data-dev-comment-type="paramref" class="paramref">packer</code> packed the masked texture, which yields the resulting texture atlas
|
||||||
return:
|
return:
|
||||||
type: MLEM.Textures.UniformTextureAtlas
|
type: MLEM.Textures.UniformTextureAtlas
|
||||||
content.vb: Public Shared Function ApplyMasks(wallpapers As Texture2D, regionAmountX As Integer, regionAmountY As Integer, packer As RuntimeTexturePacker = Nothing, result As Action(Of UniformTextureAtlas) = Nothing) As UniformTextureAtlas
|
content.vb: Public Shared Function ApplyMasks(wallpapers As Texture2D, regionAmountX As Integer, regionAmountY As Integer, packer As RuntimeTexturePacker = Nothing, result As Action(Of Dictionary(Of Point, TextureRegion)) = Nothing) As UniformTextureAtlas
|
||||||
overload: TinyLife.World.WallMode.ApplyMasks*
|
overload: TinyLife.World.WallMode.ApplyMasks*
|
||||||
nameWithType.vb: WallMode.ApplyMasks(Texture2D, Int32, Int32, RuntimeTexturePacker, Action(Of UniformTextureAtlas))
|
nameWithType.vb: WallMode.ApplyMasks(Texture2D, Int32, Int32, RuntimeTexturePacker, Action(Of Dictionary(Of Point, TextureRegion)))
|
||||||
modifiers.csharp:
|
modifiers.csharp:
|
||||||
- public
|
- public
|
||||||
- static
|
- static
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- Shared
|
- Shared
|
||||||
fullName.vb: TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D, System.Int32, System.Int32, MLEM.Data.RuntimeTexturePacker, System.Action(Of MLEM.Textures.UniformTextureAtlas))
|
fullName.vb: TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D, System.Int32, System.Int32, MLEM.Data.RuntimeTexturePacker, System.Action(Of System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion)))
|
||||||
name.vb: ApplyMasks(Texture2D, Int32, Int32, RuntimeTexturePacker, Action(Of UniformTextureAtlas))
|
name.vb: ApplyMasks(Texture2D, Int32, Int32, RuntimeTexturePacker, Action(Of Dictionary(Of Point, TextureRegion)))
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife.World.Wall
|
- uid: TinyLife.World.Wall
|
||||||
commentId: T:TinyLife.World.Wall
|
commentId: T:TinyLife.World.Wall
|
||||||
|
@ -1195,16 +1195,16 @@ references:
|
||||||
name: RuntimeTexturePacker
|
name: RuntimeTexturePacker
|
||||||
nameWithType: RuntimeTexturePacker
|
nameWithType: RuntimeTexturePacker
|
||||||
fullName: MLEM.Data.RuntimeTexturePacker
|
fullName: MLEM.Data.RuntimeTexturePacker
|
||||||
- uid: System.Action{MLEM.Textures.UniformTextureAtlas}
|
- uid: System.Action{System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}}
|
||||||
commentId: T:System.Action{MLEM.Textures.UniformTextureAtlas}
|
commentId: T:System.Action{System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}}
|
||||||
parent: System
|
parent: System
|
||||||
definition: System.Action`1
|
definition: System.Action`1
|
||||||
name: Action<UniformTextureAtlas>
|
name: Action<Dictionary<Point, TextureRegion>>
|
||||||
nameWithType: Action<UniformTextureAtlas>
|
nameWithType: Action<Dictionary<Point, TextureRegion>>
|
||||||
fullName: System.Action<MLEM.Textures.UniformTextureAtlas>
|
fullName: System.Action<System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>>
|
||||||
nameWithType.vb: Action(Of UniformTextureAtlas)
|
nameWithType.vb: Action(Of Dictionary(Of Point, TextureRegion))
|
||||||
fullName.vb: System.Action(Of MLEM.Textures.UniformTextureAtlas)
|
fullName.vb: System.Action(Of System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion))
|
||||||
name.vb: Action(Of UniformTextureAtlas)
|
name.vb: Action(Of Dictionary(Of Point, TextureRegion))
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: System.Action`1
|
- uid: System.Action`1
|
||||||
name: Action
|
name: Action
|
||||||
|
@ -1214,11 +1214,30 @@ references:
|
||||||
- name: <
|
- name: <
|
||||||
nameWithType: <
|
nameWithType: <
|
||||||
fullName: <
|
fullName: <
|
||||||
- uid: MLEM.Textures.UniformTextureAtlas
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
name: UniformTextureAtlas
|
name: Dictionary
|
||||||
nameWithType: UniformTextureAtlas
|
nameWithType: Dictionary
|
||||||
fullName: MLEM.Textures.UniformTextureAtlas
|
fullName: System.Collections.Generic.Dictionary
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: <
|
||||||
|
nameWithType: <
|
||||||
|
fullName: <
|
||||||
|
- uid: Microsoft.Xna.Framework.Point
|
||||||
|
name: Point
|
||||||
|
nameWithType: Point
|
||||||
|
fullName: Microsoft.Xna.Framework.Point
|
||||||
|
isExternal: true
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- uid: MLEM.Textures.TextureRegion
|
||||||
|
name: TextureRegion
|
||||||
|
nameWithType: TextureRegion
|
||||||
|
fullName: MLEM.Textures.TextureRegion
|
||||||
|
isExternal: true
|
||||||
|
- name: '>'
|
||||||
|
nameWithType: '>'
|
||||||
|
fullName: '>'
|
||||||
- name: '>'
|
- name: '>'
|
||||||
nameWithType: '>'
|
nameWithType: '>'
|
||||||
fullName: '>'
|
fullName: '>'
|
||||||
|
@ -1231,11 +1250,30 @@ references:
|
||||||
- name: '(Of '
|
- name: '(Of '
|
||||||
nameWithType: '(Of '
|
nameWithType: '(Of '
|
||||||
fullName: '(Of '
|
fullName: '(Of '
|
||||||
- uid: MLEM.Textures.UniformTextureAtlas
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
name: UniformTextureAtlas
|
name: Dictionary
|
||||||
nameWithType: UniformTextureAtlas
|
nameWithType: Dictionary
|
||||||
fullName: MLEM.Textures.UniformTextureAtlas
|
fullName: System.Collections.Generic.Dictionary
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: '(Of '
|
||||||
|
nameWithType: '(Of '
|
||||||
|
fullName: '(Of '
|
||||||
|
- uid: Microsoft.Xna.Framework.Point
|
||||||
|
name: Point
|
||||||
|
nameWithType: Point
|
||||||
|
fullName: Microsoft.Xna.Framework.Point
|
||||||
|
isExternal: true
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- uid: MLEM.Textures.TextureRegion
|
||||||
|
name: TextureRegion
|
||||||
|
nameWithType: TextureRegion
|
||||||
|
fullName: MLEM.Textures.TextureRegion
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
|
|
@ -5,7 +5,7 @@ items:
|
||||||
id: Wallpaper
|
id: Wallpaper
|
||||||
parent: TinyLife.World
|
parent: TinyLife.World
|
||||||
children:
|
children:
|
||||||
- TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,System.Int32[],TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[])
|
- TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Int32[],TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[])
|
||||||
- TinyLife.World.Wallpaper.BaseName
|
- TinyLife.World.Wallpaper.BaseName
|
||||||
- TinyLife.World.Wallpaper.Colors
|
- TinyLife.World.Wallpaper.Colors
|
||||||
- TinyLife.World.Wallpaper.ColorSchemes
|
- TinyLife.World.Wallpaper.ColorSchemes
|
||||||
|
@ -16,7 +16,7 @@ items:
|
||||||
- TinyLife.World.Wallpaper.Icon
|
- TinyLife.World.Wallpaper.Icon
|
||||||
- TinyLife.World.Wallpaper.Name
|
- TinyLife.World.Wallpaper.Name
|
||||||
- TinyLife.World.Wallpaper.Price
|
- TinyLife.World.Wallpaper.Price
|
||||||
- TinyLife.World.Wallpaper.Register(System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
- TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
||||||
- TinyLife.World.Wallpaper.Wallpapers
|
- TinyLife.World.Wallpaper.Wallpapers
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
|
@ -36,7 +36,7 @@ items:
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
summary: "\nA wallpaper is a single-instanced object that can be attached to a <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref>, which makes the wall render a different texture.\nTo register custom wallpapers, use <xref href=\"TinyLife.World.Wallpaper.Register(System.String%2cSystem.Int32%2cMLEM.Textures.UniformTextureAtlas%2cMicrosoft.Xna.Framework.Point%2cTinyLife.Utilities.ColorScheme%5b%5d%2cMLEM.Textures.TextureRegion%2cSystem.Int32%5b%5d%2cSystem.Type)\" data-throw-if-not-resolved=\"false\"></xref>. Note that registered wallpapers need to use a texture generated by <xref href=\"TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D%2cSystem.Int32%2cSystem.Int32%2cMLEM.Data.RuntimeTexturePacker%2cSystem.Action%7bMLEM.Textures.UniformTextureAtlas%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
summary: "\nA wallpaper is a single-instanced object that can be attached to a <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref>, which makes the wall render a different texture.\nTo register custom wallpapers, use <xref href=\"TinyLife.World.Wallpaper.Register(System.String%2cSystem.Int32%2cSystem.Collections.Generic.Dictionary%7bMicrosoft.Xna.Framework.Point%2cMLEM.Textures.TextureRegion%7d%2cMicrosoft.Xna.Framework.Point%2cTinyLife.Utilities.ColorScheme%5b%5d%2cMLEM.Textures.TextureRegion%2cSystem.Int32%5b%5d%2cSystem.Type)\" data-throw-if-not-resolved=\"false\"></xref>. Note that registered wallpapers need to use a texture generated by <xref href=\"TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D%2cSystem.Int32%2cSystem.Int32%2cMLEM.Data.RuntimeTexturePacker%2cSystem.Action%7bSystem.Collections.Generic.Dictionary%7bMicrosoft.Xna.Framework.Point%2cMLEM.Textures.TextureRegion%7d%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: >-
|
content: >-
|
||||||
|
@ -90,7 +90,7 @@ items:
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
summary: "\nThe registry for all <xref href=\"TinyLife.World.Wallpaper\" data-throw-if-not-resolved=\"false\"></xref> objects in the game and mods.\nUse <xref href=\"TinyLife.World.Wallpaper.Register(System.String%2cSystem.Int32%2cMLEM.Textures.UniformTextureAtlas%2cMicrosoft.Xna.Framework.Point%2cTinyLife.Utilities.ColorScheme%5b%5d%2cMLEM.Textures.TextureRegion%2cSystem.Int32%5b%5d%2cSystem.Type)\" data-throw-if-not-resolved=\"false\"></xref> to register custom wallpapers.\n"
|
summary: "\nThe registry for all <xref href=\"TinyLife.World.Wallpaper\" data-throw-if-not-resolved=\"false\"></xref> objects in the game and mods.\nUse <xref href=\"TinyLife.World.Wallpaper.Register(System.String%2cSystem.Int32%2cSystem.Collections.Generic.Dictionary%7bMicrosoft.Xna.Framework.Point%2cMLEM.Textures.TextureRegion%7d%2cMicrosoft.Xna.Framework.Point%2cTinyLife.Utilities.ColorScheme%5b%5d%2cMLEM.Textures.TextureRegion%2cSystem.Int32%5b%5d%2cSystem.Type)\" data-throw-if-not-resolved=\"false\"></xref> to register custom wallpapers.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static readonly ReadOnlyDictionary<string, Wallpaper[]> Wallpapers
|
content: public static readonly ReadOnlyDictionary<string, Wallpaper[]> Wallpapers
|
||||||
|
@ -350,16 +350,16 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- ReadOnly
|
- ReadOnly
|
||||||
- uid: TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,System.Int32[],TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[])
|
- uid: TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Int32[],TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[])
|
||||||
commentId: M:TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,System.Int32[],TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[])
|
commentId: M:TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Int32[],TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[])
|
||||||
id: '#ctor(System.String,System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,System.Int32[],TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[])'
|
id: '#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Int32[],TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[])'
|
||||||
parent: TinyLife.World.Wallpaper
|
parent: TinyLife.World.Wallpaper
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Wallpaper(String, String, Int32, UniformTextureAtlas, Point, Int32[], ColorScheme[], TextureRegion, Int32[])
|
name: Wallpaper(String, String, Int32, Dictionary<Point, TextureRegion>, Point, Int32[], ColorScheme[], TextureRegion, Int32[])
|
||||||
nameWithType: Wallpaper.Wallpaper(String, String, Int32, UniformTextureAtlas, Point, Int32[], ColorScheme[], TextureRegion, Int32[])
|
nameWithType: Wallpaper.Wallpaper(String, String, Int32, Dictionary<Point, TextureRegion>, Point, Int32[], ColorScheme[], TextureRegion, Int32[])
|
||||||
fullName: TinyLife.World.Wallpaper.Wallpaper(System.String, System.String, System.Int32, MLEM.Textures.UniformTextureAtlas, Microsoft.Xna.Framework.Point, System.Int32[], TinyLife.Utilities.ColorScheme[], MLEM.Textures.TextureRegion, System.Int32[])
|
fullName: TinyLife.World.Wallpaper.Wallpaper(System.String, System.String, System.Int32, System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, Microsoft.Xna.Framework.Point, System.Int32[], TinyLife.Utilities.ColorScheme[], MLEM.Textures.TextureRegion, System.Int32[])
|
||||||
type: Constructor
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -372,10 +372,10 @@ items:
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
summary: "\nCreates a new wallpaper with the given settings.\nTo create an instance of a custom wallpaper class, use <xref href=\"TinyLife.World.Wallpaper.Register(System.String%2cSystem.Int32%2cMLEM.Textures.UniformTextureAtlas%2cMicrosoft.Xna.Framework.Point%2cTinyLife.Utilities.ColorScheme%5b%5d%2cMLEM.Textures.TextureRegion%2cSystem.Int32%5b%5d%2cSystem.Type)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
summary: "\nCreates a new wallpaper with the given settings.\nTo create an instance of a custom wallpaper class, use <xref href=\"TinyLife.World.Wallpaper.Register(System.String%2cSystem.Int32%2cSystem.Collections.Generic.Dictionary%7bMicrosoft.Xna.Framework.Point%2cMLEM.Textures.TextureRegion%7d%2cMicrosoft.Xna.Framework.Point%2cTinyLife.Utilities.ColorScheme%5b%5d%2cMLEM.Textures.TextureRegion%2cSystem.Int32%5b%5d%2cSystem.Type)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: protected Wallpaper(string baseName, string name, int price, UniformTextureAtlas texture, Point textureRegion, int[] colors, ColorScheme[] colorSchemes, TextureRegion icon, int[] defaultColors)
|
content: protected Wallpaper(string baseName, string name, int price, Dictionary<Point, TextureRegion> textures, Point textureRegion, int[] colors, ColorScheme[] colorSchemes, TextureRegion icon, int[] defaultColors)
|
||||||
parameters:
|
parameters:
|
||||||
- id: baseName
|
- id: baseName
|
||||||
type: System.String
|
type: System.String
|
||||||
|
@ -383,8 +383,8 @@ items:
|
||||||
type: System.String
|
type: System.String
|
||||||
- id: price
|
- id: price
|
||||||
type: System.Int32
|
type: System.Int32
|
||||||
- id: texture
|
- id: textures
|
||||||
type: MLEM.Textures.UniformTextureAtlas
|
type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
||||||
- id: textureRegion
|
- id: textureRegion
|
||||||
type: Microsoft.Xna.Framework.Point
|
type: Microsoft.Xna.Framework.Point
|
||||||
- id: colors
|
- id: colors
|
||||||
|
@ -395,15 +395,15 @@ items:
|
||||||
type: MLEM.Textures.TextureRegion
|
type: MLEM.Textures.TextureRegion
|
||||||
- id: defaultColors
|
- id: defaultColors
|
||||||
type: System.Int32[]
|
type: System.Int32[]
|
||||||
content.vb: Protected Sub New(baseName As String, name As String, price As Integer, texture As UniformTextureAtlas, textureRegion As Point, colors As Integer(), colorSchemes As ColorScheme(), icon As TextureRegion, defaultColors As Integer())
|
content.vb: Protected Sub New(baseName As String, name As String, price As Integer, textures As Dictionary(Of Point, TextureRegion), textureRegion As Point, colors As Integer(), colorSchemes As ColorScheme(), icon As TextureRegion, defaultColors As Integer())
|
||||||
overload: TinyLife.World.Wallpaper.#ctor*
|
overload: TinyLife.World.Wallpaper.#ctor*
|
||||||
nameWithType.vb: Wallpaper.Wallpaper(String, String, Int32, UniformTextureAtlas, Point, Int32(), ColorScheme(), TextureRegion, Int32())
|
nameWithType.vb: Wallpaper.Wallpaper(String, String, Int32, Dictionary(Of Point, TextureRegion), Point, Int32(), ColorScheme(), TextureRegion, Int32())
|
||||||
modifiers.csharp:
|
modifiers.csharp:
|
||||||
- protected
|
- protected
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Protected
|
- Protected
|
||||||
fullName.vb: TinyLife.World.Wallpaper.Wallpaper(System.String, System.String, System.Int32, MLEM.Textures.UniformTextureAtlas, Microsoft.Xna.Framework.Point, System.Int32(), TinyLife.Utilities.ColorScheme(), MLEM.Textures.TextureRegion, System.Int32())
|
fullName.vb: TinyLife.World.Wallpaper.Wallpaper(System.String, System.String, System.Int32, System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, System.Int32(), TinyLife.Utilities.ColorScheme(), MLEM.Textures.TextureRegion, System.Int32())
|
||||||
name.vb: Wallpaper(String, String, Int32, UniformTextureAtlas, Point, Int32(), ColorScheme(), TextureRegion, Int32())
|
name.vb: Wallpaper(String, String, Int32, Dictionary(Of Point, TextureRegion), Point, Int32(), ColorScheme(), TextureRegion, Int32())
|
||||||
- uid: TinyLife.World.Wallpaper.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Single,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Color})
|
- uid: TinyLife.World.Wallpaper.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Single,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||||
commentId: M:TinyLife.World.Wallpaper.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Single,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Color})
|
commentId: M:TinyLife.World.Wallpaper.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Single,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||||
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Single,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Color})
|
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Single,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||||
|
@ -558,16 +558,16 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- Overridable
|
- Overridable
|
||||||
- uid: TinyLife.World.Wallpaper.Register(System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
- uid: TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
||||||
commentId: M:TinyLife.World.Wallpaper.Register(System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
commentId: M:TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
||||||
id: Register(System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
id: Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
||||||
parent: TinyLife.World.Wallpaper
|
parent: TinyLife.World.Wallpaper
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Register(String, Int32, UniformTextureAtlas, Point, ColorScheme[], TextureRegion, Int32[], Type)
|
name: Register(String, Int32, Dictionary<Point, TextureRegion>, Point, ColorScheme[], TextureRegion, Int32[], Type)
|
||||||
nameWithType: Wallpaper.Register(String, Int32, UniformTextureAtlas, Point, ColorScheme[], TextureRegion, Int32[], Type)
|
nameWithType: Wallpaper.Register(String, Int32, Dictionary<Point, TextureRegion>, Point, ColorScheme[], TextureRegion, Int32[], Type)
|
||||||
fullName: TinyLife.World.Wallpaper.Register(System.String, System.Int32, MLEM.Textures.UniformTextureAtlas, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme[], MLEM.Textures.TextureRegion, System.Int32[], System.Type)
|
fullName: TinyLife.World.Wallpaper.Register(System.String, System.Int32, System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme[], MLEM.Textures.TextureRegion, System.Int32[], System.Type)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -580,10 +580,10 @@ items:
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
summary: "\nCreates and registers a new wallpaper with the given settings.\nNote that the <code data-dev-comment-type=\"paramref\" class=\"paramref\">texture</code> should be one generated using <xref href=\"TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D%2cSystem.Int32%2cSystem.Int32%2cMLEM.Data.RuntimeTexturePacker%2cSystem.Action%7bMLEM.Textures.UniformTextureAtlas%7d)\" data-throw-if-not-resolved=\"false\"></xref>, as otherwise, graphical issues will occur.\n"
|
summary: "\nCreates and registers a new wallpaper with the given settings.\nNote that the <code data-dev-comment-type=\"paramref\" class=\"paramref\">textures</code> should be one generated using <xref href=\"TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D%2cSystem.Int32%2cSystem.Int32%2cMLEM.Data.RuntimeTexturePacker%2cSystem.Action%7bSystem.Collections.Generic.Dictionary%7bMicrosoft.Xna.Framework.Point%2cMLEM.Textures.TextureRegion%7d%7d)\" data-throw-if-not-resolved=\"false\"></xref>, as otherwise, graphical issues will occur.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static void Register(string name, int price, UniformTextureAtlas texture, Point textureRegion, ColorScheme[] colors, TextureRegion icon = null, int[] defaultColors = null, Type constructedType = null)
|
content: public static void Register(string name, int price, Dictionary<Point, TextureRegion> textures, Point textureRegion, ColorScheme[] colors, TextureRegion icon = null, int[] defaultColors = null, Type constructedType = null)
|
||||||
parameters:
|
parameters:
|
||||||
- id: name
|
- id: name
|
||||||
type: System.String
|
type: System.String
|
||||||
|
@ -591,9 +591,9 @@ items:
|
||||||
- id: price
|
- id: price
|
||||||
type: System.Int32
|
type: System.Int32
|
||||||
description: The price of a single wallpaper of this type
|
description: The price of a single wallpaper of this type
|
||||||
- id: texture
|
- id: textures
|
||||||
type: MLEM.Textures.UniformTextureAtlas
|
type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
||||||
description: The texture that this wallpaper should use. This needs to have been generated using <xref href="TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D%2cSystem.Int32%2cSystem.Int32%2cMLEM.Data.RuntimeTexturePacker%2cSystem.Action%7bMLEM.Textures.UniformTextureAtlas%7d)" data-throw-if-not-resolved="false"></xref>.
|
description: The texture that this wallpaper should use. This needs to have been generated using <xref href="TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D%2cSystem.Int32%2cSystem.Int32%2cMLEM.Data.RuntimeTexturePacker%2cSystem.Action%7bSystem.Collections.Generic.Dictionary%7bMicrosoft.Xna.Framework.Point%2cMLEM.Textures.TextureRegion%7d%7d)" data-throw-if-not-resolved="false"></xref>.
|
||||||
- id: textureRegion
|
- id: textureRegion
|
||||||
type: Microsoft.Xna.Framework.Point
|
type: Microsoft.Xna.Framework.Point
|
||||||
description: The top left texture region of this wallpaper (on the original texture, not the mask)
|
description: The top left texture region of this wallpaper (on the original texture, not the mask)
|
||||||
|
@ -609,17 +609,17 @@ items:
|
||||||
- id: constructedType
|
- id: constructedType
|
||||||
type: System.Type
|
type: System.Type
|
||||||
description: The <xref href="System.Type" data-throw-if-not-resolved="false"></xref> that should be constructed to create this wallpaper. Defaults to <xref href="TinyLife.World.Wallpaper" data-throw-if-not-resolved="false"></xref>.
|
description: The <xref href="System.Type" data-throw-if-not-resolved="false"></xref> that should be constructed to create this wallpaper. Defaults to <xref href="TinyLife.World.Wallpaper" data-throw-if-not-resolved="false"></xref>.
|
||||||
content.vb: Public Shared Sub Register(name As String, price As Integer, texture As UniformTextureAtlas, textureRegion As Point, colors As ColorScheme(), icon As TextureRegion = Nothing, defaultColors As Integer() = Nothing, constructedType As Type = Nothing)
|
content.vb: Public Shared Sub Register(name As String, price As Integer, textures As Dictionary(Of Point, TextureRegion), textureRegion As Point, colors As ColorScheme(), icon As TextureRegion = Nothing, defaultColors As Integer() = Nothing, constructedType As Type = Nothing)
|
||||||
overload: TinyLife.World.Wallpaper.Register*
|
overload: TinyLife.World.Wallpaper.Register*
|
||||||
nameWithType.vb: Wallpaper.Register(String, Int32, UniformTextureAtlas, Point, ColorScheme(), TextureRegion, Int32(), Type)
|
nameWithType.vb: Wallpaper.Register(String, Int32, Dictionary(Of Point, TextureRegion), Point, ColorScheme(), TextureRegion, Int32(), Type)
|
||||||
modifiers.csharp:
|
modifiers.csharp:
|
||||||
- public
|
- public
|
||||||
- static
|
- static
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- Shared
|
- Shared
|
||||||
fullName.vb: TinyLife.World.Wallpaper.Register(System.String, System.Int32, MLEM.Textures.UniformTextureAtlas, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme(), MLEM.Textures.TextureRegion, System.Int32(), System.Type)
|
fullName.vb: TinyLife.World.Wallpaper.Register(System.String, System.Int32, System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme(), MLEM.Textures.TextureRegion, System.Int32(), System.Type)
|
||||||
name.vb: Register(String, Int32, UniformTextureAtlas, Point, ColorScheme(), TextureRegion, Int32(), Type)
|
name.vb: Register(String, Int32, Dictionary(Of Point, TextureRegion), Point, ColorScheme(), TextureRegion, Int32(), Type)
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife.World.Wall
|
- uid: TinyLife.World.Wall
|
||||||
commentId: T:TinyLife.World.Wall
|
commentId: T:TinyLife.World.Wall
|
||||||
|
@ -627,11 +627,11 @@ references:
|
||||||
name: Wall
|
name: Wall
|
||||||
nameWithType: Wall
|
nameWithType: Wall
|
||||||
fullName: TinyLife.World.Wall
|
fullName: TinyLife.World.Wall
|
||||||
- uid: TinyLife.World.Wallpaper.Register(System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
- uid: TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
||||||
commentId: M:TinyLife.World.Wallpaper.Register(System.String,System.Int32,MLEM.Textures.UniformTextureAtlas,Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
commentId: M:TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- uid: TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{MLEM.Textures.UniformTextureAtlas})
|
- uid: TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}})
|
||||||
commentId: M:TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{MLEM.Textures.UniformTextureAtlas})
|
commentId: M:TinyLife.World.WallMode.ApplyMasks(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,MLEM.Data.RuntimeTexturePacker,System.Action{System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}})
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- uid: TinyLife.World
|
- uid: TinyLife.World
|
||||||
commentId: N:TinyLife.World
|
commentId: N:TinyLife.World
|
||||||
|
@ -1242,13 +1242,66 @@ references:
|
||||||
name: Wallpaper
|
name: Wallpaper
|
||||||
nameWithType: Wallpaper.Wallpaper
|
nameWithType: Wallpaper.Wallpaper
|
||||||
fullName: TinyLife.World.Wallpaper.Wallpaper
|
fullName: TinyLife.World.Wallpaper.Wallpaper
|
||||||
- uid: MLEM.Textures.UniformTextureAtlas
|
- uid: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
||||||
commentId: T:MLEM.Textures.UniformTextureAtlas
|
commentId: T:System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
||||||
parent: MLEM.Textures
|
parent: System.Collections.Generic
|
||||||
isExternal: true
|
definition: System.Collections.Generic.Dictionary`2
|
||||||
name: UniformTextureAtlas
|
name: Dictionary<Point, TextureRegion>
|
||||||
nameWithType: UniformTextureAtlas
|
nameWithType: Dictionary<Point, TextureRegion>
|
||||||
fullName: MLEM.Textures.UniformTextureAtlas
|
fullName: System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>
|
||||||
|
nameWithType.vb: Dictionary(Of Point, TextureRegion)
|
||||||
|
fullName.vb: System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion)
|
||||||
|
name.vb: Dictionary(Of Point, TextureRegion)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
|
name: Dictionary
|
||||||
|
nameWithType: Dictionary
|
||||||
|
fullName: System.Collections.Generic.Dictionary
|
||||||
|
isExternal: true
|
||||||
|
- name: <
|
||||||
|
nameWithType: <
|
||||||
|
fullName: <
|
||||||
|
- uid: Microsoft.Xna.Framework.Point
|
||||||
|
name: Point
|
||||||
|
nameWithType: Point
|
||||||
|
fullName: Microsoft.Xna.Framework.Point
|
||||||
|
isExternal: true
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- uid: MLEM.Textures.TextureRegion
|
||||||
|
name: TextureRegion
|
||||||
|
nameWithType: TextureRegion
|
||||||
|
fullName: MLEM.Textures.TextureRegion
|
||||||
|
isExternal: true
|
||||||
|
- name: '>'
|
||||||
|
nameWithType: '>'
|
||||||
|
fullName: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
|
name: Dictionary
|
||||||
|
nameWithType: Dictionary
|
||||||
|
fullName: System.Collections.Generic.Dictionary
|
||||||
|
isExternal: true
|
||||||
|
- name: '(Of '
|
||||||
|
nameWithType: '(Of '
|
||||||
|
fullName: '(Of '
|
||||||
|
- uid: Microsoft.Xna.Framework.Point
|
||||||
|
name: Point
|
||||||
|
nameWithType: Point
|
||||||
|
fullName: Microsoft.Xna.Framework.Point
|
||||||
|
isExternal: true
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- uid: MLEM.Textures.TextureRegion
|
||||||
|
name: TextureRegion
|
||||||
|
nameWithType: TextureRegion
|
||||||
|
fullName: MLEM.Textures.TextureRegion
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: Microsoft.Xna.Framework.Point
|
- uid: Microsoft.Xna.Framework.Point
|
||||||
commentId: T:Microsoft.Xna.Framework.Point
|
commentId: T:Microsoft.Xna.Framework.Point
|
||||||
parent: Microsoft.Xna.Framework
|
parent: Microsoft.Xna.Framework
|
||||||
|
@ -1256,6 +1309,63 @@ references:
|
||||||
name: Point
|
name: Point
|
||||||
nameWithType: Point
|
nameWithType: Point
|
||||||
fullName: Microsoft.Xna.Framework.Point
|
fullName: Microsoft.Xna.Framework.Point
|
||||||
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
|
commentId: T:System.Collections.Generic.Dictionary`2
|
||||||
|
isExternal: true
|
||||||
|
name: Dictionary<TKey, TValue>
|
||||||
|
nameWithType: Dictionary<TKey, TValue>
|
||||||
|
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
|
||||||
|
nameWithType.vb: Dictionary(Of TKey, TValue)
|
||||||
|
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
|
||||||
|
name.vb: Dictionary(Of TKey, TValue)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
|
name: Dictionary
|
||||||
|
nameWithType: Dictionary
|
||||||
|
fullName: System.Collections.Generic.Dictionary
|
||||||
|
isExternal: true
|
||||||
|
- name: <
|
||||||
|
nameWithType: <
|
||||||
|
fullName: <
|
||||||
|
- name: TKey
|
||||||
|
nameWithType: TKey
|
||||||
|
fullName: TKey
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- name: TValue
|
||||||
|
nameWithType: TValue
|
||||||
|
fullName: TValue
|
||||||
|
- name: '>'
|
||||||
|
nameWithType: '>'
|
||||||
|
fullName: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
|
name: Dictionary
|
||||||
|
nameWithType: Dictionary
|
||||||
|
fullName: System.Collections.Generic.Dictionary
|
||||||
|
isExternal: true
|
||||||
|
- name: '(Of '
|
||||||
|
nameWithType: '(Of '
|
||||||
|
fullName: '(Of '
|
||||||
|
- name: TKey
|
||||||
|
nameWithType: TKey
|
||||||
|
fullName: TKey
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- name: TValue
|
||||||
|
nameWithType: TValue
|
||||||
|
fullName: TValue
|
||||||
|
- 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: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
commentId: N:Microsoft.Xna.Framework
|
commentId: N:Microsoft.Xna.Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
|
Loading…
Reference in a new issue