Mana
mana::builtInFunction Namespace Reference

Functions

void IsDebug (const std::shared_ptr< Actor > &actor)
 
void RandI (const std::shared_ptr< Actor > &actor)
 
void RandF (const std::shared_ptr< Actor > &actor)
 
void Delay (const std::shared_ptr< Actor > &actor)
 
void Sin (const std::shared_ptr< Actor > &actor)
 
void Cos (const std::shared_ptr< Actor > &actor)
 
void Atan2 (const std::shared_ptr< Actor > &actor)
 
void Tan (const std::shared_ptr< Actor > &actor)
 
void AngleMod (const std::shared_ptr< Actor > &actor)
 
void Sqrt (const std::shared_ptr< Actor > &actor)
 
void FindActor (const std::shared_ptr< Actor > &actor)
 

Function Documentation

◆ AngleMod()

void mana::builtInFunction::AngleMod ( const std::shared_ptr< Actor > &  actor)
inline

◆ Atan2()

void mana::builtInFunction::Atan2 ( const std::shared_ptr< Actor > &  actor)
inline

◆ Cos()

void mana::builtInFunction::Cos ( const std::shared_ptr< Actor > &  actor)
inline

◆ Delay()

void mana::builtInFunction::Delay ( const std::shared_ptr< Actor > &  actor)
inline

◆ FindActor()

void mana::builtInFunction::FindActor ( const std::shared_ptr< Actor > &  actor)
inline

◆ IsDebug()

void mana::builtInFunction::IsDebug ( const std::shared_ptr< Actor > &  actor)
inline

◆ RandF()

void mana::builtInFunction::RandF ( const std::shared_ptr< Actor > &  actor)
inline

◆ RandI()

void mana::builtInFunction::RandI ( const std::shared_ptr< Actor > &  actor)
inline

◆ Sin()

void mana::builtInFunction::Sin ( const std::shared_ptr< Actor > &  actor)
inline

◆ Sqrt()

void mana::builtInFunction::Sqrt ( const std::shared_ptr< Actor > &  actor)
inline

◆ Tan()

void mana::builtInFunction::Tan ( const std::shared_ptr< Actor > &  actor)
inline