|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TudeyOccupantInfo | |
|---|---|
| com.threerings.tudey.client.sprite | |
| com.threerings.tudey.data | Tudey data. |
| Uses of TudeyOccupantInfo in com.threerings.tudey.client.sprite |
|---|
| Methods in com.threerings.tudey.client.sprite with parameters of type TudeyOccupantInfo | |
|---|---|
void |
ActorSprite.occupantEntered(TudeyOccupantInfo info)
Notes that the occupant controlling this actor has entered. |
void |
ActorSprite.Implementation.occupantEntered(TudeyOccupantInfo info)
Notes that the occupant controlling this actor has entered. |
void |
ActorSprite.occupantLeft(TudeyOccupantInfo info)
Notes that the occupant controlling this actor has left. |
void |
ActorSprite.Implementation.occupantLeft(TudeyOccupantInfo info)
Notes that the occupant controlling this actor has left. |
void |
ActorSprite.occupantUpdated(TudeyOccupantInfo oinfo,
TudeyOccupantInfo ninfo)
Notes that the occupant controlling this actor has been updated. |
void |
ActorSprite.Implementation.occupantUpdated(TudeyOccupantInfo oinfo,
TudeyOccupantInfo ninfo)
Notes that the occupant controlling this actor has been updated. |
| Uses of TudeyOccupantInfo in com.threerings.tudey.data |
|---|
| Methods in com.threerings.tudey.data that return TudeyOccupantInfo | |
|---|---|
TudeyOccupantInfo |
TudeySceneObject.getOccupantInfo(int pawnId)
Returns the occupant info corresponding to the specified pawn, or null if
no such occupant info is registered. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||