Index: other/sdk/generating plugin id.html =================================================================== diff -u -N --- other/sdk/generating plugin id.html (revision 3e1186252ab31f63d86d86c4b0ff593cfffbefde) +++ other/sdk/generating plugin id.html (revision 0) @@ -1,28 +0,0 @@ - - - - - - -Generating plugin ID - - - - - -
-Each plugin has its associated unique 64-bit value. This is the structure of this number and a way to generate it: -
-
- - - - - - -
BitsSize (in bits)Description
63...568Reserved for program internal usage (for messaging purposes). Must be 0.
55...488Reserved for program internal plugins. For external plugins must be 0.
47...408Specifies the plugin type. It it only a suggestion - program will NOT distinguish plugin types through this member. Copy Handler treat this value as a part of the next member.
39...040This the unique plugin ID. You should generate it by yourself (as a randomize integer). To reserve a number for official purposes (ie. when you want to write your own plugin and share it through the web site) write to me
- - - - -