|
@@ -3,7 +3,7 @@ Namespace mojo3d
|
|
|
|
|
|
#rem monkeydoc The Entity class.
|
|
|
#end
|
|
|
-Class Entity Extends DynamicObject
|
|
|
+Class Entity Extends DynamicObject Abstract
|
|
|
|
|
|
#rem monkeydoc Copied signal.
|
|
|
|
|
@@ -477,7 +477,9 @@ Class Entity Extends DynamicObject
|
|
|
|
|
|
Method OnCopy:Entity( parent:Entity ) Virtual
|
|
|
|
|
|
- Return New Entity( Self,parent )
|
|
|
+ RuntimeError( "Cannot copy Entity" )
|
|
|
+
|
|
|
+ Return Null
|
|
|
End
|
|
|
|
|
|
#rem monkeydoc Invoked when entity transitions from hidden->visible.
|