Home | Features | Roadmap | Learn | Documentation | ||
Latest version: Tramway SDK 0.0.9 Github Quick links Home Get Started |
TypeThere are a couple of types, which the framework supports for values, signals and scripting API. Main typesAll of these types are supported by signals, scripting API and level editor. IntSame as Int32. FloatSame as Float32. NameAlias for UID. All typesUndefinedNot actually type. Used when a type is unknown. BoolSame as Int8. StringRegular C flavored, null-terminated character array string. Int8, Int16, Int32, Int64Signed integers, which are 8-bit, 16-bit, 32-bit and 64-bit wide respectively. UIntSame as UInt32. UInt8, UInt16, UInt32, UInt64Unsigned integers, which are 8-bit, 16-bit, 32-bit and 64-bit wide respectively. Float32, Float64Floating point numbers, which are 32-bit and 64-bit wide respectively. Vec2, Vec3, Vec4Arrays consisting of 2, 3 and 4 elements of Float32 numbers respectively. QuatSame as Vec4, but with rotational semantics. |
|
|