Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers
Modtweaker

ITICMaterialDefinition

An ITICMaterialDefinition is an ITICMaterial’s definition.
You can use this to retrieve some information on the ITICMaterial object.

Importing the package

It might be required for you to import the package if you encounter any issues, so better be safe than sorry and add the import.
import modtweaker.tconstruct.ITICMaterialDefinition;

Retrieving such an object

You can retrieve an ITICMaterialDefinition from an ITICMaterial’s definition ZenGetter:

script.zs
val def = <ticmat:stone>.definition;

ZenGetters

ZenGetterReturn TypeDescription
ZenGetter
name
Return Type
string
Description
The material’s internal name
ZenGetter
displayName
Return Type
string
Description
The material’s localized name