direct.distributed.DistributedObjectOV
from direct.distributed.DistributedObjectOV import DistributedObjectOV
Inheritance diagram
- class DistributedObjectOV(cr)[source]
Bases:
DistributedObjectBase
Implementation of the ‘owner view’ (OV) of a distributed object;
- announceGenerate(self)[source]
Sends a message to the world after the object has been generated and all of its required fields filled in.
- generateInit(self)[source]
This method is called when the DistributedObjectOV is first introduced to the world… Not when it is pulled from the cache.
- isDisabled(self)[source]
Returns true if the object has been disabled and/or deleted, or if it is brand new and hasn’t yet been generated.
- isGenerated(self)[source]
Returns true if the object has been fully generated by now, and not yet disabled.
- notify = <direct.directnotify.Notifier.Notifier object>