summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/pack.idl
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/idl/pack.idl')
-rw-r--r--o3d/plugin/idl/pack.idl8
1 files changed, 3 insertions, 5 deletions
diff --git a/o3d/plugin/idl/pack.idl b/o3d/plugin/idl/pack.idl
index 4e1e6d5..460d2c6 100644
--- a/o3d/plugin/idl/pack.idl
+++ b/o3d/plugin/idl/pack.idl
@@ -165,7 +165,7 @@ typedef ObjectBase[] ObjectArray;
\li o3d.TRSToMatrix4
\return The created object.
%]
- [noreturndocs] ObjectBase? CreateObject(String type_name);
+ ObjectBase? CreateObject(String type_name);
%[
Creates a new Texture2D object of the specified size and format and
@@ -234,8 +234,7 @@ typedef ObjectBase[] ObjectArray;
DrawPasses, etc...
\returns Array of Objects.
%]
- [const, noreturndocs]
- ObjectArray GetObjects(String name, String class_type_name);
+ [const] ObjectArray GetObjects(String name, String class_type_name);
%[
Search the pack for all objects of a certain class
@@ -249,8 +248,7 @@ typedef ObjectBase[] ObjectArray;
DrawPasses, etc...
\returns Array of Objects.
%]
- [const, noreturndocs]
- ObjectArray GetObjectsByClassName(String class_type_name);
+ [const] ObjectArray GetObjectsByClassName(String class_type_name);
%[
All the objects managed by this pack.