sketch.block.typeid

Syntax

i := sketch.block.typeid()

Get an identifier that uniquely determines the type of object. For blocks, this will always return 1486667202.

This can be used with the type.pointer.id intrinsic to identify the object type a pointer refers to.

Returns:

i - an identifier that determines the type of object