ScriptableSystemsContainer

Documents the ScriptableSystemsContainer class and its functions.

triangle-exclamation

Invoking ScriptableSystemsContainer

To invoke the scriptable systems container, use the following Global function:

ssc = Game.GetScriptableSystemsContainer()

Currently Known Scriptable Systems

  1. MarketSystem

  2. EquipmentSystem

  3. TransactionSystem

  4. InventoryManager

Sub-functions

Get

Get(systemName : CName) : ref:ScriptableSystem;

QueueRequest

Last updated