|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|
Public 属性 | |
| int | ResultValue |
| int | ResultCount |
| int | RemainsValue |
| int | RemainsCount |
| float | RequiredHeatLevel |
| float | RequiredPlayerLevel |
| string[] | Ingredients = new string[9] |
| string | Description |
| string | Message |
| int | DisplayOrder = 0 |
| 在配方表中的显示顺序,DisplayOrder越小,配方越靠前 | |
静态 Public 属性 | |
| const int | MaxSize = 3 |
在文件 CraftingRecipe.cs 第 2 行定义.
| string Game.CraftingRecipe.Description |
在文件 CraftingRecipe.cs 第 19 行定义.
| int Game.CraftingRecipe.DisplayOrder = 0 |
在配方表中的显示顺序,DisplayOrder越小,配方越靠前
在文件 CraftingRecipe.cs 第 26 行定义.
| string [] Game.CraftingRecipe.Ingredients = new string[9] |
在文件 CraftingRecipe.cs 第 17 行定义.
|
static |
在文件 CraftingRecipe.cs 第 3 行定义.
| string Game.CraftingRecipe.Message |
在文件 CraftingRecipe.cs 第 21 行定义.
| int Game.CraftingRecipe.RemainsCount |
在文件 CraftingRecipe.cs 第 11 行定义.
| int Game.CraftingRecipe.RemainsValue |
在文件 CraftingRecipe.cs 第 9 行定义.
| float Game.CraftingRecipe.RequiredHeatLevel |
在文件 CraftingRecipe.cs 第 13 行定义.
| float Game.CraftingRecipe.RequiredPlayerLevel |
在文件 CraftingRecipe.cs 第 15 行定义.
| int Game.CraftingRecipe.ResultCount |
在文件 CraftingRecipe.cs 第 7 行定义.
| int Game.CraftingRecipe.ResultValue |
在文件 CraftingRecipe.cs 第 5 行定义.