![]() |
GearBlocks
The GearBlocks Lua scripting API
|
Provides access to a data source. More...
Inherits SmashHammer.Core.INullCheck.
Inherited by SmashHammer.GearBlocks.Construction.DataSourceBehaviour.
Public Member Functions | |
IDataChannel | GetChannel (string label) |
Get a channel. | |
Properties | |
int | NumChannels [get] |
Number of data channels. | |
IEnumerable< IDataChannel > | Channels [get] |
The data channels. | |
Provides access to a data source.
IDataChannel SmashHammer.Data.IDataSource.GetChannel | ( | string | label | ) |
Get a channel.
label | The label of the data channel. |
|
get |
Number of data channels.
The number of data channels that this part has.
|
get |
The data channels.
A list of data channels that this part has.