Researches¶
-
class StaticResearch :
Prototype
¶ Research base class
-
staticmethod new(name:
string
)StaticResearch
¶ Creates a new StaticResearch static object
- Parameters:
name (
string
) – The name of the object
-
staticmethod find(name:
string
)StaticResearch
¶ Searching for StaticResearch in db
- Parameters:
name (
string
) – The name of the object
-
staticmethod get_class()
Class
¶ Return StaticResearch class object
-
staticmethod cast(object:
Object
)StaticResearch
¶ Trying to cast Object into StaticResearch
- Parameters:
object (
Object
) – to cast
-
staticmethod new(name:
-
class StaticResearchRecipe :
StaticResearch
¶
-
class StaticResearchBonusInventory :
StaticResearch
¶
-
class StaticResearchDecorationUnlock :
StaticResearch
¶
-
class StaticResearchEfficiency :
StaticResearch
¶
-
class StaticResearchModifier :
StaticResearch
¶
-
class StaticResearchToolUnlock :
StaticResearch
¶