Drag[en]gine Script Module DragonScript  1.23
Dragengine.Services.Mods.ServiceModTagCategory Class Reference

Category of tags usable with ServiceMods. More...

Inheritance diagram for Dragengine.Services.Mods.ServiceModTagCategory:

Classes

class  Tag
 Tag usable with ServiceMods. More...
 

Public Member Functions

ServiceModTagCategory new ()
 Create new instance of class ServiceModTagCategory. More...
 

Public Attributes

String id
 Identifier. More...
 
bool multiSelection
 Multiple tags can be selected from this category. More...
 
String name
 Display name. More...
 
Dictionary nameTranslations
 Display name translations. More...
 
Array tags
 Tags usable with this category. More...
 

Detailed Description

Category of tags usable with ServiceMods.

Version
1.23

Member Function Documentation

◆ new()

ServiceModTagCategory Dragengine.Services.Mods.ServiceModTagCategory.new ( )

Create new instance of class ServiceModTagCategory.

Member Data Documentation

◆ id

String Dragengine.Services.Mods.ServiceModTagCategory.id

Identifier.

◆ multiSelection

bool Dragengine.Services.Mods.ServiceModTagCategory.multiSelection

Multiple tags can be selected from this category.

◆ name

String Dragengine.Services.Mods.ServiceModTagCategory.name

Display name.

◆ nameTranslations

Dictionary Dragengine.Services.Mods.ServiceModTagCategory.nameTranslations

Display name translations.

Dictionary with String ISO countery key and String translation value.

◆ tags

Array Dragengine.Services.Mods.ServiceModTagCategory.tags

Tags usable with this category.

Array of Tag.


The documentation for this class was generated from the following file: