ScriptComponentRegistration

A reference to a component type's registration, in general think of this as a handle to a type.

type_name

Arguments:

ArgumentTypeDescription
sScriptComponentRegistrationThe type registration as returned by get_type_by_name

Returns:

ReturnDescription
StringThe type name
local name = MyType:type_name()

short_name

Arguments:

ArgumentTypeDescription
sScriptComponentRegistrationThe type registration as returned by get_type_by_name

Returns:

ReturnDescription
StringThe short name
local name = MyType:short_name()