Function typeid from debug
Brief description
typeid(type:String):String
Returns unique system type identifier for the given type if the type is registered and an empty string else More ...
Function information
| Name: | typeid |
| Base: | |
| Group: | Debug plugins:Type system |
| Icon: | types.png |
| Color: | black |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Returns unique system type identifier for the given type if the type is registered and an empty string else.
Input parameters
-
type:
String
- Type name
Return values
-
Default return value:
String
- Type id of the given type
