Module:Test/doc

From RimWorld Wiki
< Module:Test
Revision as of 02:09, 14 April 2021 by Dr. Strangelove (talk | contribs) (Created page with "'''This is a work in progress. It's still quite useless at the moment.''' == Description == This module is used to obtain information about certain game objects. It uses data...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the documentation page for Module:Test

This is a work in progress. It's still quite useless at the moment.

Description

This module is used to obtain information about certain game objects. It uses data stored in the subpages of the module. The data that is in those subpages is gathered from Defs in the game's XML files.

Usage

{{#invoke:DefInfo|query|type|object|property}}

type
For now, the only type that is available is: Races. More will be added.
object
If we're querying Races, then, an object is for example: Hare, Lynx, Lancer, LabradorRetriever, ... (defNames are used).
property
MoveSpeed, description, baseBodySize, ...

NOTE: What you can use in object and property parameters is not strictly defined and some properties can't be dependably obtained (tags that appear multiple times such as those in sublists - work in progress).

Examples

{{#invoke:DefInfo|query|Races|Hare|description}}

will return:

Script error: The module returned a nil value. It is supposed to return an export table.