Collapse All
Expand All
C#
SFS2X API (Unity/C#)
ISFSObject
.
.
::
.
.
PutFloat Method
ISFSObject Interface
See Also
Send Feedback
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
ISFSObject Interface
Sfs2X.Entities.Data Namespace