NDSummary.OnToolTipsLoaded("File:basic_usr.h",{1430:"
Get variable from Basic
",1431:"
inline u8 Basic_GetType()
Get Basic variable type This is the value sent by Basic\'s USR() function.
",1432:"
inline i8 Basic_GetByte()
Get Basic variable as 8-bits interger This is the value sent by Basic\'s USR() function.
",1433:"
inline i16 Basic_GetWord()
Get Basic variable as 16-bits interger This is the value sent by Basic\'s USR() function.
",1434:"
inline f32 Basic_GetFloat()
Get Basic variable as 32-bits float number This is the value sent by Basic\'s USR() function.
",1435:"
inline const c8* Basic_GetString()
Get Basic variable as string pointer This is the value sent by Basic\'s USR() function.
",1436:"
inline u8 Basic_GetStringLength()
Get Basic string variable length This is the value sent by Basic\'s USR() function.
",1437:"
Set variable for Basic
",1438:"
inline void Basic_SetByte(
i8 val
)
Set Basic variable as 8-bits interger This is the value returned by Basic\'s USR() function.
",1439:"
inline void Basic_SetWord(
i16 val
)
Set Basic variable as 16-bits interger This is the value returned by Basic\'s USR() function.
",1440:"
inline void Basic_SetFloat(
f32 val
)
Set Basic variable as 32-bits float number This is the value returned by Basic\'s USR() function.
",1441:"
inline void Basic_SetString(
const c8* val,
u8 len
)
Set Basic variable as string pointer This is the value returned by Basic\'s USR() function.
"});