get_type_from_name


Description:

public virtual Type get_type_from_name (string type_name)

Looks up a type by name, using the virtual function that Script has for that purpose.

This function should rarely be used.

Parameters:

this

a Script

type_name

name of the type to look up

Returns:

the type for the requested type name, or INVALID if not corresponding type was found.