|
GZigZag.Ready()
Checks if the data of the class is ready for use.
After a class has been created and initialized, it needs a few ticks to collect all the data. This function checks if the data is ready for use.
This way, errors can be prevented when starting an expert based on the data from Glib.
bool GZigZag.Ready(); |
Rückgabewert
If successful, true is returned and a message is displayed that the class data is ready.
Example:
//--- Include the Glib classes |
See also