RimWorld Mod Maker
RimWorld Mod Maker
Exports
..
common
components
components/common
components/common/art
components/common/graphic
components/common/quality
components/hediff
components/item
components/item/ability
components/item/attack
components/item/recipe
components/item/weapon
defs
defs/damage
defs/research
defs/stat
defs/terrainAffordance
defs/thing
defs/thing/building
defs/thing/category
defs/thing/weapon
defs/vanilla
index
io
utils
xml
Type Aliases
XmlAttrs
XmlChild
Functions
x
xls
Classes
XmlNode
Module
xml
Copy item path
Source
Type Aliases
§
Source
§
type
Xml
Attrs =
Record
<
string
,
string
|
number
|
boolean
>
Source
§
type
Xml
Child =
XmlNode
|
string
|
boolean
|
number
Functions
§
Source
§
x
(
tag
:
string
,
contents
?:
XmlChild
|
XmlChild
[]
|
null
,
attrs
?:
XmlAttrs
,
)
:
XmlNode
Source
§
xls
(
tags
?:
(
XmlChild
|
[
XmlChild
,
XmlAttrs
]
)
[]
)
:
XmlNode
[]
|
undefined
Classes
§
XmlNode