ScriptableSystemsContainer

Documents the ScriptableSystemsContainer class and its functions.

NOT DOCUMENTED We currently don't have information on how these functions work. They are being documented here for visibility.

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

QueueRequest(request : ref:ScriptableSystemRequest);

Last updated