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
Variables
IO_CONTEXT_BINDINGS
Functions
bundleTextures
copyFile
getPath
writeXmlFile
Module
io
Copy item path
Source
Variables
§
Source
§
const
IO
_
CONTEXT
_
BINDINGS:
{
bundleTextures
:
(
ctx
:
ContextWithoutFunctions
,
sources
:
string
|
string
[]
,
)
=>
string
;
copyFile
:
(
ctx
:
ContextWithoutFunctions
,
src
:
string
,
dest
:
string
)
=>
void
;
getPath
:
(
ctx
:
ContextWithoutFunctions
,
path
:
string
)
=>
string
;
writeXmlFile
:
(
ctx
:
ContextWithoutFunctions
,
path
:
string
,
xml
:
XmlNode
,
)
=>
void
;
}
= ...
Functions
§
Source
§
bundleTextures
(
ctx
:
ContextWithoutFunctions
,
sources
:
string
|
string
[]
)
:
string
Source
§
copyFile
(
ctx
:
ContextWithoutFunctions
,
src
:
string
,
dest
:
string
)
:
void
Source
§
getPath
(
ctx
:
ContextWithoutFunctions
,
path
:
string
)
:
string
Source
§
writeXmlFile
(
ctx
:
ContextWithoutFunctions
,
path
:
string
,
xml
:
XmlNode
)
:
void