Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
FalloutClient
DebugEditor.ByteConverter
C# Class FalloutClient.DebugEditor.ByteConverter
Show file
Open project: phobos2077/sfall
Public Methods
Method
Description
GetAsBytes
(
ulong
ul
) :
byte[]
GetAsFloat
(
int
i
) :
float
GetAsInt
(
float
f
) :
int
Method Details
GetAsBytes()
public
method
public
GetAsBytes
(
ulong
ul
) :
byte[]
ul
ulong
return
byte[]
GetAsFloat()
public
method
public
GetAsFloat
(
int
i
) :
float
i
int
return
float
GetAsInt()
public
method
public
GetAsInt
(
float
f
) :
int
f
float
return
int