17 void ApplyOn(Widget w)
19 Print(
"ApplyOn() called on base class SCR_BaseEntitiesEditorUIEffect. Please use one of specialized variants.", LogLevel.WARNING);
23 class SCR_BaseEntitiesEditorUIEffectTitle : BaseContainerCustomTitle
29 if (!source.Get(
"m_State", enumValue))
32 title = source.GetClassName();
33 title.Replace(
"SCR_",
"");
34 title.Replace(
"EntitiesEditorUIEffect",
"");