Discuss this page on this pages TalkPage

typSetData

Syntax (typSetData unid attrib data)
Arguments unid: the unid to set data on
attrib: the name of the data to set
data: the value to set the data to
Returns True if successful,Nil otherwise
Category type, unid
Description Sets dynamic data on a type.

Example

(typSetData &dsRPGCommoditiesExchangeBuy; 'showInstallables True)

From RPGDockScreens.xml.

Return to type functions list

Return to Functions list