mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
support codebase
This commit is contained in:
parent
fb599ccac9
commit
19c0a94d7e
@ -68,6 +68,10 @@ function P3D_GetArgs(args, classid, mimeType){
|
|||||||
ret.params['data'] = args[i+1];
|
ret.params['data'] = args[i+1];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case "codebase":
|
||||||
|
ret.objAttrs['codebase'] = args[i+1];
|
||||||
|
break;
|
||||||
|
|
||||||
case "id":
|
case "id":
|
||||||
case "width":
|
case "width":
|
||||||
case "height":
|
case "height":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user