User Tools

Site Tools


components

This is an old revision of the document!


Components

Components are small modules used to define the behavior of any game object. Game objects can have any number of components, but can have only one of each type.

See the list of all available components.


Components can be added to any FBX node with the mod:registerPrefabComponent function.

mod.lua
mod:registerPrefabComponent("models/MithrilFactory.fbx/Prefab/MithrilFactory/ExtensionB/RootPart", {
	DataType = "COMP_DIRT_RECTANGLE",
	Size = {8, 8}
})

See mod Example 02 for more examples.

components.1594217911.txt.gz · Last modified: 2020/07/08 10:18 by maxime

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki