pub unsafe extern "C-unwind" fn ByondValue_SetNum(
v: *mut CByondValue,
f: f32,
)
Expand description
Fills a CByondValue struct with a floating point number.
ยงArguments
v
- Pointer to CByondValuef
- Floating point number
pub unsafe extern "C-unwind" fn ByondValue_SetNum(
v: *mut CByondValue,
f: f32,
)
Fills a CByondValue struct with a floating point number.
v
- Pointer to CByondValuef
- Floating point number