|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActorDelta | |
|---|---|
| com.threerings.tudey.dobj | |
| com.threerings.tudey.server.logic | |
| Uses of ActorDelta in com.threerings.tudey.dobj |
|---|
| Methods in com.threerings.tudey.dobj that return ActorDelta | |
|---|---|
ActorDelta[] |
SceneDeltaEvent.getUpdatedActorDeltas()
Returns a reference to the array of deltas for actors updated since the last delta, or null for none. |
| Constructors in com.threerings.tudey.dobj with parameters of type ActorDelta | |
|---|---|
SceneDeltaEvent(int targetOid,
int sceneOid,
int acknowledge,
short ping,
int reference,
int timestamp,
short elapsed,
Actor[] addedActors,
ActorDelta[] updatedActorDeltas,
int[] removedActorIds,
Effect[] effectsFired)
Creates a new delta event. |
|
| Uses of ActorDelta in com.threerings.tudey.server.logic |
|---|
| Methods in com.threerings.tudey.server.logic that return ActorDelta | |
|---|---|
ActorDelta |
ActorLogic.getSnapshotDelta()
Returns the delta between the last snapshot of the actor and the current state, or null if the actor has not changed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||