Changes

Jump to navigation Jump to search
31 bytes removed ,  21:24, 11 July 2017
m
→‎Member IDs: replace dead link with download
Line 23: Line 23:  
The scripting language often makes use of member IDs. These are quite similar to [[Class IDs|chunk IDs]]: they are a 32-bit unsigned integer that indicates an engine, a class, and a part of that class. The difference is that the last three digits do not refer to a chunk but to a class member, which can be a field or a method.
 
The scripting language often makes use of member IDs. These are quite similar to [[Class IDs|chunk IDs]]: they are a 32-bit unsigned integer that indicates an engine, a class, and a part of that class. The difference is that the last three digits do not refer to a chunk but to a class member, which can be a field or a method.
   −
The entire tree of engines and their classes has been extracted and is available [[Class IDs|on this wiki]]. All of the class members have *also* been extracted, however this results in a huge file which is too large for a wiki article. Instead, you can download it [http://www.mediafire.com/?vcf8hjk70fambf1 here].{{deadlink}}
+
The entire tree of engines and their classes has been extracted and is available [[Class IDs|on this wiki]]. All of the class members have *also* been extracted, however this results in a huge file which is too large for a wiki article. Instead, you can download it [[:File:Member IDs.zip|here]].
    
===Enumerations===
 
===Enumerations===

Navigation menu