EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

type_hasinit

Whether an object should be initialized. Specifies the necessity to call the function type_init for initiating an object of this type.

func uint type_hasinit (
   uint idtype
)

Parameters

idtype The type of an object.

Return value

1 is returned if it is necessary to call type_init, 0 is returned otherwise.

Related links

Source