コード例 #1
0
 internal List<MapChannelClient> getNotifiedPlayers(MapChannel mapChannel, DynObject aggregator, int oCount)
 {
     return null;
 }
コード例 #2
0
 internal void removeFromWorld(MapChannel mapChannel, DynObject dynObject)
 {
 }
コード例 #3
0
 // add/remove object from the world
 internal void addToWorld(MapChannel mapChannel, DynObject dynObject)
 {
 }
コード例 #4
0
 internal void cellDomain_pythonAddMethodCallRaw(MapChannel mapChannel, DynObject aggregator, uint EntityID, uint MethodID, string pyObjString)
 {
 }
コード例 #5
0
 internal bool dynamicObject_process(MapChannel mapChannel, DynObject dynObject, int timePassed)
 {
     return false;
 }
コード例 #6
0
 internal void dynamicObject_destroy(MapChannel mapChannel, DynObject dynObject)
 {
 }
コード例 #7
0
 //typedef struct
 //{
 //    int period;
 //    int timeLeft;
 //    dynObject_t *object;
 //    unsigned long long entityId;
 //}dynObject_workEntry_t;
 internal void dynamicObject_cellIntroduceObjectToClients(MapChannel mapChannel, DynObject dynObj, List<MapChannelClient> playerList, int playerCount)
 {
 }