MENU
    age
    • 28 Oct 2020
    • 1 Minute to read
    • Contributors

    age


    Article summary

    Description

    Type: Number

    Returns the age of the attached patient.


    Examples

    // display patient age in the debugger
    debug.log("Age = " + avatar.age);
    JavaScript

    Remarks

    None.