Discuss this page on this pages [[typGetData Talk Page|TalkPage]] === typGetData === ^ Syntax | (typGetData unid attrib) | ^ Arguments | unid: The unid you want to get the data from. | ^ | attrib: Name of the data you want to retrieve | ^ Returns | Data | ^ Category | [[type]], [[unid]] | ^ Description | Use for retrieving dynamic data from types. | === Example === (typGetData charType 'firstPlayerMeetingTime) From RPGCharacterClasses.xml. Returns the data field "firstPlayerMeetingTime" from the character type. [[modding/function/legend#data_fields|List of data fields]] Return to [[modding:function:type_functions|type functions]] list Return to [[:Functions]] list