- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
Type: Number
Returns the age of the attached patient.
Examples
// display patient age in the debugger
debug.log("Age = " + avatar.age);
Remarks
None.