Edit

Share via


LobbyError.SUCCEEDED method

Generic test for success on any status value (non-negative numbers indicate success).

public static bool SUCCEEDED(int error)
parameter description
error Error code of an operation

Return Value

True for success on any status value, false othwerwise.

See Also