#include "common/Setup.h"
#include "VM.h"
#include <cmath>
#include <cstdlib>
Go to the source code of this file.
|
| void | mana::builtInFunction::IsDebug (const std::shared_ptr< Actor > &actor, void *) |
| |
| void | mana::builtInFunction::RandI (const std::shared_ptr< Actor > &actor, void *) |
| |
| void | mana::builtInFunction::RandF (const std::shared_ptr< Actor > &actor, void *) |
| |
| void | mana::builtInFunction::Delay (const std::shared_ptr< Actor > &actor, void *) |
| |
| void | mana::builtInFunction::Sin (const std::shared_ptr< Actor > &actor, void *) |
| |
| void | mana::builtInFunction::Cos (const std::shared_ptr< Actor > &actor, void *) |
| |
| void | mana::builtInFunction::Atan2 (const std::shared_ptr< Actor > &actor, void *) |
| |
| void | mana::builtInFunction::Tan (const std::shared_ptr< Actor > &actor, void *) |
| |
| void | mana::builtInFunction::AngleMod (const std::shared_ptr< Actor > &actor, void *) |
| |
| void | mana::builtInFunction::Sqrt (const std::shared_ptr< Actor > &actor, void *) |
| |
| void | mana::builtInFunction::FindActor (const std::shared_ptr< Actor > &actor, void *) |
| |
| void | mana::FunctionInitialize (VM &vm) |
| |