age
  • 28 Oct 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

age

  • Dark
    Light
  • PDF

Article summary

Description

Type: Number

Returns the age of the attached patient.


Examples

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

Remarks

None.


What's Next