Discuss this page on this pages [[typGetStaticData Talk Page|TalkPage]] === typGetStaticData === See [[http://xelerus.de/index.php?s=functions&function=292|typGetStaticData at Xelerus]] ^ Syntax | (typGetStaticData number string) | ^ Arguments | number: The UNID of the type you want to get the data from. | ^ | string: The name of the data you want to get. | ^ Returns | The data named by the string for the given type. Returns Nil if there is no data as named by the string. | ^ Category | [[0.99]], [[data]], [[type]], [[unid]] | ^ Description | Returns the named static data of the given type. | === Example === (typGetStaticData &itSolarPanelArray; "rincost") Returns the data that is in the "rincost" static data in the itSolarPanelArray type. Return to [[:Functions]] list