puts a float (32 bit) with the provided key

Namespace: Sfs2X.Entities.Data
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
void PutFloat(
	string key,
	float val
)

Parameters

key
Type: System..::..String
A String
val
Type: System..::..Single
A Single

See Also