Click or drag to resize

MMORoomSettingsUserMaxLimboSeconds Property

Defines the time limit before a user without a physical position set inside the MMORoom is kicked from the Room.

Namespace:  Sfs2X.Requests.MMO
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public int UserMaxLimboSeconds { get; set; }

Property Value

Type: Int32
Remarks
As soon as the MMORoom is joined, the user still doesn't have a physical position set in the coordinates system, therefore it is considered in a "limbo" state. At this point the user is expected to set his position (via the SetUserPositionRequest request) within the amount of seconds expressed by this value.

The default value is 50 seconds.

See Also