Ed86 Posted March 20, 2017 Posted March 20, 2017 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.