Class SetUserPositionRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.mmo.SetUserPositionRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class SetUserPositionRequest extends BaseRequest
Updates the User position inside an MMORoom.

MMORooms represent virtual environments and can host any number of users. Based on their position, the system allows users within a certain range from each other (Area of Interest, or AoI) to interact. This request allows the current user to update his position inside the MMORoom, which in turn will trigger a SFSEvent.PROXIMITY_LIST_UPDATE event for all users that fall within his AoI.

See Also: