[[modding:function:dsf_common]]. === DSF Common Functions === Data wrappers * [[dsf_SetData]] * [[dsf_GetData]] * [[dsf_AppendData]] * [[dsf_IncData]] * [[dsf_RemoveData]] * [[dsf_AddDataStoreKey]] * [[dsf_ResetDataStore]] List helpers * [[dsf_ListToOID]] * [[dsf_ListFromOID]] * [[dsf_ListReverse]] * [[dsf_ListUnion]] * [[dsf_ListIntersect]] * [[dsf_ListComplement]] * [[dsf_ListMap]] * [[dsf_ListReduce]] * [[dsf_ListDetect]] * [[dsf_ListInsert]] * [[dsf_ListSort]] Hash functions * [[dsf_HashSet]] * [[dsf_HashGet]] * [[dsf_HashRemove]] * [[dsf_HashFind]] * [[dsf_HashMerge]] * [[dsf_HashToList]] * [[dsf_HashToKeys]] Vector functions * [[dsf_RelativeAngle]] Misc functions * [[dsf_Select]] * [[dsf_Pluralize]] * [[dsf_DecToHex]] * [[dsf_Pad]] * [[dsf_StringReplace]] * [[dsf_DamageTypeToString]] * [[dsf_Benchmark]] * [[dsf_GetShipDetails]] These functions are provided by CommonFunctions.xml as part of the [[http://xelerus.de/index.php?s=mod&id=309|DockScreen Framework]] that is available from Xelerus. The latest version of CommonFunctions.xml can always be gotten from [[http://github.com/alterecco/TranscendenceExtensions/blob/master/DockScreenFramework/CommonFunctions.xml|GitHub]] Return to [[:Functions|functions list]]