Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

GUIUtility.GetStateObject

static function GetStateObject(t: Type, controlID: int): object;
static object GetStateObject(Type t, int controlID);
static def GetStateObject(t as Type, controlID as int) as object

Description

Get a state object from a controlID.

This will return a recycled state object that is unique for controlID. If there is none already, A new one will be created and hooked up to the ControlID.