Shared.Data.SkillsDataBase
Type JSONpublic class in Shared.Data
Type metadata
- Assembly
Shared - Namespace
Shared.Data - Base type
System.Object - Hash
9042BBBF9108F245436606836AF6B4E1241779CEF8E10E03FB40ADBCE98EA116
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
DataMap# | public | public System.Collections.Generic.Dictionary<System.String, Shared.Data.SkillData> DataMap |
MissingSkill# | public | public Shared.Data.SkillData MissingSkill |
SuffixDescription# | public | public System.String SuffixDescription |
SuffixName# | public | public System.String SuffixName |
Methods
AddData
#
public System.Void AddData(System.Collections.Generic.List<Shared.Data.SkillData> skills)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
CF500840D7B15B8A26D560634DEE7D379172B495838500D595745930022B2F1B - Body hash
4F0DE0D24ECF779B1248F99543029090C8631D2B3D1112A06D69DCEE3BA1B6ED - IL size117
Referenced calls
System.Collections.Generic.List<Shared.Data.SkillData>::GetEnumerator()List.Enumerator<Shared.Data.SkillData>::get_Current()System.String::Concat(System.String, System.String)Shared.Text.StringId::op_Implicit(System.String)System.Collections.Generic.Dictionary<System.String, Shared.Data.SkillData>::TryAdd(!0, !1)List.Enumerator<Shared.Data.SkillData>::MoveNext()System.IDisposable::Dispose()
String literals
*skills:name*skills:description
GetAllSkills
#
public System.Collections.Generic.IEnumerable<Shared.Data.SkillData> GetAllSkills()
Method metadata
- Visibilitypublic
- Return type
System.Collections.Generic.IEnumerable<Shared.Data.SkillData> - StaticTrue
- VirtualFalse
- Hash
5F6280C45C475F8388856111F13DFA543C0542C2980E5365FC28B731A32B4341 - Body hash
CB8C1A6EE3F00115EA91F48276681D17EC45B200A52537D5CBEDAA37D6DCBCC3 - IL size11
Referenced calls
System.Collections.Generic.Dictionary<System.String, Shared.Data.SkillData>::get_Values()
GetSkillOrMissing
#
public Shared.Data.SkillData GetSkillOrMissing(System.String id)
Method metadata
- Visibilitypublic
- Return type
Shared.Data.SkillData - StaticTrue
- VirtualFalse
- Hash
7372083AE0F66B501FA5E6F3BBA3D595A23F51464C6160B5939BAF3CF6E0DFE3 - Body hash
2356B84EC35948ABE80E609A9F171011BC73DBAF595C8BEA0845B050DF5F0F10 - IL size48
Referenced calls
System.Collections.Generic.Dictionary<System.String, Shared.Data.SkillData>::TryGetValue(!0, !1&)System.String::Concat(System.String, System.String)CandideCreator.Shared.Helpers.WarningHelper::Warning(System.String)
Called by
String literals
Unknown skill:
GetSkillOrNull
#
public System.Nullable<Shared.Data.SkillData> GetSkillOrNull(System.String id)
Method metadata
- Visibilitypublic
- Return type
System.Nullable<Shared.Data.SkillData> - StaticTrue
- VirtualFalse
- Hash
C7DCB8C40F115CCBEA5700E93501FE26BE38EAB1F64C193C85F00FB459C9A569 - Body hash
5BD44476C9543F18D0F6D3CAD03934C403A44EEF38C6A234457F3F46B24CB060 - IL size35
Referenced calls
System.Collections.Generic.Dictionary<System.String, Shared.Data.SkillData>::TryGetValue(!0, !1&)System.Nullable<Shared.Data.SkillData>::.ctor(!0)