HiveMind
|
#include "BittyBuzzMathFunctions.h"
#include "BittyBuzzSystem.h"
#include <bbzvm.h>
#include <bsp/Math.h>
#include <optional>
Typedefs | |
typedef void(* | callbackFloatArg) (float arg) |
Functions | |
bool | isNumber (bbzobj_t *obj) |
std::optional< float > | getFloatArg (uint16_t stackAt) |
void | callIfNumber (uint16_t argPos, callbackFloatArg callback) |
typedef void(* callbackFloatArg) (float arg) |
void callIfNumber | ( | uint16_t | argPos, |
callbackFloatArg | callback | ||
) |
std::optional<float> getFloatArg | ( | uint16_t | stackAt | ) |
bool isNumber | ( | bbzobj_t * | obj | ) |