GetAttributeCount - hossimo/GMA3Plugins GitHub Wiki
GetAttributeCount() : int
Brief:
Returns the number of attributes currently in the desk.
Paramiters:
| Name | Type | Description | Optional |
|---|
Returns:
| Type | Description |
|---|---|
| int | Number of attributes |
Examples:
local count = GetAttributeCount()
Echo("There are currently %d attributes", count)