GUIUtility.QueryStateObject
static function QueryStateObject(t: Type, controlID: int): object;
static object QueryStateObject(Type t, int controlID);
static def QueryStateObject(t as Type, controlID as int) as object
Description

Get an existing state object from a controlID.

This will return a recycled state object that is unique for controlID. If there is none already, this funtion will return null.