home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3mpder.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MPDERIVE_H = 1;
- include("real/code/r3mpleve.js")
-
-
- var R3CLID_MPDERIVE = 854;
-
-
-
-
-
-
-
- R3MPDERA_Option = 854500;
- function SetR3MPDERA_Option(value) {
- R3Set(this.r3obj, R3MPDERA_Option, value, R3TID_INTEGER, 0);
- }
-
- function GetR3MPDERA_Option() {
- return R3Get(this.r3obj, R3MPDERA_Option, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Mpderive () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MPDERIVE, arguments);
- }
- // Methods
-
- // Attributes
- this.GetOption=GetR3MPDERA_Option;
- this.SetOption=SetR3MPDERA_Option;
- }
-
- r3Mpderive.prototype=new r3Mplevel;
- // r3mpder.h_H