Appends an integer (32 bits) value to the end of this array.
Namespace:
Sfs2X.Entities.Data
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public void AddInt(
int val
)
Parameters
- val
- Type: SystemInt32
The value to be appended to this array.
Implements
ISFSArrayAddInt(Int32)See Also