Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
* The following example will create 3 unique identifiers.
Declare function RTI_CreateGUID
id1 = RTI_CreateGUID()
id2 = RTI_CreateGUID()
id3 = RTI_CreateGUID()

 

 

RTI_HASHTABLE2 - Rewritten in Jasvascript instead of .NEt hashtable. Better implementation of Keys method. In memory hashtable. Useful full for caching information used by one engine

...