sys::Obj sys::Kit
public const class Kit
Kit is a top unit of modularity in a Sedona environment and serves as the container for Types.
public const int checksum
Checksum of this kit.
public const byte id
Unique id for kit within a given environment; index into Sys.kits
public const Str name
Name string of this kit.
public const inline Type[] types
List of types this kit contains, bounded by typesLen.
public const byte typesLen
Length of the types array.
public const Str version
Version of this kit.
public Type findType(Str name)
Find a type by its simple name unique to this kit or return null if not found.
public Type type(int id)
Get the type for the specified id or return null if out of range.