Determines if a given type exists.
Syntax
1
debug_type_exists(type_name)
| Argument | Type | Description |
|---|---|---|
| type_name | string | The name of the type. |
Returns: Bool
Description
This function will determine if a type exists. The type can be a nickname .
Determines if a given type exists.
1
debug_type_exists(type_name)
| Argument | Type | Description |
|---|---|---|
| type_name | string | The name of the type. |
Returns: Bool
This function will determine if a type exists. The type can be a nickname .