home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / code / r3fifomo.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  884 b   |  50 lines

  1.  
  2. // JavaScript wrapper for r3fifomo.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_FILEFORMATMODEL_H = 1;
  7. include("oops/r3model.js")
  8.  
  9.  
  10. var R3CLID_FILEFORMATMODEL = 1691;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. // Virtual method
  19.  
  20. R3FIFOMOA_Sections = 1691000;
  21.  
  22. function mR3FIFOMOA_Sections() {
  23.   DoA(this.r3obj, 1691000, 0, R3TID_INTEGER, 0);
  24. }
  25.  
  26. // Virtual method
  27.  
  28. R3FIFOMOA_DisabledSections = 1691001;
  29.  
  30. function mR3FIFOMOA_DisabledSections() {
  31.   DoA(this.r3obj, 1691001, 0, R3TID_INTEGER, 0);
  32. }
  33.  
  34.  
  35.  
  36. function r3Fileformatmodel () { 
  37.    this.base = r3God;
  38.    if(arguments.length) {
  39.       this.base(R3CLID_FILEFORMATMODEL, arguments);
  40.    }
  41.    // Methods
  42.  
  43.    // Methods
  44.    this.Sections=mR3FIFOMOA_Sections;
  45.    this.DisabledSections=mR3FIFOMOA_DisabledSections;
  46.  
  47. }
  48.  
  49. r3Fileformatmodel.prototype=new r3Model;
  50. // r3fifomo.h_H