|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|

Public 成员函数 | |
| Loot () | |
Public 属性 | |
| int | Value |
| int | MinCount |
| int | MaxCount |
| float | Probability |
| ValuesDictionary | ValuesDictionaryForMods = new() |
| 模组如果需要添加或使用额外信息,可以在这个ValuesDictionary读写元素 | |
在文件 ComponentLoot.cs 第 7 行定义.
| Game.ComponentLoot.Loot.Loot | ( | ) |
在文件 ComponentLoot.cs 第 8 行定义.
| int Game.ComponentLoot.Loot.MaxCount |
在文件 ComponentLoot.cs 第 13 行定义.
| int Game.ComponentLoot.Loot.MinCount |
在文件 ComponentLoot.cs 第 11 行定义.
| float Game.ComponentLoot.Loot.Probability |
在文件 ComponentLoot.cs 第 15 行定义.
| int Game.ComponentLoot.Loot.Value |
在文件 ComponentLoot.cs 第 9 行定义.
| ValuesDictionary Game.ComponentLoot.Loot.ValuesDictionaryForMods = new() |
模组如果需要添加或使用额外信息,可以在这个ValuesDictionary读写元素
在文件 ComponentLoot.cs 第 20 行定义.