Changes between Version 5 and Version 6 of ScriptSystem
- Timestamp:
- 09/27/07 22:05:59 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScriptSystem
v5 v6 9 9 To register any new global function in the engine one can use following code sample: 10 10 {{{ 11 11 #!cpp 12 12 #include <nrEngine/nrEngine.h> 13 13