mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
comment
This commit is contained in:
parent
850170e393
commit
09d6501c76
@ -15,7 +15,11 @@ ESGenerating = 5 # values here and greater are considered "generated"
|
|||||||
ESGenerated = 6
|
ESGenerated = 6
|
||||||
|
|
||||||
class DistributedObject(PandaObject):
|
class DistributedObject(PandaObject):
|
||||||
"""Distributed Object class:"""
|
"""
|
||||||
|
The Distributed Object class is the base class for all network based
|
||||||
|
(i.e. distributed) objects. These will usually (always?) have a
|
||||||
|
dclass entry in a *.dc file.
|
||||||
|
"""
|
||||||
notify = directNotify.newCategory("DistributedObject")
|
notify = directNotify.newCategory("DistributedObject")
|
||||||
|
|
||||||
# A few objects will set neverDisable to 1... Examples are
|
# A few objects will set neverDisable to 1... Examples are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user