|
Panda3D
|
Public Member Functions | |
| def | __init__ |
| def | requestServerTime |
Static Public Attributes | |
| tuple | notify = DirectNotifyGlobal.directNotify.newCategory("TimeManagerAI") |
| def __init__ | ( | self, | |
| air | |||
| ) |
Reimplemented from DistributedObjectAI.
| def requestServerTime | ( | self, | |
| context | |||
| ) |
requestServerTime(self, int8 context) This message is sent from the client to the AI to initiate a synchronization phase. The AI should immediately report back with its current time. The client will then measure the round trip.
tuple notify = DirectNotifyGlobal.directNotify.newCategory("TimeManagerAI") [static] |
Reimplemented from DistributedObjectAI.
1.7.3