Cookie.GetFloat Method

Retrieve the float value of a Client preference cookie.

float GetFloat(int client, float defaultValue)

Parameters

int client

Client index.

float defaultValue
No description.

Return Value

Float value of cookie

Errors

Invalid cookie handle or invalid client index.