[][src]Enum gdnative_visual_script::VisualScriptBuiltinFuncBuiltinFunc

#[repr(u32)]
pub enum VisualScriptBuiltinFuncBuiltinFunc {
    MathSin,
    MathCos,
    MathTan,
    MathSinh,
    MathCosh,
    MathTanh,
    MathAsin,
    MathAcos,
    MathAtan,
    MathAtan2,
    MathSqrt,
    MathFmod,
    MathFposmod,
    MathFloor,
    MathCeil,
    MathRound,
    MathAbs,
    MathSign,
    MathPow,
    MathLog,
    MathExp,
    MathIsnan,
    MathIsinf,
    MathEase,
    MathDecimals,
    MathStepify,
    MathLerp,
    MathInverseLerp,
    MathRangeLerp,
    MathDectime,
    MathRandomize,
    MathRand,
    MathRandf,
    MathRandom,
    MathSeed,
    MathRandseed,
    MathDeg2rad,
    MathRad2deg,
    MathLinear2db,
    MathDb2linear,
    MathPolar2cartesian,
    MathCartesian2polar,
    MathWrap,
    MathWrapf,
    LogicMax,
    LogicMin,
    LogicClamp,
    LogicNearestPo2,
    ObjWeakref,
    FuncFuncref,
    TypeConvert,
    TypeOf,
    TypeExists,
    TextChar,
    TextStr,
    TextPrint,
    TextPrinterr,
    TextPrintraw,
    VarToStr,
    StrToVar,
    VarToBytes,
    BytesToVar,
    Colorn,
    FuncMax,
}

Variants

MathSin
MathCos
MathTan
MathSinh
MathCosh
MathTanh
MathAsin
MathAcos
MathAtan
MathAtan2
MathSqrt
MathFmod
MathFposmod
MathFloor
MathCeil
MathRound
MathAbs
MathSign
MathPow
MathLog
MathExp
MathIsnan
MathIsinf
MathEase
MathDecimals
MathStepify
MathLerp
MathInverseLerp
MathRangeLerp
MathDectime
MathRandomize
MathRand
MathRandf
MathRandom
MathSeed
MathRandseed
MathDeg2rad
MathRad2deg
MathLinear2db
MathDb2linear
MathPolar2cartesian
MathCartesian2polar
MathWrap
MathWrapf
LogicMax
LogicMin
LogicClamp
LogicNearestPo2
ObjWeakref
FuncFuncref
TypeConvert
TypeOf
TypeExists
TextChar
TextStr
TextPrint
TextPrinterr
TextPrintraw
VarToStr
StrToVar
VarToBytes
BytesToVar
Colorn
FuncMax

Trait Implementations

impl Clone for VisualScriptBuiltinFuncBuiltinFunc[src]

impl Copy for VisualScriptBuiltinFuncBuiltinFunc[src]

impl Debug for VisualScriptBuiltinFuncBuiltinFunc[src]

impl Eq for VisualScriptBuiltinFuncBuiltinFunc[src]

impl Hash for VisualScriptBuiltinFuncBuiltinFunc[src]

impl PartialEq<VisualScriptBuiltinFuncBuiltinFunc> for VisualScriptBuiltinFuncBuiltinFunc[src]

impl StructuralEq for VisualScriptBuiltinFuncBuiltinFunc[src]

impl StructuralPartialEq for VisualScriptBuiltinFuncBuiltinFunc[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.