-
-
Notifications
You must be signed in to change notification settings - Fork 5
GetAttributeCount
Anthony Headley edited this page Apr 27, 2020
·
1 revision
Returns the number of attributes currently in the desk.
Name | Type | Description | Optional |
---|
Type | Description |
---|---|
int | Number of attributes |
local count = GetAttributeCount()
Echo("There are currently %d attributes", count)