Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.InvetorySystem.Constants Class Reference

Static Public Attributes

const string ADD_COMPNENT_MENU_PREFIX = EditorConfiguration.RuntimeConstants.ADD_COMPONENT_MENU_PREFIX + "Inventory System/"
 
const string ADD_COMPNENT_MENU_ENTITIES_PREFIX = ADD_COMPNENT_MENU_PREFIX + "Entities/"
 
const string ADD_COMPNENT_MENU_FEATURES_PREFIX = ADD_COMPNENT_MENU_PREFIX + "Features/"
 
const string ADD_COMPNENT_MENU_STORAGE_FEATURES_PREFIX = ADD_COMPNENT_MENU_FEATURES_PREFIX + "Storage/"
 
const string ADD_COMPNENT_MENU_ITEM_FEATURES_PREFIX = ADD_COMPNENT_MENU_FEATURES_PREFIX + "Item/"
 
const string ADD_COMPNENT_MENU_UI_PREFIX = ADD_COMPNENT_MENU_PREFIX + "UI/"
 
const string ADD_COMPNENT_MENU_UI_WINS_PREFIX = ADD_COMPNENT_MENU_UI_PREFIX + "Windows/"
 
const string ADD_COMPNENT_MENU_UI_PROPS_PREFIX = ADD_COMPNENT_MENU_UI_PREFIX + "Extensions/"
 
const string ADD_COMPNENT_MENU_VH_PROPS_PREFIX = ADD_COMPNENT_MENU_PREFIX + "Virtual Hub Extensions/"
 Properties related to the Virtual Hub module extensions.
 
static string DOMAIN_WORTH_PROP = "worth"
 Key to access item's worth value via the AssetPropertiesCollection.
 
static string DOMAIN_RANK_PROP = "rank"
 Key to access item's rank value via the AssetPropertiesCollection.
 
static string DOMAIN_WEIGHT_PROP = "weight"
 Key to access item's weight value via the AssetPropertiesCollection.
 
static string DOMAIN_STACK_PROP = "stack"
 Key to access item's stack size value via the AssetPropertiesCollection.
 
static string DOMAIN_SHOP_MARKER = "is_shop"
 Key to access value that marks object as shop shared with the AssetPropertiesCollection.
 
static string MANUAL_TRANSACTIONS_SEVICE_CODE = "TOI"
 Code of the transaction services related to the user made transactions. More...
 

Member Data Documentation

◆ MANUAL_TRANSACTIONS_SEVICE_CODE

string Doloro.InvetorySystem.Constants.MANUAL_TRANSACTIONS_SEVICE_CODE = "TOI"
static

Code of the transaction services related to the user made transactions.

Using to determine transaction that should be accessible via UI and hiding transaction managing by background services.


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