| Both sides previous revision Previous revision | |||
|
hpl2:amnesia:script_language_reference_and_guide:variables [2012/12/30 01:41] thegreatcthulhu |
hpl2:amnesia:script_language_reference_and_guide:variables [2012/12/30 01:44] (current) thegreatcthulhu [Discussion] |
||
|---|---|---|---|
| Line 181: | Line 181: | ||
| // ... | // ... | ||
| - | // Script that uses the variables above (omitted). | + | // Here goes the code that uses the variables above (omitted). |
| // Note: the script would use a variable wherever the corresponding value would otherwise appear. E.g.: | // Note: the script would use a variable wherever the corresponding value would otherwise appear. E.g.: | ||
| // FadeIn(screenFadeInTime); // ---> instead of the hard-coded FadeIn(6.0f); | // FadeIn(screenFadeInTime); // ---> instead of the hard-coded FadeIn(6.0f); | ||
| + | |||
| + | // ... | ||
| </code> | </code> | ||