Documentation Index

Fetch the complete documentation index at: https://docs.doc-know.com/llms.txt

Use this file to discover all available pages before exploring further.

age

Prev Next

avatar.age

Type: Number

Returns the age of the attached patient.

Examples

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

Remarks

None.