mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fixes
This commit is contained in:
parent
6e8cedfcfb
commit
0e51a88e46
@ -1,7 +1,7 @@
|
|||||||
# This is a sample dc file for some of the classes defined within the
|
// This is a sample dc file for some of the classes defined within the
|
||||||
# direct source tree. It is suggested that you copy this file into
|
// direct source tree. It is suggested that you copy this file into
|
||||||
# your own project (or load it from the direct source tree) and build
|
// your own project (or load it from the direct source tree) and build
|
||||||
# on it with your own dc file for your own classes.
|
// on it with your own dc file for your own classes.
|
||||||
|
|
||||||
keyword broadcast;
|
keyword broadcast;
|
||||||
keyword ram;
|
keyword ram;
|
||||||
@ -26,6 +26,7 @@ dclass DistributedObject {
|
|||||||
// (Actually, you probably don't care anyway.)
|
// (Actually, you probably don't care anyway.)
|
||||||
setBarrierData(BarrierData data[]) broadcast ram;
|
setBarrierData(BarrierData data[]) broadcast ram;
|
||||||
setBarrierReady(uint16 context);
|
setBarrierReady(uint16 context);
|
||||||
|
setLocation(uint32 parentId, uint32 zoneId) broadcast ram;
|
||||||
};
|
};
|
||||||
|
|
||||||
dclass TimeManager: DistributedObject {
|
dclass TimeManager: DistributedObject {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user