Skip to content

GetAttributeCount

Anthony Headley edited this page Apr 27, 2020 · 1 revision

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)
Clone this wiki locally