Tao.PhysFs SDK Documentation |
|
Fs.PHYSFS_readSLE32 Method
[Visual Basic]
Public Shared Function PHYSFS_readSLE32( _
ByVal
handle As
IntPtr, _
ByRef
val As
Integer _
) As
Integer
[C#]
public static
int PHYSFS_readSLE32(
IntPtr handle,
ref
int val);
See Also
Fs Class | Tao.PhysFs Namespace