General Component
Fnd_Gen_Reset
Fnd_Gen_Reset
Parameters
| Parameter | Type | Description |
|---|---|---|
| No parameters required |
Description
Fnd_Gen_Reset resets all of the available Foundation components. This routine does not actually clear any variables, it just flags them as needing to be re-initialized, so the next time each component is used, it will reset its own variables. The Foundation Shell calls this method when you quit, so the variables are all reset when you restart Foundation during development.
Extracted source text
Fnd_Gen_Reset
Parameter Type Description
No parameters required.
Fnd_Gen_Reset resets all of the available Foundation components. This routine does not actually clear
any variables, it just flags them as needing to be re-initialized, so the next time each component is used, it
will reset its own variables.
The Foundation Shell calls this method when you quit, so the variables are all reset when you restart
Foundation during development.