Jump to content

widgets & stuff


Ed86

Recommended Posts

Posted
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




 

Archived

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

  • Recently Browsing   0 members

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