Difference between revisions of "on.create"

From Inspired-Lua Wiki
Jump to navigation Jump to search
(Created page with " Category:Events")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{ObsoleteSince|3.2}}.<br />
 +
Please use [[on.construction]] now.<br />
 +
You may still use it *in addition* to [[on.construction]] to keep backward-compatibility
  
 
+
<br />
 +
This event is called at the beginning of a script, where you can initialize your variables etc., for example.
  
 
[[Category:Events]]
 
[[Category:Events]]

Latest revision as of 16:25, 17 December 2013

This is obsolete (and should not be used) since TI-Nspire OS 3.2.

.
Please use on.construction now.
You may still use it *in addition* to on.construction to keep backward-compatibility


This event is called at the beginning of a script, where you can initialize your variables etc., for example.