Jump to content

widgets & stuff


Ed86

Recommended Posts

well hello there, anyone know it its possible make multithreaded skyui widget, or its only 1 widget per "scriptname extends SKI_WidgetBase".

 

and second question is it possible to modify property with script ie SLSO_WidgetCoreScript Property Widget Auto change to SLSO_WidgetCoreScript1 Property Widget Auto, SLSO_WidgetCoreScript2 Property Widget Auto, etc

so there would be only 1 ReferenceAlias script  modifying multiple SKI_WidgetBase scripts based on which ID ReferenceAlias script has

 

something like

 


Scriptname SLSO_WidgetUpdate Extends ReferenceAlias

 

if self.GetID() == 1

SLSO_WidgetCoreScript1 Property Widget Auto


if self.GetID() == 2

SLSO_WidgetCoreScript2 Property Widget Auto


if self.GetID() == 3

SLSO_WidgetCoreScript3 Property Widget Auto




 

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use